.NET Blog

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

Featured posts

Announcing .NET 10
Nov 11, 2025
Post comments count 15
Post likes count 43

Announcing .NET 10

.NET Team
.NET Team

Announcing the release of .NET 10, the most productive, modern, secure, intelligent, and performant release of .NET yet. With updates across ASP.NET Core, C# 14...

.NETASP.NET CoreNuGet

Latest posts

Use a Microsoft Account to Create Web Apps Protected by Azure AD – With VS2013 Update 3
Aug 4, 2014
Post comments count 0
Post likes count 0

Use a Microsoft Account to Create Web Apps Protected by Azure AD – With VS2013 Update 3

Vittorio Bertocci - MSFT
Vittorio Bertocci - MSFT

Back in December I have posted an article which described a limitation of the organizational identities support in the ASP.NET project templates in Visual Studio 2013. In a nutshell. The ASP.NET project templates in Visual Studio 2013 have the ability to automatically create an entry for your application in Azure Active Directory – so that your project is created already configured to perform web sign on from the very start. That task requires a write operation in the Azure AD of choice, hence Visual Studio needs to acquire a valid token for performing it. To do so, it prompts you – the developer &nd...

Announcing new Web Features in Visual Studio 2013 Update 3 RTM
Aug 4, 2014
Post comments count 0
Post likes count 0

Announcing new Web Features in Visual Studio 2013 Update 3 RTM

Xinyang Qiu
Xinyang Qiu

Today, the Visual Studio team announced the release of RTM version of Visual Studio 2013 Update 3.  Our team added a few useful features and did some bug fixing in this update to improve the web development experience.  Our team also released Azure SDK 2.4 SDK today, you can read the detail here. Microsoft ASP.NET and Web Tools 2013.3 Added Scaffolding Support for ASP.NET 5.2 technologies (MVC, Web API) With this update, scaffolding will correctly detect what are the versions of NuGet packages that the project is using. For example, if the project is still using ASP.NET MVC 5.1.2, then scaffolding w...

Profile and Time your ASP.NET MVC app all the way to Azure
Jul 29, 2014
Post comments count 0
Post likes count 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 needs to be optimized until you measure perf. This tutorial will primarily use a modified version of Tom Dykstra's EF6/MVC 5 Contoso University app to introduce you to measuring and monitoring performance. This topic contains the following sections: ...

Announcing the beta release of Web Pages 3.2.1
Jul 28, 2014
Post comments count 0
Post likes count 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 a performance improvement in rendering razor pages. We worked with the MSN team on rendering large pages. When pages render over 80 Kilobytes of data, we end up with objects on the large object heap. When multiple layers of layouts are used this effect can be multiplie...

NuGet 3.0 CTP 1 Released
Jul 15, 2014
Post comments count 0
Post likes count 0

NuGet 3.0 CTP 1 Released

Jeff Handley
Jeff Handley

Today marks an important milestone for Building NuGet 3.x; we've published a NuGet 3.0 CTP1 build of our Visual Studio extension. This preview release represents a few months of code refactoring and server-side architecture now being utilized by the client code. While the release doesn't show off any slick new NuGet features or even address very many bugs, it reflects a lot of engineering work that unblocks us in several ways. We'd like to show you some of the changes we've made under the hood and ask for your help validating we haven't regressed anything outside our test matrix. What We Released The updated ex...

The NuGet.org Architecture
Jul 11, 2014
Post comments count 0
Post likes count 0

The NuGet.org Architecture

Jeff Handley
Jeff Handley

As part of Building NuGet 3.x, we have been working on a significant re-architecture of NuGet.org. Progress has been steady and we are starting to see a return on investment. In this post, we'll compare the legacy architecture to where we'll be in the near future. Legacy Architecture One of the goals when the NuGet Gallery project was started in 2011 was to provide a reference ASP.NET MVC application hosted in Azure. The project would follow our own prescriptive guidance and leverage the frameworks we build within our group: Legacy Architecture Diagram Deployment Details Deploying this architectur...

Release Candidate for Katana 3 and the ASP.NET Security Components
Jul 10, 2014
Post comments count 0
Post likes count 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 CandidateYou can install or update the release candidate bits through the Package Manager Console. If you were using WS-Federation, get the corresponding package with the following command:Install-Package Microsoft.Owin.Security.WsFederation -PreIf you were using OpenId Connec...

ASP.NET vNext in Visual Studio “14” CTP 2
Jul 8, 2014
Post comments count 0
Post likes count 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.NET vNext using Visual Studio “14” check out the article Getting Started with ASP.NET vNext and Visual Studio "14".The existing MVC Music Store and Bug Tracker sample projects have been updated with the bits for this release. You can find instructions on ho...

dotnetConf 2014 Wrapup
Jul 2, 2014
Post comments count 0
Post likes count 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 that all the sessions at the dotnetConf were recorded and are available here: https://channel9.msdn.com/Events/dotnetConf/2014 The dotnetConf 2014 was a two-day virtual event (June 25th-26th) focused on .NET technologies, covering application development for the desktop,...