Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

IObservableCollection<ViewModel<T>> wrapping ObservableCollection<T>

c# wpf mvvm design-patterns

Is it possible to use D from C# via P/Invoke? [duplicate]

c# .net pinvoke d

Remove() does not work on a many-to-many relationship (ASP.NET, lambda expressions)

c# asp.net lambda

C# How to properly reverse merge using SharpSVN

c# .net sharpsvn

Can I get an .ascx file to compile in a class library?

c# asp.net .net

C# - How to monitor a process' file read/write operations?

c# file-io monitoring

Splitting a string array

c# string split

Is it possible to check string encoding?

c# .net sql-server-2005

DropShadow Color DataBInding

c# wpf data-binding

WP7 Json serializer doesn't handle "space"?

Self referencing entity & insert order - using Entity Framework Code First

refreshing excel file which gets its data from sql server with c#

SqlDataSource UpdateCommand Being Called Twice

Is it possible to validate an MVC-3 model without validating "sub-models"?

c# validation asp.net-mvc-3

How to rename multiple buttons in one loop in C#

c# winforms loops button text

C# XPathSelectElement and xml with attribute xmlns="http://www.w3.org/2000/09/xmldsig#" Help

c# xml linq xpath xml-namespaces

How to name instance variables in VB.NET since not case sensitive

c# .net vb.net

How to return JSON Result in MVC2 at Post

How to force BusyIndicator?

c# wpf xaml busyindicator

Is my Saga structure the correct solution? (NServiceBus)

c# nhibernate nservicebus saga