Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-4.0

How to add a "Page x of y" footer to Word2007 doc as I am generating it using C#

Has extending static classes using extension methods been made possible in .NET 4.0+?

System.Runtime.Caching doesn't release BitmapImage objects

c# .net wpf caching .net-4.0

Compile .net 4.0 project on build server with .net 4.5

.net-4.0 msbuild .net-4.5

Should I upgrade to be able to use the new async methods for SqlDataReader?

Ignoring a property in all inherited objects in EF code first

WPF ComboBox.SelectedValue is null but .SelectedItem is not; SelectedValuePath is set. Why?

wpf combobox .net-4.0

Use of unassigned parameter compiler error, for a variable received from a function out parameter?

ASP.NET WebForms vs MVC [after VS2010/.NET 4.0 announcement]

Nant msbuild task with .net 4.0 rc

msbuild .net-4.0 nant

`Fault` keyword in try block

c# vb.net .net-4.0 try-catch

Should I use Url.Content() or ResolveUrl() in my MVC views?

Difference between CLR 2.0 and CLR 4.0

clr .net-4.0 c#-4.0

What is the value of default(IEnumerable<T>)?

c# .net-4.0

Task LongRunning side effects?

How to verify multiple method calls with Moq

c# testing .net-4.0 mocking moq

How free can I be in the code in an object invariant?

Clipboard behaves differently in .NET 3.5 and 4, but why?

c# .net .net-4.0 clipboard

How to use the Microsoft.Bcl.Async right?