Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-4.0

Use Task-based Asynchronous Pattern (TAP) with .NET 4.0 and C# 4.0

Code Contracts in .NET 4.0, no joy for non-nullable reference types fans?

When exactly .NET Monitor goes to kernel-mode?

Using CurrentDomain.SetData("APP_CONFIG_FILE") doesn't work in PowerShell ISE

TlbExp.exe error:This assembly is built by a runtime newer

c# c#-4.0 .net-4.0 tlbexp

the application requires that assembly microsoft.reportviewer.processingObjectModel version 11.0.0.0 be installed in the global assembly cache first

Checks about WinRM service in remote machine

Can a class property/field be of anonymous type in C# 4.0?

c# .net-4.0 c#-4.0

Get current scroll position from rich text box control?

Win Service project won't Build after switching to Any CPU config

2-dimensional Integer array to DataGridView

Custom DateTime format string not working as expected

Validation does not work when I use Validator.TryValidateObject

WPF 4 Drag and Drop with visual element as cursor

wpf drag-and-drop .net-4.0

How do I get to use XAML2009 features

xaml .net-4.0

Why does my .NET start-up time increase with pre-generated serialization assemblies?

Setting IsolatedStorage quota for .NET 4 desktop applications

.net-4.0 isolatedstorage

Why is the MSBuild task ResolveProjectReferences taking a really long time?

IDataErrorInfo vs IValidatableObject?

How do I prevent AccessViolationException when returning a string from C++ to C# on 64-bit Windows?