Showing archive results for 2014

Mar 27, 2014
Post comments count0
Post likes count0

Announcing 0.2.0-alpha2 preview of Windows Azure WebJobs SDK

pranav rastogi
pranav rastogi

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

ASP.NET
Mar 20, 2014
Post comments count0
Post likes count0

Announcing RTM of ASP.NET Identity 2.0.0

pranav rastogi
pranav rastogi

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

ASP.NET
Mar 13, 2014
Post comments count0
Post likes count0

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

Javier Calvarro Nelson
Javier Calvarro Nelson

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

ASP.NET
Mar 4, 2014
Post comments count0
Post likes count0

ASP.NET MVC 5 Lifecycle Document Published

cephalin
cephalin

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

ASP.NET
Mar 4, 2014
Post comments count0
Post likes count0

Upcoming .NET NuGet Releases

.NET Team
.NET Team

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

.NET
Mar 4, 2014
Post comments count0
Post likes count0

Upcoming .NET NuGet Releases

.NET Team
.NET Team

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

.NET
Mar 3, 2014
Post comments count0
Post likes count0

Tutorial Series for Entity Framework 6 MVC 5 Published

Tom Dykstra - MSFT
Tom Dykstra - MSFT

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

ASP.NET
Feb 28, 2014
Post comments count1
Post likes count0

Announcing the release of Dynamic Data provider and EntityDataSource control for Entity Framework 6

pranav rastogi
pranav rastogi

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

ASP.NET
Feb 27, 2014
Post comments count0
Post likes count0

New JSON editor features in Visual Studio 2013 Update 2 CTP2

AnhPhan
AnhPhan

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

ASP.NET
Feb 27, 2014
Post comments count0
Post likes count0

RyuJIT CTP2: Getting Ready for Prime-time

.NET Team
.NET Team

This post announces an updated preview of the .NET team’s new 64-bit Just-In-Time (JIT) compiler. It was written by Mani Ramaswamy, Program Manager for the .NET Dynamic Code Execution Team. Note: RyuJIT CTP3 is available here: http://blogs.msdn.com/b/dotnet/archive/2014/04/03/the-next-generation-of-net.aspx. The developer preview of RyuJIT...

.NET