Posts by this author

Jun 3, 2014
0
0

ASP.NET vNext in Visual Studio “14” CTP

A few weeks ago at TechEd North America we announced ASP.NET vNext. Today we are releasing the first preview of Visual Studio “14” CTP, which will have support for creating and debugging ASP.NET vNext applications. This post will cover what is ASP.NET vNext and give you a walkthrough of what you can do in this preview. ASP.NET vNext has been desig...

ASP.NET
May 13, 2014
0
0

Improvements to ASP.NET Web Forms

The Visual Studio team released Visual Studio 2013 Update 2 RTM. As part of this update we have added new features for ASP.NET Web Forms. This post will highlight some of the improvements done in ASP.NET Web Forms which are part of this release and some changes that we are working on. ASP.NET Identity 2.0 Support ASP.NET Identity is the new moder...

ASP.NET
Mar 27, 2014
0
0

Announcing 0.2.0-alpha2 preview of Windows Azure WebJobs SDK

We are releasing an update to Windows Azure WebJobs SDK introduced by Scott Hanselman here. Download this release You can download WebJobs SDK in a console application project from the NuGet gallery. You can install or update to these packages through NuGet gallery using the NuGet Package Manager Console, like this: What is WebJo...

ASP.NET
Mar 20, 2014
0
0

Announcing RTM of ASP.NET Identity 2.0.0

Today, we are releasing the final version of ASP.NET Identity 2.0. The main focus in this release was to add security and account management features as well as address feedback from the community.Download this releaseYou can download ASP.NET Identity from the NuGet gallery. You can install or update to these packages through NuGet using the NuGet ...

ASP.NET
Dec 20, 2013
0
0

Announcing preview of Microsoft.AspNet.Identity 2.0.0-alpha1

Today, we are releasing a preview of ASP.NET Identity. The main focus in this release was to fix issues with the 1.0 release and build upon the 1.0 Framework to add more features such as Account Confirmation, Password Reset etc. Please read the known issues section below before trying out this preview. Download this releaseYou can download ASP...

ASP.NET
Dec 20, 2013
0
0

Updating ASP.NET applications from ASP.NET Identity 1.0 to 2.0.0-alpha1

We released the 2.0.0-alpha1 version for ASP.NET Identity. Learn more here http://blogs.msdn.com/b/webdev/archive/2013/12/20/announcing-preview-of-microsoft-aspnet-identity-2-0-0-alpha1.aspx One of the features in this version is Account Confirmation and Password Reset. As part of this new feature we have added two new properties to the Ident...

ASP.NET
Dec 9, 2013
0
0

Release Candidates for ASP.NET MVC 5.1, Web API 2.1 and Web Page 3.1.

Today we shipped release candidates for ASP.NET MVC 5.1, ASP.NET Web Pages 3.1 and Web API 2.1 to the NuGet gallery. In this release we are previewing some of the runtime features in ASP.NET and Web Tools 2013.2, which will include a broader set of updates to ASP.NET SignalR, ASP.NET Identity, Entity Framework, and the Microsoft OWIN Components as ...

ASP.NET
Nov 18, 2013
0
0

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

We have released ASP.NET and Web Tools 2013.1 for Visual Studio 2012. This release brings a ton of great improvements, and include some fantastic enhancements to ASP.NET MVC 5, Web API 2, Scaffolding and Entity Framework to users of Visual Studio 2012 and Visual Studio 2012 Express for Web. You can download and start using these features now. Bel...

ASP.NET