Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Using reflection to bidirectionally Automap all Domain Entities to View Models in MVC3

Bouncy Castle, Crypto++, Elliptic Curve Crypto (ECC), failing to decode

c# .net bouncycastle crypto++

SQL Server BCP utility best separator character to use

c# sql-server-2008 bcp

How to prevent my textbox from clearing text on postback.

Is it possible to specify a custom text Task Category using the EventLogAppender in log4net?

c# log4net event-log

After changing DataSource, why does DataGridView show rows only after sorting?

Unity Processing Data Stream from Socket

Concatenating PDF using PDFsharp returns empty PDF

c# pdf concatenation pdfsharp

For loop in forms

c#

how to handle row doubleclicking on GridView, and how to get the selected row

c# asp.net-mvc gridview

AG_E_NETWORK_ERROR while downloading some images from web in WindowsPhone

Im getting "an object reference is required for the non-static field" exception on non static methods... what am I doing wrong?

c# asp.net .net

How to construct an instance of the SqlDecimal datatype that specifies precision and scale

c# .net sql-server

How to validate a digital signature?

Getting the inherited property of a Control's RightToLeft

c# winforms

Utility classes: static class vs member variable vs local variable

c# design-patterns

How can I extend the OOTB Content Editor Web Part in Sharepoint 2010?

C# How to I create a set of sets

c# set

How do I test the number of queries that happen over time in the Entity Framework?

c# entity-framework testing