Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-4.0

How to see which thread is going berserk in remote .NET application without Visual Studio

How to create a .NET C# project supporting (generating code for) different runtimes (2.0 and 4.0)?

c# .net .net-4.0 .net-2.0

What is the diffrence between the Microsoft.CompilerServices.AsyncTargetingPack and Microsoft.Bcl.Async? [duplicate]

How to create a hash code in C# on object graph supplied by a WCF service

c# .net wcf .net-4.0 hash

WCF error "The socket connection has been disposed"

c# .net wcf .net-4.0

Implementing a DSL on .NET

Convert double for-loop into a linq query

c# linq .net-4.0 dictionary

Upgrading VSTO project to .net 4 - What references do I actually need?

.net-4.0 vsto upgrade

RuntimeBinderException - C# .NET 4 Dynamic Keyword - Help Me Understand Why Method Isn't Matching

c# .net dynamic .net-4.0

Get the dates for GetWeekOfYear in c#?

wcf multiple parallel calls is not working correctly: delay between calls and working in few number of threads

PowerShell: Import-Module or Add-Type for .NET assemblies?

asp.net gridview DataNavigateUrlFormatString from DataSource

asp.net gridview .net-4.0

C# .NET 4.0 Testing Framework?

Unreliable connection to MemoryMappedFile

Does Silverlight 4 require .NET 4?

.net-4.0 silverlight-4.0

.NET Is it possible to share large in-memory collection between processes?

c# .net-4.0 ipc shared-memory

How to Read from and then Write/Append to a Text File without re-opening the file?

C# When a managed thread ends its time-slice will it incur context switch?

VB generics with constraints -- type casting and inheritance?