Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-4.0

I really don't understand this co/contravariance thing... I cannot have both generic get and set methods?

How can I prevent an out-parameter to end up return parameter in a WCF web service?

415 Unsupported Media Type Calling WCF Service from $.ajax

jquery asp.net ajax wcf c#-4.0

Why is JSON.NET is not working with inheritance while deserializing

c# .net c#-4.0 json.net

Finding the local maxima/peaks and minima/valleys of histograms

System.Dynamic bug?

c# .net dynamic c#-4.0

Why do I need two calls to stream CopyTo?

c# c#-4.0 stream

ASP.Net Request Life Cycle - Application_BeginRequest

c# asp.net c#-4.0 iis-7

Why contract is malformed when using default(Type)?

Compiling an IronPython code to EXE or DLL

c# .net c#-4.0 ironpython

MemoryCache empty just after adding an object

asp.net-mvc c#-4.0

How does the "is" operator work with dynamic objects?

StackOverflowException in my JsonConverter class when using [JsonConverter] attribute

.net c#-4.0 json.net

Expression Trees with dynamic parameter

Anyway to Parallel Yield c#

Convert XML Data to Json Format AngularJS

How to determine if the computer has a wifi adapter?

c# .net c#-4.0 wifi wmi

When to use Parallel.For?

.net c#-4.0 parallels

Does the compiler optimize the Null Coalescing operator when used for self assignment?

.net c#-4.0

How do I translate an expression tree of one type to a different expression type?