Microsoft Build 2015
Microsoft Build 2015 汇总

简要概括(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 部分精选视频:
- Meet the Visual Studio Code team(必看)
- A Lap Around .NET 2015(必看)
- Cross-Platform Continuous Delivery with Release Management to Embrace DevOps
- C# 6, VB14, and all Things Roslyn
- 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
- Developing Universal Windows Apps in 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
- Introducing ASP.NET 5(必看)
- Visual Studio Code: A Deep Dive on the Redefined Code Editor for OS X, Linux and Windows
- Hosted Web Apps and Web Platform Innovations
- Taking .NET Cross-Platform: Building .NET Applications on Linux and Mac
- Using Git in Visual Studio
- Debugging Performance Issues Using Visual Studio 2015
- Deep Dive into ASP.NET 5(必看)
- What's New in C# 6 and Visual Basic 14
- .NET Open Source Initiative
- New XAML Tools in Visual Studio 2015
- Go Mobile with C#, Visual Studio and Xamarin
MSDN 部分精选文章:
- .NET Announcements at Build 2015(必看)
- Build 2015 marks an important step in our journey with developers – and it’s just the beginning
- Introducing Visual Studio Code, Visual Studio 2015 RC, Application Insights Public Preview and .NET Core Preview for Linux and Mac
- Entity Framework and Visual Studio 2015 RC
- Roslyn ships v1.0-rc2 with "Go-Live" license
- Application Insights now supports ASP.NET 5 applications
- Updates for ASP.NET 4.6 – Web Forms/ MVC 5/ Web API 2
- BUILD 2015 ASP.NET 5 Training Videos - Introduction and Deep Dive(必看)
- New ASP.NET Features and Fixes in Visual Studio 2015 RC
- BUILD 2015 News: Visual Studio Code, Visual Studio 2015 RC, Team Foundation Server 2015 RC, Visual Studio 2013 Update 5
- Introducing Visual Studio Code for Windows, Mac, and Linux
- Visual Studio and Team Foundation Server at Build 2015
- Visual Studio 2015 RC Now Available!
- Open Sourcing Visual Studio’s GDB/LLDB Debug Engine
Microsoft Build 2015的更多相关文章
- Microsoft Build 2015 汇总
简要概括(GitHub 完成约 45%): Visual Studio Code Preview(意料之外) Visual Studio 2015 RC Visual Studio 2013 Upda ...
- Microsoft Build 2016 Day 1 记录
去年今日:Microsoft Build 2015 汇总 今年的 Bulid 时间是 3.30-4.1,第一天的主角主要是 Windows 10.人工智能.HoloLens.小娜等,详细介绍:3 分钟 ...
- Microsoft Build 2016
Microsoft Build 2016 Day 1 记录 去年今日:Microsoft Build 2015 汇总 今年的 Bulid 时间是 3.30-4.1,第一天的主角主要是 Window ...
- Build 2015 Beijing & Windows 10 China Geek Challenge
6月5日,借着Build 2015在北京召开分会的东风,参加了这次由微软中国举办的Windows 10中国开发者极客挑战赛. 白天是Build 2015课程,学习了Windows 10最新的技术,包括 ...
- UWP?UWP! - Build 2015有些啥?(2)
UWP?UWP! - Build 2015有些啥? Build 2015圆满落幕了,不知大家有多少人刷夜看了直播呢?不管怎么说,想必各位都很好奇在这场微软开发者盛宴上,Microsoft又发布了什么令 ...
- UWP?UWP! - Build 2015有些啥?(1)
UWP?UWP! - Build 2015有些啥? Build 2015圆满落幕了,不知大家有多少人刷夜看了直播呢?不管怎么说,想必各位都很好奇在这场微软开发者盛宴上,Microsoft又发布了什么令 ...
- Microsoft dotnetConf 2015
Microsoft dotnetConf 2015 一些整理 dotnetConf 2015 直播计划: 第一天 (10 个主讲) - .NET Product Teams 主讲人为 .NET 产 ...
- Microsoft Build 2016 Day 2 记录(多图慎入)
Microsoft Build 2016 Day 1 记录 Microsoft Build 2016 进行到了第二天,我觉得这一天的内容非常精彩,因为主要和开发者相关
- BUILD 2015: Visual Studio对GitHub的支持
微软BUILD 2015大会上发布了Visual Studio 对GitHub的支持.安装了如下Developer Assistant插件后,你便可以在Visual Studio中找到GitHub上的 ...
随机推荐
- 使用 Gradle 插件进行代码分析(转)
代码分析在大多数项目中通常是作为最后一个步骤(如果做了的话)完成的.其通常难以配置及与现有代码整合. 本文旨在勾勒出使用 Gradle 整合 PMD 与 FindBugs 的步骤,并将其与一个现有的 ...
- JSON.stringify 语法解释
行为:此函数的作用主要是串行化对象. 或许有些人是过敏的字系列.我非常理解easy.是对象的类型转换成字符串类型(或者更确切的说是json类型的).就这么简单.打个例如说,你有一个类,那么你能够通过这 ...
- 怎样配置git ssh连接,怎样在GitHub上加入协作开发人员,怎样配置gitignore和怎样在GitHub上删除资源库.
**********1.在运行git push origin master指令时报例如以下错误: iluckysi@ILUCKYSI-PC /d/ilucky/message/code (master ...
- IT忍者神龟之使用 PowerDesigner
1. 启动 PowerDesigner 新建物理数据模型 watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvdmlweWhk/font/5a6L5L2T/fon ...
- STL中间set具体用法!!!!
1.关于set C++ STL 之所以得到广泛的赞誉,也被非常多人使用.不仅仅是提供了像vector, string, list等方便的容器,更重要的是STL封装了很多复杂的数据结构算法和大量经常使用 ...
- HDU 别easy在一系列的
别easy在一系列的 Time Limit : 2000/1000ms (Java/Other) Memory Limit : 65536/32768K (Java/Other) Total Su ...
- 于windows建筑物Cocos2d-x win32开发环境
这份文件是从cocos2d-x复制的官网.. . 在windows7上搭建COCOS2D-X开发环境并不难. 可是因为框架更新过快,非常多用户都有困难.我希望你们觉得这个教程实用. 建议:为了避 ...
- mac已安装xctool而简单的执行xctool打包
先安装brew,brew是一个包管理工具,有了它我们就能够非常方便的安装xctool了,brew安装命令例如以下: curl -LsSf http://github.com/mxcl/homebrew ...
- [HA]负载均衡:HAPROXY与KEEPALIVED强强联合
第一步:更改系统控制配置文件,同意分配虚拟IP(VIP) /etc/sysctl.conf net.ipv4.ip_nonlocal_bind=1 <pre style="word-w ...
- 命令模式 & 策略模式 & 模板方法
一.策略模式 策略模式:封装易变化的算法,可互相替换. GoF<设计模式>中说道:定义一系列算法,把它们一个个封装起来,并且使它们可以相互替换.该模式使得算法可独立于它们的客户变化. 比如 ...