Get first look at next Visual Studio 2014 -#Microsoft
Microsoft is letting devs download the preview version of Visual Studio 14, due for 2015 release, for feedback.
The CTP – community technology preview – download is available here.
It will work with Roslyn – more formally, the .NET Compiler Platform – that Redmond open sourced at its April Build conference. Roslyn exposes the MS Visual Basic and C# compilers as APIs.
The compiler-as-a-service, MS says in this MSDN blog post, is behind a bunch of features that include build
The release also gives devs a chance to check out ASP.NET vNext, which includes a cloud optimized mode that gets rid of libraries that aren't needed for server deployments.
“As well as the ASP.NET 4.5 Web Application templates, new templates are included for targeting ASP.NET vNext,” Somasegar notes.
The Visual C++ compiler is getting closer to standards-compliant, Somasegar says, listing its new features as
support for user-defined literals
The CTP – community technology preview – download is available here.
It will work with Roslyn – more formally, the .NET Compiler Platform – that Redmond open sourced at its April Build conference. Roslyn exposes the MS Visual Basic and C# compilers as APIs.
The compiler-as-a-service, MS says in this MSDN blog post, is behind a bunch of features that include build
- IntelliSense
- refactoring
- CodeLens
- debugging.
The release also gives devs a chance to check out ASP.NET vNext, which includes a cloud optimized mode that gets rid of libraries that aren't needed for server deployments.
“As well as the ASP.NET 4.5 Web Application templates, new templates are included for targeting ASP.NET vNext,” Somasegar notes.
The Visual C++ compiler is getting closer to standards-compliant, Somasegar says, listing its new features as
support for user-defined literals
- noexcept
- alignof
- alignas
- inheriting constructors from C++11,
- generalized lambda capture
- auto function return type deduction
- generic lambdas from C++14.

0 comments