Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-3.0

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?

Outputting a Unicode character in C#

c# unicode c#-3.0 string

Using C# params keyword in a constructor of generic types

c# .net c#-3.0

How to raise event using addHandler

c# vb.net c#-3.0 events handler

Why can you have a comma at the end of a collection initializer?

c# syntax c#-3.0

How to convert from unicode to ASCII

c#-3.0

How to get IE version info in Winform? [duplicate]

c# .net winforms .net-3.5 c#-3.0

Dictionary with duplicate Key [duplicate]

c# .net-3.5 c#-3.0

Extension Method Performance

.net-3.5 c#-3.0

Default parameter specifiers are not permitted

c# .net .net-3.5 c#-3.0

When does a mock object enter the replay state?

c#-3.0 rhino-mocks

Why do parentheses around lambda statement cause syntax error?