Showing results for July 2017 - Page 4 of 4 - Visual Studio news feed

Jul 12, 2017
Post comments count0
Post likes count0

The week in .NET – Links!

Vahe Minasyan
Vahe Minasyan

This week’s post will exceptionally be made of links only, as I’m on vacation…

Jul 12, 2017
Post comments count0
Post likes count0

7++ reasons to move your C++ code to Visual Studio 2017

Vahe Minasyan
Vahe Minasyan

Whether you are a full-time or occasional C++ developer, whether you are using an older Visual Studio version or are considering using Visual Studio for the first time, this blog post is for you. In this post I share seven reasons why Visual Studio 2017 should be your first choice of IDE for C++ development (to quickly jump to each section of this ...

Jul 6, 2017
Post comments count0
Post likes count0

Announcing .NET Core 2.0 Preview 2

Vahe Minasyan
Vahe Minasyan

Today, we are announcing .NET Core 2.0 Preview 2. We have made improvements that we want to share and that we would love to get your feedback on. You can develop .NET Core 2.0 apps with Visual Studio 2017 Preview 15.3, Visual Studio for Mac or VS Code.

Jul 6, 2017
Post comments count0
Post likes count0

Announcing the Solution Template for Jenkins on Azure

Vahe Minasyan
Vahe Minasyan

Have you been looking for the Microsoft Azure Marketplace image for Jenkins on Azure? We removed it because the Jenkins version used is outdated. I am excited to announce the replacement and share some updates from our team.

Jul 6, 2017
Post comments count0
Post likes count0

Performance Improvements in RyuJIT in .NET Core and .NET Framework

Vahe Minasyan
Vahe Minasyan

RyuJIT is the just-in-time compiler used by .NET Core on x64 and now x86 and by the .NET Framework on x64 to compile MSIL bytecode to native machine code when a managed assembly executes. I’d like to point out some of the past year’s improvements that have gone into RyuJIT, and how they make the generated code faster.