No trial. No credit card required. Just your GitHub account.
.NET Blog
Free. Cross-platform. Open source. A developer platform for building all your apps.
Featured posts

.NET Aspire 9.3 is here and enhanced with GitHub Copilot!
.NET Aspire 9.3 is the biggest release of .NET Aspire yet, with the introduction of GitHub Copilot directly into the .NET Aspire Dashboard, updates for integrat...
Latest posts

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 WebJobs SDK? The WebJobs feature of Windows Azure Web Sites provides an easy way for you to run programs such as services or background tasks in a Web Site. You can upload and run an executable file such as an .exe, .cmd, or .bat file to your web site. You can run these as ...

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 Package Manager Console, like this: What’s in this release?Following is the list of features and major issues that were fixed in 2.0.0.Two-Factor AuthenticationASP.NET Identity now support two-factor authentication. Two-factor authentication provides an e...

Getting started with ASP.NET Web API 2.2 for OData v4.0

A few weeks ago we started publishing nightly builds for our initial support in ASP.NET Web API for the OData v4.0 protocol. Our OData v4.0 support is based on the OData Library for OData v4.0 that has been released in the past few months. The OData v4.0 protocol introduces a lot of changes and new features that allow more flexibility in the way to model services and improvements over many features from the past versions of the protocol. In addition to this, the OData protocol has been recently ratified as an OASIS standard which will help bolster the adoption of the protocol by many companies and services all...

ASP.NET MVC 5 Lifecycle Document Published
Fresh out of the oven is a PDF document that charts the lifecycle of every ASP.NET MVC 5 application. Many of you have requested this document over the years and we're glad to finally put it in your hands now. You will find the PDF document very similar to the ASP.NET application lifecycle topic in its approach. It's a graphical representation of the ASP.NET MVC 5 lifecycle, but you will also see all the comprehensive details and explanations of the MVC pipeline that can help you make the correct decision on the what, when, and how of your ASP.NET MVC code development. Here's a preview: When you view the PDF docu...

Upcoming .NET NuGet Releases

This post was written by Richard Lander, a Program Manager on the .NET Core Framework team. We recently concluded a planning exercise for the next few months of work. From this exercise, we’d like to share the next set of NuGet releases that we plan to do. We chose this particular set based on your feedback and internal partner requests. All of these packages will be released as pre-release packages on nuget.org.New PackagesUpdated PackagesPlease let us know

Upcoming .NET NuGet Releases

This post was written by Richard Lander, a Program Manager on the .NET Core Framework team. We recently concluded a planning exercise for the next few months of work. From this exercise, we’d like to share the next set of NuGet releases that we plan to do. We chose this particular set based on your feedback and internal partner requests. All of these packages will be released as pre-release packages on nuget.org.New PackagesUpdated PackagesPlease let us know

Tutorial Series for Entity Framework 6 MVC 5 Published
We have published the final 3 tutorials in the series on the Entity Framework 6 Code First / MVC 5. At the same time, we updated the first 9 tutorials, adding new material and responding to customer suggestions.New Entity Framework 6 features covered in this series include: The 3 newly published tutorials are these: The 9 that were published earlier and have now been updated are these: The old EF 5 / MVC 4 series is still available at this URL: - Tom Dykstra- Rick Anderson

Announcing the release of Dynamic Data provider and EntityDataSource control for Entity Framework 6
Today, we are pleased to announce RTM of ASP.NET Dynamic Data and EntityDataSource control for EntityFramework 6What’s in this release- Dynamic Data provider for Entity Framework 6- EntityDataSource control for Entity Framework 6How to installYou can download this release for ASP.NET DynamicData.EFProvider (http://www.nuget.org/packages/Microsoft.AspNet.DynamicData.EFProvider/) and EntityDataSource (http://www.nuget.org/packages/Microsoft.AspNet.EntityDataSource/) from the NuGet gallery. Getting startedMicrosoft.AspNet.DynamicData.EFProviderThis package has a DynamicData EFProvider for EntityFramework 6. ...

New JSON editor features in Visual Studio 2013 Update 2 CTP2
The Customer Tech Preview (CTP2) release of Visual Studio 2013 Update 2 contains a new JSON editor. In this release, the JSON editor includes a number of features such as colorization, and JSON syntax validation. More features will be added during subsequent releases. New JSON item template In a web application, you can use the new JSON item template under the Markup category to add a new file with the .json extension. Colorization When opening a file in the JSON editor, the content will be tokenized and have distinct colors. Invalid tokens will have the default black color as shown below. The color fo...