Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-4.0

Why is the new Tuple type in .Net 4.0 a reference type (class) and not a value type (struct)

Exception: "URI formats are not supported"

c# .net .net-4.0

How do I restart a WPF application? [duplicate]

c# .net wpf .net-4.0

Is there a Task based replacement for System.Threading.Timer?

Practical example where Tuple can be used in .Net 4.0?

c# .net vb.net .net-4.0 c#-4.0

.NET 4.0 build issues on CI server

C# use System.Type as Generic parameter

c# generics .net-4.0 types

ComboBox- SelectionChanged event has old value, not new value

Why can I create a class named "var"?

c# .net-4.0

The quest for the Excel custom function tooltip

How to set the maxAllowedContentLength to 500MB while running on IIS7?

How to flatten tree via LINQ?

c# .net linq .net-4.0 tree

Creating threads - Task.Factory.StartNew vs new Thread()

Windows SDK 7.1 Setup failure

VSTS 2010 SGEN : error : Could not load file or assembly (Exception from HRESULT: 0x80131515)

How to clear MemoryCache?

HtmlString vs. MvcHtmlString

.net-4.0 asp.net-mvc-3

Simplest way to do a fire and forget method in c# 4.0

read string from .resx file in C#

c# .net string .net-4.0

Why is there a difference in checking null against a value in VB.NET and C#?

c# vb.net .net-4.0 null