Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-4.5

'Enable-Migrations' fails after upgrading to .NET 4.5 and EF 5

Upgrading from EF 4 to EF 5

OutOfMemoryException with gcAllowVeryLargeObjects

Why do I have to use await for a method to run asynchronously. What if I don't want to wait for the method to finish before continuing? [duplicate]

Supported runtime v4.0 in app.config after upgrading VS11 Beta to VS2012 RC

The 'await' operator can only be used with an async lambda expression [duplicate]

c# async-await .net-4.5

.NET 4.5 CustomReflectionContext: what is it useful for?

Code Contracts + Async in .NET 4.5: "The method or operation is not implemented"

WPF Maximized Window bigger than screen

c# wpf .net-4.5

Entity Framework entity is not in DataSpace.OSpace (_workspace.GetItemCollection(DataSpace.OSpace)) but is in DataSpace.CSpace

Loading an assembly targeted for .NET 4.5 on a .NET 4.0 app domain

How do I kick off an entity stored procedure in EF6 async and not wait for a return?

Large Object Heap Compaction, when is it good?

How do I get to the SecurityTokenHandlers collection in WIF 4.5?

.net wif .net-4.5

Compilation issue in Visual Studio 12 Professional with a C# project

.Net 4.5 Svcutil generates two operations with the same name (Method and MethodAsync)

HttpClient: Conditionally set AcceptEncoding compression at runtime

HTTPClient getting two 401s before success (sending wrong token)

Why does Task.Delay() allow an infinite delay?

GZipStream machine dependence

c# .net .net-4.5 gzipstream