Top ".net-4.5" questions

Version 4.5 of the Microsoft .NET Framework.

Serialization of Entity Framework objects with One to Many Relationship

I am attempting to use EF with Code First and the Web API. I don't have any problems until I …

c# entity-framework .net-4.5
Is async HttpClient from .Net 4.5 a bad choice for intensive load applications?

I recently created a simple application for testing the HTTP call throughput that can be generated in an asynchronous manner …

c# asynchronous .net-4.5 async-await dotnet-httpclient
Create zip file from byte[]

I am trying to create a Zip file in .NET 4.5 (System.IO.Compression) from a series of byte arrays. As …

c# .net asp.net-mvc zip .net-4.5
How to determine a 404 response status when using the HttpClient.GetAsync()

I am trying to determine the response returned by HttpClient's GetAsync method in the case of 404 errors using C# and .…

c# exception-handling httpclient .net-4.5 async-await
Using .Net 4.5 Async Feature for Socket Programming

I've previously used BeginAccept() and BeginRead(), but with Visual Studio 2012 I want to make use of the new asynchronous (async, …

c# sockets .net-4.5
How do I detect at runtime that .NET version 4.5 is currently running your code?

I installed .NET 4.5 Developer preview from http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27541, which 'replaces' .…

.net clr version .net-4.5
DelegatingHandler for response in WebApi

I am currently using several delegation handlers (classes derived from DelegatingHandler) to work on the request before it is sent, …

c# asp.net-mvc-4 asp.net-web-api .net-4.5 dotnet-httpclient
asp.net 4.5 custom membership provider configuration throws strange exception

My web site was initially written in MVC 4.0 RC using VS2010, . I have just downloaded and installed VS2012, and upgraded …

asp.net asp.net-mvc-4 visual-studio-2012 .net-4.5
Using WebSocket on Windows 7

I just installed visual studio 2012 RC and tried to run a service with netHttpBinding enabling WebSocket and get the following …

websocket .net-4.5