
简要概括(GitHub 完成约 45%):
Visual Studio Code Preview
Visual Studio 2015 RC
Visual Studio 2013 Update 5
Open Sourcing Visual Studio’s GDB/LLDB Debug Engine
Entity Framework 7 Beta 4
ASP.NET 4.6 – Web Forms/ MVC 5/ Web API 2
ASP.NET 5 Preview
Visual Basic 14 and C# 6 are language complete
Visual F# 4.0 RC
.NET Framework 4.6 RC
.NET Core RC For Windows
.NET Core Preview For Mac OS
.NET Core Preview For Linux
.NET Execution Environment (DNX)
一图胜千言:










Microsoft Build 2015 部分精选视频:
Cross-Platform Continuous Delivery with Release Management to Embrace DevOps
Strategies for Developing Cross-Platform Applications with Visual Studio 2015
Maximize Your Coding Productivity for Apps, Devices, and Services with Visual Studio 2015
On the Shoulders of Giants: Building Apps that Consume Modern SaaS Endpoints with Visual Studio 2015
Building Cross-Platform Mobile Apps in C++ with Visual Studio 2015
Debugger Tips and Tricks for .NET Developers with Visual Studio 2015
Visual Studio Code: A Deep Dive on the Redefined Code Editor for OS X, Linux and Windows
Taking .NET Cross-Platform: Building .NET Applications on Linux and Mac
MSDN 部分精选文章:
引用来自“妈她亲我”的评论
@eechen即将抵达战场!引用来自“MarvinGuo”的评论
有人知道.Net core .Net framework的区别吗?.net Core是完全的Side by side部署:不需要公用系统全局的CLR,每个.net Core App在部署的时候可以捆绑自己的一份.net Core,包括CLR、核心库和所有应用依赖