Showing tag results for announcement

Dec 13, 2016
Post comments count0
Post likes count0

December 2016 Update for .NET Core 1.0

KendraHavens

Today, we are releasing a new set of reliability and quality updates for .NET Core 1.0. This month's update is our second Long Term Support (LTS) update and includes updated versions of multiple packages in .NET Core, ASP.NET Core and Entity Framework Core. We recommend everyone on the 1.0.* LTS track move to this update immediately. How to Obtain ...

.NET
Nov 16, 2016
Post comments count1
Post likes count0

Put a .NET Core App in a Container with the new Docker Tools for Visual Studio

Jeffrey Fritz

By now hopefully you’ve heard the good news that we’ve added first class support for building and running .NET applications inside of Docker containers in Visual Studio 2017 RC.  Visual Studio 2017 and Docker support building and running .NET applications using Windows containers (on Windows 10/Server 2016 only), and .NET Core applications on Linux...

ASP.NETASP.NET CoreAzure
Nov 16, 2016
Post comments count0
Post likes count0

Announcing the Fastest ASP.NET Yet, ASP.NET Core 1.1 RTM

Jeffrey Fritz

We are happy to announce that ASP.NET Core 1.1 is now available as a stable release on nuget.org! This release includes a bunch of great new features along with many bug fixes and general enhancements. We invite you to try out the new features and to provide feedback. To update an existing project to ASP.NET Core 1.1 you will need to do the foll...

ASP.NETASP.NET Core
Oct 25, 2016
Post comments count0
Post likes count0

Announcing ASP.NET Core 1.1 Preview 1

Jeffrey Fritz

Today we are happy to announce the release of ASP.NET Core 1.1 Preview 1. This release includes a bunch of great new features along with many bug fixes and general enhancements. We invite you to try out the new features and to provide feedback. To update an existing project to ASP.NET Core 1.1 Preview 1 you will need to do the following: 1. Downl...

ASP.NETASP.NET Core
Sep 29, 2016
Post comments count0
Post likes count0

Introducing the ASP.Net Async SessionState Module

Matt FJH

SessionStateModule is ASP.NET's default session-state handler which retrieves session data and writes it to the session-state store. It already operates asynchronously when acquiring the request state, but it doesn’t support async read/write to the session-state store. In the .NET Framework 4.6.2 release, we introduced a new interface named ISessio...

ASP.NET
Sep 13, 2016
Post comments count0
Post likes count0

Announcing the ASP.NET Core September 2016 Patch Release

Jeffrey Fritz

Today we are making available a patch release to the ASP.NET Core 1.0 release.  This patch contains some updates to MVC, Routing, AntiForgery, Entity Framework Core, and the Kestrel server.  Release notes and links to the issues that are addressed for these packages are available on GitHub.  There are updated ASP.NET Core templates available as par...

ASP.NETASP.NET Core
Sep 1, 2016
Post comments count0
Post likes count0

Announcing the ongoing Bug Bounty for .NET Core and ASP.NET Core

Barry Dorrans

It's with a great deal of pleasure that I can announce an on-going bug bounty for .NET Core and ASP.NET Core, our cross platform runtime and web stack. During the RC1 and RC2 bounty periods we received quite a few interesting, intriguing and even puzzling bugs which we've addressed. The RC 1 bounty included one report which prompted an entire rewr...

ASP.NETASP.NET Core
Aug 2, 2016
Post comments count1
Post likes count0

Announcing .NET Framework 4.6.2

Stacey Haffner [MSFT]

Updated (4/2017): See .NET Framework Releases for newer releases. Today we are excited to announce the availability of the .NET Framework 4.6.2! Many of the changes are based on your feedback, including those submitted on UserVoice and Connect. Thanks for your continued help and engagement! The release is packed with lots of great improvement...

.NET
Jun 27, 2016
Post comments count0
Post likes count0

Announcing ASP.NET Core 1.0

Jeffrey Fritz

The first version of ASP.NET 1.0 came out almost 14 years ago. Since then many developers have used it to build and run great web applications, and over the years we have added and evolved many, many capabilities to it. Today we are excited to announce the release of ASP.NET Core 1.0! This new release is one of the most significant architectural...

ASP.NETASP.NET Core
Jun 7, 2016
Post comments count0
Post likes count0

Announcing a new .NET and ASP.NET Core Bug Bounty

Barry Dorrans

Now that you're all updated to RC2 I am pleased to announce a further 3 month bug bounty program for .NET Core and ASP.NET Core, our cross platform runtime and web stack. The program encompasses the RC2 and, should its release fall within the 3 months programme period, the RTM version. The bounty will run from 7th June 2016 till 7th September 2016....

ASP.NETASP.NET Core