Showing results for April 2014 - Page 2 of 2 - .NET Blog

Apr 8, 2014
1
0

EF Code First Migrations Deployment to an Azure Cloud Service

Tom Dykstra - MSFT
Tom Dykstra - MSFT

To deploy a Code First database to an Azure Web Site, you can use the Execute Code First Migrations check box in the Publish Web wizard: When you select that check box, Visual Studio configures the destination web site so that Entity Framework automatically deploys the database or updates it by running the MigrateDatabaseToLatestVersion ...

ASP.NET
Apr 7, 2014
0
0

The JIT finally proposed. JIT and SIMD are getting married.

Immo Landwerth
Immo Landwerth

Processor speed no longer follows Moore’s law. So in order to optimize the performance of your applications, it’s increasingly important to embrace parallelization. Or, as Herb Sutter phrased it, the free lunch is over. You may think that task-based programming or offloading work to threads is already the answer. While multi-threading ...

.NET
Apr 3, 2014
1
0

Creating a Custom Scaffolder for Visual Studio

Joost de Nijs
Joost de Nijs

With the release of Visual Studio 2013 last October, we introduced the concept of Scaffolding to Web Application projects.  Scaffolding is the framework on which code generation for MVC and WebAPI is built.  For more information on Scaffolding or the MVC Scaffolders check the following blog post: http://www.asp.net/visual-studio/...

ASP.NET
Apr 3, 2014
0
0

The Next Generation of .NET

.NET Team
.NET Team

At Build 2014 this week, we announced the next generation of .NET. The next generation will focus and deliver on two main themes: Core Innovation and cross-device apps. These themes are a direct result of your feedback, asking for new features in .NET and to make it easier to use .NET for all your apps. At Build 2014, we are releasing...

.NET
Apr 2, 2014
0
0

Announcing .NET Native Preview

.NET Team
.NET Team

This post was written by Subramanian Ramaswamy and Andrew Pardoe, Senior Program Managers on the .NET Native team. We’re thrilled to announce the first release of .NET Native. Windows Store apps start up to 60% faster with .NET Native and have a much smaller memory footprint. Our first release is a Developer Preview that allows you to develop ...

.NET
Apr 2, 2014
0
0

Available Now: Preview of Project “Orleans” – Cloud Services at Scale

.NET Team
.NET Team

This post was written by Niklas Gustafsson, Principal Program Manager on the Cloud Platform Tooling Team Today, at Build 2014, we are announcing the preview release of a cloud programming model under the codename “Orleans”. This project originated in Microsoft Research. Project “Orleans” provides a straightforward approach to building ...

.NET
Apr 2, 2014
0
0

Available Now: Preview of Project “Orleans” – Cloud Services at Scale

.NET Team
.NET Team

This post was written by Niklas Gustafsson, Principal Program Manager on the Cloud Platform Tooling Team Today, at Build 2014, we are announcing the preview release of a cloud programming model under the codename “Orleans”. This project originated in Microsoft Research. Project “Orleans” provides a straightforward approach to building ...

.NET
Apr 2, 2014
0
0

Available Now: Preview of Project “Orleans” – Cloud Services at Scale

.NET Team
.NET Team

This post was written by Niklas Gustafsson, Principal Program Manager on the Cloud Platform Tooling Team Today, at Build 2014, we are announcing the preview release of a cloud programming model under the codename “Orleans”. This project originated in Microsoft Research. Project “Orleans” provides a straightforward approach to building ...

.NET
Apr 2, 2014
0
0

Announcing new web features in Visual Studio 2013 Update 2 RC

Xinyang Qiu
Xinyang Qiu

Today, the Visual Studio team announced the release of RC version 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.  This blog will contain all of the features introduced in CTP2 and a few updates. We will have future blogs to talk about...

ASP.NET