Showing results for 2017 - Page 2 of 43 - Visual Studio news feed

Dec 15, 2017
0

Introduction to tvOS

App Center Team
App Center Team

Recently, Apple announced the AppleTV 4K, an improved version of the AppleTV launched in 2015, which brought us a new platform to develop for in tvOS. With the touch-enabled Siri remote, we have a new way to interact with apps on the big screen which is different, but not entirely unfamiliar. Having a device like this in the living room is a great ...

Dec 15, 2017
0

Azure Application Architecture Guide

App Center Team
App Center Team

We've talked to many customers since Azure was released nearly eight years ago. Back then, Azure had only a few services. Now it's grown tremendously and keeps expanding. Cloud computing itself also has evolved to embrace customer demands. For example, most consumer-facing apps require a much faster velocity of updates than before, to differentiate...

Dec 15, 2017
0

Share UI Code in any iOS and Android App with .NET Embedding

App Center Team
App Center Team

One of the most exciting announcements during this year’s Connect(); event was the ability to embed .NET libraries into existing iOS (Objective-C/Swift) and Android (Java) applications with .NET Embedding. This is great because you can start to share code between your iOS and Android applications, and you can also share the user interface between y...

Dec 15, 2017
0

Latest and greatest in Visual Studio 2017 for C++ developers

App Center Team
App Center Team

Daniel Moth and Steve Carroll shared what’s new in VS 2017 and Updates for C++ developers at CppCon yesterday. You can grab the slides from the talk here, or here in PDF format. A video of the talk is available on YouTube:

Dec 15, 2017
0

Testing ASP.NET Core MVC web apps in-memory

App Center Team
App Center Team

Testing is an important part of the development process of any app. In this blog post we’re going to explore how we can test ASP.NET Core MVC app using an in-memory server. This approach has several advantages: It’s very fast because it does not start a real server It’s reliable because there is no need to reserve ports or clean up resources after...

Dec 13, 2017
0

Side-by-side minor version MSVC toolsets in Visual Studio 2017

App Center Team
App Center Team

We’ve been delivering improvements to Visual Studio 2017 more frequently than ever before. Since its first release in March we’ve released four major updates to VS2017 and are currently previewing the fifth update, VS2017 version 15.5. The MSVC toolset in VS2017 is built as a minor version update to the VS2015 compiler toolset. This minor version ...

Dec 13, 2017
0

VSTS Analytics OData now publicly available

App Center Team
App Center Team

The Visual Studio Team Services (VSTS) Analytics OData feed has been promoted to full public preview, available to everyone. Developers can use OData to access VSTS Analytics to write 3rd party or custom widgets. Or, write any tool or extension that takes advantage of the VSTS Analytics data model.

Dec 13, 2017
0

The UWP Community Toolkit v2.1

App Center Team
App Center Team

We are extremely excited to announce the latest update to the UWP Community Toolkit, version 2.1! This update builds on top of the previous version and continues to align the toolkit closer to the Windows 10 Fall Creators Update SDK. Thanks to the continued support and help of the community, all packages have been updated to target the Fall Creato...