Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-4.0

Using await SemaphoreSlim.WaitAsync in .NET 4

Why is string.Split(';') valid but string.Split(':',StringSplitOptions.RemoveEmptyEntries) is not?

c# .net .net-4.0

Can I use a .NET 4 feature while targeting .NET 3.5 SP1?

Thread order execution?

How to apply TextBox Control Template?

For-Loop and LINQ's deferred execution don't play well together

c# linq for-loop .net-4.0

System.Reactive/Rx .NET 4.0 on Nuget

How do I add custom properties to a Word doc with .NET 4?

Optimizing large switch statement

Processing large text file in C#

c# .net string c#-4.0 .net-4.0

Mixed Mode Error when building in Release Mode

Reflection not restricted even if it's not in grant set

The type 'X' does not exist in the type 'Y.Z'

Math.Atan2 yields strange result?

c# math .net-4.0

Batch processing using IObservable

c# .net-4.0 system.reactive

Calculating the square of BigInteger

Is there a Binary Search Tree implementation in .NET 4?

What advantages does one big database query have over many small ones

c# .net sql .net-4.0 c#-4.0

FileSystemWatcher fails with 1000 files creations

c# .net file-io .net-4.0

Continue Task after all tasks finish