Showing results for announcement - .NET Blog

Feb 24, 2014
4
2

A new look for .NET Reference Source

Immo Landwerth
Immo Landwerth

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 Source First of all, most people just w...

.NET
Jan 30, 2014
0
0

Microsoft.Diagnostics.Tracing.EventSource is now stable

Immo Landwerth
Immo Landwerth

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 and ad...

.NET
Dec 9, 2013
0
0

The .NET Framework 4.5.1 is available on Windows Update and WSUS

The .NET Fundamentals Team
The .NET Fundamentals Team

Update (2017): See .NET Framework Releases to learn about newer releases. This release is unsupported. We are happy to announce that the .NET Framework 4.5.1 and its language packs are now available via Windows Update (WU) and WSUS. You can learn more about the release from the What's new in the .NET Framework 4.5.1 topic. This update is availabl...

.NET
Dec 4, 2013
0
0

Microsoft.Diagnostics.Tracing.EventSource is now RC on NuGet.org

Immo Landwerth
Immo Landwerth

We are announcing the RC 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 months we’ve been working on addressing feedback and extending the value proposition delivered ...

.NET
Nov 13, 2013
0
0

PCL and .NET NuGet Libraries are now enabled for Xamarin

.NET Team
.NET Team

Earlier today, Soma announced a collaboration between Microsoft and Xamarin. As you probably know, Xamarin’s Visual Studio extension enables developers to use VS and .NET to extend the reach of their apps across multiple devices, including iOS and Android. As part of that collaboration, today, we are announcing two releases around the .NET portable...

.NET
Oct 17, 2013
0
0

Announcing release of ASP.NET and Web Tools for Visual Studio 2013

Xinyang Qiu
Xinyang Qiu

I’m excited to show the new features of ASP.NET and Web Tools for Visual Studio 2013. Visit Somasegar’s blog for details on Visual Studio 2013 RTW. Download Visual Studio 2013 to try out the new features in this release. Read the Visual Studio blog for information about general editor enhancements, including the preview time JavaScript ...

ASP.NET
Oct 17, 2013
0
0

.NET Framework 4.5.1 RTM => start coding

.NET Team
.NET Team

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. Today, we’re announcing the availability of the .NET Framework 4.5.1 and Visual Studio 2013 (Soma’s blog). You can download these ...

.NET
Oct 14, 2013
0
0

Portable Class Library (PCL) now available on all platforms

.NET Team
.NET Team

This post announces a standalone release of the .NET portable class library reference assemblies that can be used on any operating system. It was written by Rich Lander, a Program Manager on the .NET Team. Update: Read PCL and .NET NuGet Libraries are now enabled for Xamarin for later information on this release. You can build .NET apps acros...

.NET
Sep 30, 2013
0
1

RyuJIT: The next-generation JIT compiler for .NET

.NET Team
.NET Team

This post introduces the .NET team’s new 64-bit Just-In-Time (JIT) compiler. It was written by Andrew Pardoe, PM Manager for the CLR Runtime PM team. The world is moving to 64-bit computing even though it isn’t always faster or more efficient than 32-bit. A lot of programs run faster on 32-bit than on 64-bit, for a variety of reasons. One exa...

.NET
Sep 25, 2013
0
0

Immutable collections ready for prime time

Immo Landwerth
Immo Landwerth

Today I’m very happy to announce that we released the stable version of the Microsoft.Bcl.Immutable NuGet package. We also published the MSDN documentation on immutable collections. Thank you! Nine months ago, we shipped the first preview of immutable collections. This was one of the first BCL features that we decided to ship early and often by r...

.NET