.NET Blog

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

OWIN security components in ASP.NET: OpenID Connect!

It’s been about a month since we released the first preview of the new claims-based identity programming model in ASP.NET. Yesterday we published a refresh of the preview with lots of improvements in WS-Federation support, and a brand-new feature: OpenID Connect! Thanks for the Feedback The new programming model was very well received...

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

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

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

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

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 ...
Comments are closed.0 0
.NET

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 ...
Comments are closed.0 0
.NET

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