Get the latest .NET Bits
We maintain a set of pages that make it easier for you to find all the .NET Framework versions, SDKs, and targeting packs that you can take advantage of in your .NET apps, as we mentioned last year on the .NET blog.
Breaking news from around the world Get the Bing + MSN extension
Free. Cross-platform. Open source. A developer platform for building all your apps.
We maintain a set of pages that make it easier for you to find all the .NET Framework versions, SDKs, and targeting packs that you can take advantage of in your .NET apps, as we mentioned last year on the .NET blog.
Updated (2017): See .NET Framework Releases to learn about newer releases. This release is unsupported.
Updated (July 2015): See Announcing .NET Framework 4.6 to read about the latest version of the NET Framework.
Update: The .NET Framework 4.5.1 RTM has been released and is available for download.
Updated (2017): See .NET Framework Releases to learn about newer releases. This release is unsupported.
Updated (July 2015): See Announcing .NET Framework 4.6 to read about the latest version of the NET Framework.
Update: The .NET Framework 4.5.1 RTM has been released and is available for download.
Updated (2017): See .NET Framework Releases to learn about newer releases. This release is unsupported.
Updated (July 2015): See Announcing .NET Framework 4.6 to read about the latest version of the NET Framework.
Update: The .NET Framework 4.5.1 RTM has been released and is available for download.
We’ve just released an update to our immutable collection package which adds a new member to the family of immutable collection types: ImmutableArray<T>.
In this post, I’ll talk about why we added another collection and how it relates to the existing types.
We’ve just released an update to our immutable collection package which adds a new member to the family of immutable collection types: ImmutableArray<T>.
In this post, I’ll talk about why we added another collection and how it relates to the existing types.
Two weeks ago, we published a beta of HttpClient that provides support for automatic decompression. Since then, we’ve received a fair amount of feedback, especially around the fact that it relies on a native implementation of compression that isn’t available on the same platforms as HttpClient.
We’ve received several reports that our NuGet packages broke the NuGet package restore feature. In this post, I’ll explain what the issue is, how you can work around it, and finally how we plan on fixing this issue in the long term.
We’ve received several reports that our NuGet packages broke the NuGet package restore feature. In this post, I’ll explain what the issue is, how you can work around it, and finally how we plan on fixing this issue in the long term.
Today we’re happy to announce that we released two NuGet packages:
A brand new Microsoft.Bcl.Compression (Beta). A portable compression library that supports stream based compression (gzip, deflate) as well as ZIP archives.
An updated Microsoft.Net.Http 2.2 (Beta). Last week we shipped an RTM version.