Showing category results for AllSKUs

Mar 5, 2020
Post comments count0
Post likes count0

What’s New in Visual Studio Online

shikhakaul
shikhakaul

Last November, we unveiled the public preview of Visual Studio Online, which provides managed, on-demand development environments that can be accessed from anywhere using either Visual Studio Code, Visual Studio IDE (in private preview), or the included browser-based editor. Since then, the Visual Studio Online team hasn’t slowed down and we’re exc...

Mar 5, 2020
Post comments count0
Post likes count0

Qt to support Visual Studio Linux projects

shikhakaul
shikhakaul

Qt is a popular cross-platform framework for application development and user interface design. Its various libraries and toolsets can be used to create, test, and deploy applications that target multiple platforms and operating systems including Linux, Windows, macOS and embedded/microcontroller systems. Qt recently announced its plan to support V...

Mar 3, 2020
Post comments count0
Post likes count0

Announcing TypeScript 3.8

shikhakaul
shikhakaul

Today we’re proud to release TypeScript 3.8! For those unfamiliar with TypeScript, it’s a language that adds syntax for types on top of JavaScript which can be analyzed through a process called static type-checking. This type-checking can tell us about errors like typos and values that are potentially  and  before we even run our code. More than j...

Mar 3, 2020
Post comments count0
Post likes count0

TraceProcessor 1.0.0

shikhakaul
shikhakaul

TraceProcessor version 1.0.0 is now available on NuGet with the following package ID: Microsoft.Windows.EventTracing.Processing.All

Mar 3, 2020
Post comments count0
Post likes count0

Xamarin.Forms & Xamarin.Essentials Go AndroidX

shikhakaul
shikhakaul

Last week we released our official stable NuGet packages for AndroidX, which are an exciting replacement for the Android Support Libraries. AndroidX streamlines components into smaller and easier to update libraries for developers to consume. In the post last week, we also outlined several ways to start migrating your Android applications to take a...

Mar 3, 2020
Post comments count0
Post likes count0

Easily Add, Remove, and Rename Files and Targets in CMake Projects

shikhakaul
shikhakaul

It’s easier than ever to work with CMake projects in Visual Studio 2019 16.5 Preview 2. Now you can add, remove, and rename source files and targets in your CMake projects from the IDE without manually editing your CMake scripts. When you add or remove files with the Solution Explorer, Visual Studio will automatically edit your CMake project. You c...

Feb 25, 2020
Post comments count0
Post likes count0

Xamarin.Forms Comes to Surface Duo and Surface Neo

Shikha Kaul
Shikha Kaul

Today we are announcing the preview availability of our cross-platform dual-screen support for the Surface Duo and Surface Neo, two new and amazing devices coming from the Surface team. Previously, we debuted Xamarin.Android and Xamarin.Forms support for the SDK for Surface Duo. Now that the Windows team has unveiled support for the Surface Neo, we...

Feb 25, 2020
Post comments count0
Post likes count0

Code Navigation for CMake Scripts

Shikha Kaul
Shikha Kaul

Visual Studio 2019 16.5 Preview 2 makes it easy to make sense of complex CMake projects. Code navigation features such as Go To Definition and Find All References are now supported for variables, functions, and targets in CMake script files. This can be a huge timesaver because CMake projects with more than a handful of source files are often organ...

Feb 25, 2020
Post comments count0
Post likes count0

AndroidX NuGet Packages are Stable! (Xamarin)

Shikha Kaul
Shikha Kaul

Last year, we introduced AndroidX for Xamarin. In addition to that, today we are happy to bring you stable AndroidX NuGet packages!