Visual Studio "14" CTP 3 Released – John Montgomery announces the third CTP release of the Visual Studio ’14’ release. This release contains updates to the ASP.NET vNext, .NET Native, C++ enhancements, PerfTips, custom layouts, high DPI icons, and much more.
ASP.NET vNext in Visual Studio “14” CTP 3 – Xinyang Qiu discusses the ASP.NET Team’s contribution to the latest Visual Studio CTP release, highlighting what is included, and how it differs from previous releases
Visual Studio "14" CTP 3 and Entity Framework – Rowan Miller discusses the Visual Studio "14" CTP 3 release in the context of Entity Framework highlighting some know issues in the tooling and discussing the Entity Framework V7 included in ASP.NET vNext.
Knockout 3.2.0 released – Steve Sanderson highlights the release of Knockout 3.2.0, a significant release which has been worked on for 6 months which includes components, an improved way of structuring your larger applications, custom elements, which provide a lot of the W3C Web Components functionality, and much more
Information
Features of ES6 Part 4: Rest Parameters – K.Scott Allen continues his series looking at the new features of ECMAScript 6, exploring the use of rest parameters for supporting arbitrary numbers of parameters on methods