Showing results for October 2015 - .NET Blog

Oct 29, 2015
Post comments count0
Post likes count0

Announcing .NET Framework 4.6.1 RC

The .NET Fundamentals Team
The .NET Fundamentals Team

Updated (2017): See .NET Framework Releases to learn about newer releases. This release is not supported. We are pleased to announce the release of .NET Framework 4.6.1 RC today. This release includes ~150 fixes and some new features. You can read about the new fixes and features that are included in the RC release and try out the bits using the...

.NET
Oct 20, 2015
Post comments count0
Post likes count0

.NET Core and ASP.NET Launches a Beta Bug Bounty Program.

Jeffrey Fritz
Jeffrey Fritz

A guest post from Barry Dorrans, the security lead for ASP.NETToday, with great excitement, we announce an introductory 3 month bug bounty program for .NET Core and ASP.NET, our new open source, cross platform runtime and web stack. The program encompasses the latest beta version, beta 8 and any subsequent beta or release candidates released d...

ASP.NET
Oct 15, 2015
Post comments count0
Post likes count0

Announcing Availability of ASP.NET 5 Beta8

Daniel Roth
Daniel Roth

ASP.NET 5 beta8 is now available both on NuGet and as a tooling update to Visual Studio 2015! This release greatly expands the supported surface area of .NET Core on OS X and Linux. You can now use networking, cryptography and globalization features cross-platform! This release also includes some nice improvements to ASP.NET 5, DNX and the Web...

ASP.NET
Oct 14, 2015
Post comments count0
Post likes count0

NuGet 3 – Visual Studio User Interface Discussion

Jeffrey Fritz
Jeffrey Fritz

We want to continue our discussion of the recent changes made to the NuGet experience with the v3 releases, and in this second blog post of the series we are going to focus on the user interface updates that were made for Visual Studio 2015. I touched on it briefly in our last blog post about What and Why, but this time lets go a little deeper into...

NuGetVisual Studio
Oct 12, 2015
Post comments count0
Post likes count0

NuGet 3.2.1-RC and NuGet 2.9-RC released

Jeffrey Fritz
Jeffrey Fritz

Today we are releasing nuget.exe 3.2.1-RC and NuGet 2.9-RC. A number of issues were identified in both versions that prevented interoperability on Linux and OSX operating systems. We also made some fixes to 3.2 in order to reduce network utilization. Changes Below are the top highlights of these releases 2.9-RC The complete 2.9 issue list...

NuGetRelease announcement
Oct 8, 2015
Post comments count0
Post likes count0

NuGet 3 – What and Why?

Jeffrey Fritz
Jeffrey Fritz

Since Visual Studio 2015 was released in July, developers have started using a new version of NuGet, NuGet 3 We decided to introduce a number of significant changes based on feedback from the community. With any major version change, some things break… and usually for a good reason. We have bugs and issues that we are addressing and want to share w...

NuGetRoadmap
Oct 7, 2015
Post comments count0
Post likes count0

Package Content and Removals

Jeffrey Fritz
Jeffrey Fritz

The NuGet community is awesome; involved and eager to build software to make it easy for use in bigger projects that the components and libraries that they themselves are building. Every now and again, community members can get a little too eager. This post is going to address a recent issue that was presented to the NuGet.org administrators. In t...

NuGetOther announcements
Oct 3, 2015
Post comments count0
Post likes count0

Receive WebHooks from Azure Alerts and Kudu (Azure Web App Deployment)

Henrik F Nielsen
Henrik F Nielsen

The Microsoft ASP.NET WebHooks preview is moving forward! We have received two very cool source contributions adding support for Kudu (Azure Web App Deployment) and Bitbucket. There is a sample for Bitbucket, but here we will focus on Kudu as well as Azure Alerts which just announced support for WebHooks. Kudu provides a ton of functionality for d...

ASP.NET