.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

The Next Generation of .NET – ASP.NET vNext

Updated (2017): See .NET Framework Releases to learn about newer releases.Updated (July 2015): See Announcing .NET Framework 4.6 to read about the latest version of the NET Framework.Today at TechEd North America, we announced the latest set of innovations that are part of the next generation of .NET. The biggest of those is ASP.NET ...
Comments are closed.0 0
.NET

Get your libraries ready for Windows Phone 8.1

Two weeks ago, we released the Windows Phone preview for developers. In this post, I’ll cover what this means for library and app developers.What this means for library developersAs a .NET developer you can target Windows Phone 8.1 via two platforms:Apps that target Windows Phone Silverlight 8.1 can consume existing libraries and...
Comments are closed.0 0
.NET

The JIT finally proposed. JIT and SIMD are getting married.

Processor speed no longer follows Moore’s law. So in order to optimize the performance of your applications, it’s increasingly important to embrace parallelization. Or, as Herb Sutter phrased it, the free lunch is over.You may think that task-based programming or offloading work to threads is already the answer. While multi-...
Comments are closed.0 0
.NET

The Next Generation of .NET

At Build 2014 this week, we announced the next generation of .NET. The next generation will focus and deliver on two main themes: Core Innovation and cross-device apps. These themes are a direct result of your feedback, asking for new features in .NET and to make it easier to use .NET for all your apps.At Build 2014, we are releasing...
Comments are closed.0 0
.NET

Announcing .NET Native Preview

This post was written by Subramanian Ramaswamy and Andrew Pardoe, Senior Program Managers on the .NET Native team.We’re thrilled to announce the first release of .NET Native. Windows Store apps start up to 60% faster with .NET Native and have a much smaller memory footprint. Our first release is a Developer Preview that allows you to ...
Comments are closed.0 0
.NET

Upcoming .NET NuGet Releases

This post was written by Richard Lander, a Program Manager on the .NET Core Framework team. We recently concluded a planning exercise for the next few months of work. From this exercise, we’d like to share the next set of NuGet releases that we plan to do. We chose this particular set based on your feedback and internal partner ...
Comments are closed.0 0
.NET

Upcoming .NET NuGet Releases

This post was written by Richard Lander, a Program Manager on the .NET Core Framework team. We recently concluded a planning exercise for the next few months of work. From this exercise, we’d like to share the next set of NuGet releases that we plan to do. We chose this particular set based on your feedback and internal partner ...
Comments are closed.0 0
.NET

RyuJIT CTP2: Getting Ready for Prime-time

This post announces an updated preview of the .NET team’s new 64-bit Just-In-Time (JIT) compiler. It was written by Mani Ramaswamy, Program Manager for the .NET Dynamic Code Execution Team.Note: RyuJIT CTP3 is available here: http://blogs.msdn.com/b/dotnet/archive/2014/04/03/the-next-generation-of-net.aspx. The developer preview of ...
Comments are closed.0 0
.NET

A new look for .NET Reference Source

This post was written by Alok Shriram, Program Manager on the .NET Framework team. He will show you a significantly improved experience around .NET Reference Source.Today I'm very excited to announce that we have an awesome new experience to use the .NET Framework reference source.Browsing .NET Reference SourceFirst of all, most people ...

Microsoft.Diagnostics.Tracing.EventSource is now stable

We are announcing the RTM of the EventSource NuGet package, which enables fast app tracing to the Windows Event Log, including in production. This post was written by Cosmin Radu, a software developer on the .NET Runtime team.Over the past several weeks we’ve been working on addressing some feedback we’ve received from our users ...
Comments are closed.0 0
.NET