Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-4.0

Haven't got Microsoft.SqlServer.ManagedDTS.dll but

sql-server-2008 c#-4.0 ssis

How to get country name

Have datetime.now return to the nearest second

c# c#-4.0 datetime

Casting Y or N to bool C#

c# c#-4.0

How to convert guid? to guid

c#-4.0

How to solve this error in C#?

Parallel.ForEach Ordered Execution

Multiple consumers and querying a C# BlockingCollection

c# .net c#-4.0

Why was IEquatable T not made contravariant in T for C# 4.0?

c# c#-4.0

Async CTP and "finally"

c# .net c#-4.0 async-ctp

Differences between how C# and VB handle named parameters?

c# .net vb.net c#-4.0

The specified object is not recognized as a fake object. Issue

c#-4.0 tdd nunit fakeiteasy

C# 4.0 - How to Handle Optional String Parameters

LINQ 'join' expects an equals but I would like to use 'contains'

linq c#-4.0

How do I create a scheduler which never executes more than one Task at a time using async-await?

c#-4.0 async-await

Possible to have Guid as an optional parameter in asp.net mvc 3 controller action?

ASP.NET MVC4 List of all areas

Mocking a Linq2Sql DataContext

Why dependency properties in WPF has to be Static

Finally Block Not Running?