Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-4.0

Accessing webmethod with jquery

Suggestions for doing async I/O with Task Parallel Library

SHA1CryptoServiceProvider changed in .NET 4

cryptography .net-4.0 sha1

ASP.NET handler not running on IIS7

Is it possible to exclude Entity Framework Autogenerated Code from Code Coverage Statistics?

Microsoft.Expression.Drawing.Aero missing (what is it?!)

c# wpf .net-4.0 window

Getting an Enum or Static Property from Generic Reference Type <T>

c# generics .net-4.0

EqualityComparer<T>.Default misunderstanding?

SecurityException - Dapper on shared hosting

How to determine if a DLL requires Full .NET 4 or just Client Profile

HttpWebRequest only running on .NET 4.0

PostAsync() within Task in .NET 4.0 causing WebException

Custom control not inheriting parent's styles

A list of all active ThreadLocal<T> and [ThreadStatic] references

Erratic InvalidOperationException on datagridview

Are .NET 4.0 Runtime slower than .NET 2.0 Runtime?

Difference in usage and implementation of ManualResetEvent(Slim), Semaphore(Slim) and ReaderWriterLock(Slim)

c# multithreading .net-4.0

TaskCreationOptions.LongRunning option and ThreadPool

System.Threading.Timer not firing after some time

c# .net .net-4.0 timer