Showing results for July 2014 - .NET Blog

Jul 29, 2014
0
0

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

Rick_Anderson
Rick_Anderson

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 what...

ASP.NET
Jul 28, 2014
0
0

Announcing the beta release of Web Pages 3.2.1

Yishai G_
Yishai G_

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 provides...

ASP.NET
Jul 10, 2014
0
0

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

Vittorio Bertocci - MSFT
Vittorio Bertocci - MSFT

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 Candida...

ASP.NET
Jul 8, 2014
0
0

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

Xinyang Qiu
Xinyang Qiu

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 with ASP...

ASP.NET
Jul 2, 2014
0
0

dotnetConf 2014 Wrapup

.NET Team
.NET Team

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 like to remind tha...

.NET
Jul 2, 2014
0
0

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

suhasbj
suhasbj

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 to Go...

ASP.NET
Jul 2, 2014
0
0

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

Daniel Roth
Daniel Roth

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 this r...

ASP.NET