Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-4.0

How to put a literal percent sign (%) inside F#'s printf format strings?

.net-4.0 f# printf f#-3.1

Should I turn on runtime checking of code contracts for .NET 4.0 on release builds?

c# .net-4.0 code-contracts

How do you get raw TCP packet in C#?

c# networking .net-4.0 tcp

Difference in sorting between .NET 3.5 and .NET 4.0

c# .net .net-4.0 .net-4.5

How to fix CA2123 (Override link demands should be identical to base) in a managed C++ / CLI project

Why does AcquireToken with ClientCredential fail with invalid_client (ACS50012)?

Using Entity Framework 4.0 in a .Net 3.5 Application [duplicate]

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