Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-4.0

Best practice for synchronizing a changing List of the model to a ObservableList of the ViewModel?

How to use .NET WebSocket Client with NTLM proxies?

Compiler can't figure out generic types when passing a method

c# generics c#-4.0

Is there a way to ensure a class library uses it's own app settings?

c# .net configuration c#-4.0

How to set a viewmodel property when Property Trigger fires

c# wpf xaml c#-4.0

Is Parallel.ForEach in ConcurrentBag<T> thread safe

Rowversion comparison in Entity Framework

NoSQL databases that officially support MonoTouch

c#-4.0 xamarin.ios nosql

How is the upcoming 'dynamic' keyword in .net 4.0 going to make my life better?

.net c#-4.0

How do I use WS-Addressing in WCF and set the wsa:replyto header?

wcf c#-4.0 soap ws-addressing

Bug in the File.ReadLines(..) method of the .net framework 4.0

c# .net c#-4.0

Is there a way to perform dynamic replacing in a regular expression?

c# regex c#-4.0

Multiple code blocks locked by the same object

c# .net multithreading c#-4.0

How to alter column using nhibernate SchemaUpdate functionality

C# Xml Serialization & Deserialization

ObservableCollection : calling OnCollectionChanged with multiple new items

How can I use a dynamic settings.Blah instead of AppSettings["blah"]?

c# dynamic c#-4.0

What's the proper way to read which RadioButton is checked in C#? [duplicate]

c# c#-4.0

Use of TransactionScope with read uncommitted - is with (nolock) in SQL necessary?

DataGridView "Enter" key event handling