Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-3.0

Playing with anonymous types

evaluating cost/benefits of using extension methods in C# => 3.0 [closed]

c# c#-3.0 extension-methods

Adding different type of generic objects into generic list

c# c#-4.0 c#-3.0

Possible to get type of an aliased type in c#?

c# c#-3.0

Custom Linq Ordering

c# linq c#-3.0

Cast Dictionary KeyCollection to String array

c# .net linq c#-3.0 dictionary

Dictionary<string, MyObject> or List<MyObject> with C# 3.5?

c# .net collections c#-3.0

Extension methods Dictionary<TKey,TValue>.RemoveAll? Is it possible?

Methods for Lazy Initialization with properties

Acessing the backing field in an auto property

Extension Methods and its implications in Software Engineering (or is it really a good idea?) [closed]

c#-3.0 extension-methods

Separate long numbers by 3 digits

Linq/lambda question about .Select (newby learning 3.0)

linq c#-3.0 lambda

Convert string to DateTime nullable variable in one line

c# asp.net c#-3.0

Create an Empty FileInfo Object in C# without an existing file

attributes c#-3.0 fileinfo

Caching in the ASP.NET MVC Framework

Preview PDF in C#

c# .net pdf c#-3.0

Is there any native way in ASP.NET to do a "success message"?

asp.net c#-3.0 asp.net-2.0

standard dispose pattern? why do we need "disposing" parameter in the virtual method and isn't the finalizer get called after dispose always?

c# .net c#-3.0

Get object's DataContext