Showing results for Announcements - .NET Blog

Nov 24, 2015
Post comments count0
Post likes count0

.NET Core and ASP.NET Bug Bounty Update

Barry Dorrans
Barry Dorrans

As we've now released RC1 of .NET Core and ASP.NET restrictions on areas for investigation are now lifted. The entire cross platform stack, including networking is now in scope and eligible for bounty submissions.The ASP.NET web site has instructions on how to install RC1 on Windows, Linux and OS X. Windows researchers can use Visual Studio 20...

ASP.NET
Nov 18, 2015
Post comments count0
Post likes count0

Announcing ASP.NET 5 Release Candidate 1

Jeffrey Fritz
Jeffrey Fritz

Update - 11-30-2015: The ASP.NET 5 RC1 installers and DNX packages have been updated to address the following issues: The updated version of DNX (1.0.0-rc1-update1) is available via the .NET Version Manager (DNVM). Note, no other ASP.NET 5 NuGet packages are affected by this update and thus their versions remain unchanged. If you have a...

ASP.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
Sep 29, 2015
Post comments count0
Post likes count0

Announcing the ASP.NET WebHooks Visual Studio Extension Preview

Brady Gaster
Brady Gaster

After a few days of work, I’m excited to introduce you to the ASP.NET WebHooks preview support we’ve put together for Visual Studio developers. This tool bootstraps your ASP.NET project with the NuGet packages and configuration code you’ll need so you can add custom processing for incoming WebHook requests from third parties like GitHub, Dropbox, a...

ASP.NET
Sep 4, 2015
Post comments count1
Post likes count0

Introducing Microsoft ASP.NET WebHooks Preview

Henrik F Nielsen
Henrik F Nielsen

We are very pleased to announce ASP.NET WebHooks preview as a new addition to the ASP.NET family. WebHooks is a lightweight HTTP pattern providing a simple pub/sub model for wiring together Web APIs and SaaS services. When an event happens in a service, a notification is sent in the form of an HTTP POST request to registered subscribers. The POST r...

ASP.NET
Jul 27, 2015
Post comments count0
Post likes count0

Announcing Availability of ASP.NET 5 beta 6

Jeffrey Fritz
Jeffrey Fritz

It feels like we just did this… we just announced an ASP.NET release, and here comes another one.  The development team has been hard at work right through the release of Visual Studio 2015 to deliver an updated set of packages and tools for you to use with ASP.NET 5.  This release, labeled ASP.NET 5 beta 6 contains a handful of new features in the...

ASP.NET
Jul 20, 2015
Post comments count0
Post likes count0

Announcing ASP.NET 4.6 and ASP.NET 5 beta 5 in Visual Studio 2015 Release

Jeffrey Fritz
Jeffrey Fritz

Long time readers of this blog or followers of the ASP.NET Community Standup know that this day was coming, and we have a released version of ASP.NET 4.6 framework and tools with Visual Studio 2015.  Not only are we shipping ASP.NET 4.6, but we are also including with Visual Studio 2015 a bundle of ASP.NET 5 beta 5 runtime tools and libraries.  The...

ASP.NET
Apr 29, 2015
Post comments count0
Post likes count0

New ASP.NET Features and Fixes in Visual Studio 2015 RC

Jeffrey Fritz
Jeffrey Fritz

Today Scott Hanselman announced the Release Candidate of Visual Studio 2015, Team Foundation Server 2015 and Visual Studio 2013 Update 5. We hope that all //build attendees are enjoying the show, and we are following up on the news of the Visual Studio 2015 Release Candidate to show you some of the cool new features delivered in this version for we...

ASP.NET
Apr 24, 2015
Post comments count0
Post likes count0

Making It Better: ASP.NET with Visual Basic 14

Jeffrey Fritz
Jeffrey Fritz

BASIC is part of the DNA of Microsoft, and we have continued to evolve the language for most of the 40 years of the company’s existence.  In the next evolution of the language, Visual Basic 14, there are a number of great features that are being added and we want to make sure that you know we are fully supporting them with ASP.NET in Visual S...

ASP.NET
Apr 7, 2015
Post comments count0
Post likes count0

ASP.NET Identity 2.2.1

pranav rastogi
pranav rastogi

We are releasing ASP.NET Identity 2.2.1. The main focus in this release was to fix issues reported in 2.2.0 release. Download this release You can download ASP.NET Identity from the NuGet gallery. You can install or update these packages using the NuGet Package Manager Console, like this: Install-Package Microsoft.AspNet.Identity.EntityFramework...

ASP.NET