Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-3.0

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

how to convert server time to local time

asp.net datetime c#-3.0

C# - Use OfType and ignore inherited classes

c# linq generics c#-3.0

LinQ distinct with custom comparer leaves duplicates

Why does C# 3 allow the implicit conversion of literal zero (0) to any Enum?

c# c#-3.0

Should a Finite State Machine have a "nested" Finite State Machine?

c# c#-3.0 finite-automata

Lambda Expression of Select * from TableName

c# linq c#-3.0

C# variable length args, which is better and why: __arglist, params array or Dictionary<T,K>?

c# c#-3.0 c#-2.0

Write a lambda or anonymous function that accepts an out parameter [duplicate]

c# .net c#-3.0 lambda

How to assign a shortcut key (something like Ctrl+F) to a text box in Windows Forms?