Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-4.0

Good class design by example

c# c#-4.0

Multiple App.Config Files in .NET Class library project

Accessing a control inside a ControlTemplate

c# wpf c#-4.0 controltemplate

Deserialize JSON string to c# object

c# json asp.net-mvc-3 c#-4.0

How do I call a getter or setter in C#

c# c#-4.0

Why does system.float not exist in .net?

.net c#-4.0 types

Specify size and maxlength for Html.TextBoxFor

asp.net-mvc-3 c#-4.0 razor

Concatenate string properties of an object with lambda

linq c#-4.0 lambda

Method with same name and signature but different return type in C#

How do you loop through a multidimensional array?

How to convert to double with 2 precision - string after dot?

.net c#-4.0 double precision

Is PIA embedding broken in .NET 4.0 beta 2?

Why can't a base access expression be dynamically dispatched in C#?

c# dynamic c#-4.0

Why covariance does not work with generic method

How can I extract a subset of a dictionary into another one in C#?

c# c#-4.0

MVC Action with Optional Parameters -- which is better?

Visual Studio remote debugging on application startup

How to send data in jquery.post to mvc controller which use ViewModel as parameter?

Does the new 'dynamic' C# 4.0 keyword deprecate the 'var' keyword?

c# c#-4.0 dynamic-languages

Assert.AreEqual() with System.Double getting really confusing