.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

Profile and Time your ASP.NET MVC app all the way to Azure

Successful web app dev teams generally consider performance a requirement from the beginning,  not an afterthought. Performance should be considered in all phases of a project, from design and into production, including updates to the app. That's not to say you should try to optimize code before you've measured it, you really don't know...

Announcing the beta release of Web Pages 3.2.1

The NuGet packages for ASP.NET Web Pages 3.2.1 beta are now live on the NuGet gallery! Download this release You can install or update the NuGet package for ASP.NET Web Pages 3.2.1 beta using the NuGet Package Manager Console, with the following commands: Prerequisites for this release What’s in this release? This release ...

Release Candidate for Katana 3 and the ASP.NET Security Components

One step closer to GA! The release candidate NuGet packages for Katana 3 are now available on the NuGet.org gallery, published with version 3.0.0-rc2.Most of this release consists of bug fixes and stabilization updates, with the exception of the ASP.NET security components.What’s New with the ASP.NET Security Components in the Release ...

ASP.NET vNext in Visual Studio “14” CTP 2

Today we released various runtime and tooling updates for ASP.NET vNext in the Visual Studio “14” CTP 2. This CTP includes our alpha2 runtime packages for ASP.NET vNext. You can find all the details on the specific enhancements added and issues fixed in the published release notes on GitHub.For information on how to get started ...

dotnetConf 2014 Wrapup

(image) We just wanted to say thank you for your time attending the dotnetConf in June 2014 where we shared innovation and news about the present and future of .NET, all in a single place focusing on .NET technologies.  You may have missed sessions during the streaming delivered on June 25th and 26th, so, for your convenience, we’d ...
Comments are closed.0 0
.NET

Changes to Google OAuth 2.0 and updates in Google middleware for 3.0.0 RC release

This article explains the recent changes made to Google OpenID and OAuth 2.0 along with the corresponding updates to the 3.0.0 RC release of Google OAuth  middleware. Here we will first look at the experience of using Google OAuth middleware in an MVC application with the OWIN 2.1.0 release bits. We will then explain the current changes ...

Announcing the Release of ASP.NET MVC 5.2, Web API 2.2 and Web Pages 3.2

The NuGet packages for ASP.NET MVC 5.2, ASP.NET Web API 2.2 and ASP.NET Web Pages 3.2 are now live on the NuGet gallery!Download this releaseYou can install or update the NuGet packages for ASP.NET MVC 5.2, ASP.NET Web API 2.2 and ASP.NET Web Pages 3.2 using the NuGet Package Manager Console, with the following commands: Prerequisites for ...