Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-4.0

How to use interlocked operations against memory-mapped files in .Net

How to convert an IEnumerable<Task<T>> to IObservable<T>

Most efficient way to fix an invalid JSON

ApplicationSettingsBase.Upgrade() Not Upgrading User Settings after Recompiling with .NET 4.0

c# .net .net-4.0

.net 4.0 Code Contracts. When to use? When are they a waste of time?

Is this combination of ConcurrentDictionary and ConcurrentQueue thread-safe?

c# .net .net-4.0 thread-safety

Replacing obsolete VisualBasic.Compatibility.VB6.Support

c# vb6 .net-4.0

.NET 4.0 Tasks: Rethrow Exception to UI Thread in Task.ContinueWith

.net .net-4.0 task

Unable to write to asp.net textbox control with the html5 "date" type

c# asp.net html .net-4.0

Can a build server with .NET 4.5 installed successfully deploy a project targeting 4.0 to a server with only .NET 4.0 installed?

Long running stateful service in .NET

.net workflow .net-4.0 wcf

How to determine and check whether a type in assembly is Custom type or Primitive type using reflection in .NET?

c# reflection .net-4.0

Thread Safe Event Calls

c# multithreading .net-4.0

How to suppress a dialog box displayed by code that I can't change?

c# .net .net-4.0 com messagebox

Why is my Catch block only running while Debugging in Visual Studio?

c# exception .net-4.0

What are the guidelines for Parallel.ForEach vs. foreach?

.net .net-4.0

how to access the underlying default concurrent queue of a blocking collection

BC30560: 'ExtensionAttribute' is ambiguous in the namespace 'System.Runtime.CompilerServices'

asp.net .net .net-4.0

Newly created threads using Task.Factory.StartNew starts very slowly

How to create an Expression<Func<dynamic, dynamic>> - Or is it a bug?