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
Microsoft Build 2015 汇总 简要概括(GitHub 完成约 45%): Visual Studio Code Preview Visual Studio 2015 RC Vis ...
- 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上的 ...
随机推荐
- 关于nginx.pid丢失的解决办法
在停掉nginx的过程中突然出现如下的提示:
- AngularJS:自定义过滤器
表达式: {{ expression | filter1 | filter2 | ... }} {{ expression | filterName : paramet ...
- Unity3D上可以发布到IOS使用的SQLite数据库
地址:https://github.com/codecoding/SQLite4Unity3d Unity5.1.1f 发布,在IOS 8.3上亲测可用,Android好像有点问题. 也可用参考下这个 ...
- WPF整理-Style
"Consistency in a user interface is an important trait; there are many facets of consistency, ...
- WPF整理-二进制资源和内容
WPF中的Binary Resource(二进制资源)是相对于前面所说的Logical resource(逻辑资源)而说的,一般指Image.XML文件等. 注意:这里说的是Resource" ...
- 四则运算项目git统计
GitHub统计 1.Git文档目录 图 1文档结构预览 2.Git提交进度图 图 2 9月12日-10月3日 图 3 10月3日-10月14日 图 4 10月14日-10月21日 图 5 10月21 ...
- “眉毛导航”——SiteMapPath控件的使用(ASP.NET)
今天做网站的时候,用到了SiteMapPath控件,我把使用方法记录下来,以便日后查阅以及帮助新手朋友们. SiteMapPath”会显示一个导航路径(也称为痕迹导航或眉毛导航),此路径为用户显示当前 ...
- Mac上开启Web服务
$ sudo apachectl start$ httpd -v /Library/WebServer/Documents
- C#动态编译引擎-CS-Script
什么是CS-Script? CS-Script是一种以CLR(公共语言运行库)为基础的脚本系统,它使用ECMA标准的C#作为编程语言,它面向微软的CLR运行库(.net 2.0/3.0/3.5/4.0 ...
- Windows建立Cucumber和Ruby测试环境
1. 下载安装Ruby1.9.3, 不要用RubyInstall 一键安装,下载zip然后解压到c:\Ruby193 (不要用2.0,用2.0安装不成功,不要怪我) 2. 环境变量配置RUBY_HOM ...