.NET Blog

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

Latest posts

Upcoming .NET NuGet Releases
Mar 4, 2014
Post comments count 0
Post likes count 0

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. 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
Mar 3, 2014
Post comments count 0
Post likes count 0

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: 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
Feb 28, 2014
Post comments count 1
Post likes count 0

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/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
Feb 27, 2014
Post comments count 0
Post likes count 0

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

RyuJIT CTP2: Getting Ready for Prime-time
Feb 27, 2014
Post comments count 0
Post likes count 0

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, CTP1, received a thunderous response (so much so we had to post a FAQ soon after). Two questions commonly asked were when would there be an update and when would it support feature X or Y that is in the existing 64-bit .NET JIT compiler. CTP2 answers both questions. T...

Announcing new Web Features in Visual Studio 2013 Update 2 CTP2
Feb 25, 2014
Post comments count 0
Post likes count 0

Announcing new Web Features in Visual Studio 2013 Update 2 CTP2

Xinyang Qiu
Xinyang Qiu

Update 4/21/2014: please see http://blogs.msdn.com/b/webdev/archive/2014/04/02/announcing-new-web-features-in-visual-studio-2013-update-2-rc.aspx for Update 2 RC web features. Today, the Visual Studio team announced the release of CTP2 of Visual Studio 2013 Update 2 .  Our team added a few useful features and did some bug fixing in this update to improve the web development experience.  We will have future blogs to talk about some of the features in detail.  The release note contains more details. New SASS project item and editor We added LESS in VS2013 RTM, and we now have a SASS project i...

A new look for .NET Reference Source
Feb 24, 2014
Post comments count 4
Post likes count 2

A new look for .NET Reference Source

Immo Landwerth
Immo Landwerth

This post was written by Alok Shriram, Program Manager on the .NET Framework team. He will show you a significantly improved experience around .NET Reference Source. Today I'm very excited to announce that we have an awesome new experience to use the .NET Framework reference source. Browsing .NET Reference Source First of all, most people just want to look at code. So we've added a brand new source browsing experience. For a tutorial, checkout our Channel 9 video: This new browsing experience provides the following features: We generated this site using Project Roslyn, our new C# and VB com...

Using Claims in your Web App is Easier with the new OWIN Security Components
Feb 20, 2014
Post comments count 0
Post likes count 0

Using Claims in your Web App is Easier with the new OWIN Security Components

Daniel Roth
Daniel Roth

Hello everybody! My name is Vittorio Bertocci: I am a program manager in the Windows Azure Active Directory team, where I work on developer experience. In the last few months the ASP.NET and Active Directory teams have been busy collaborating on a new OWIN-based programming model for securing modern ASP.NET applications. Today I have the privilege to announce the first developer preview of the OWIN components that will allow you to secure your ASP.NET applications with Windows Azure AD, ADFS and any other identity provider supporting WS-Federation. Here there’s an image that gives some measure of the improvem...

Adding two-factor authentication to an application using ASP.NET Identity
Feb 18, 2014
Post comments count 1
Post likes count 0

Adding two-factor authentication to an application using ASP.NET Identity

suhasbj
suhasbj

Introduction We recently released the 2.0.0-beta1 version of ASP.NET Identity. Learn more here by visiting this link. This is an update to 2.0.0-alpha1 and adds two-factor authentication along with a few bug fixes. To learn more about the Alpha release, visit this link. As mentioned in the release article, with the 2.0.0-beta1 version of Identity we have added support for enabling two-factor authentication in an application. Two factor authentication is a 2 step process for authenticating a user. For example, using local account credentials and a secure PIN sent as a text message, or using OAuth login and QR co...