Showing archive results for July 2019

Jul 23, 2019
Post comments count0
Post likes count0

Vcpkg: 2019.06 Update

Shikha Kaul
Shikha Kaul

The 2019.06 update of vcpkg, a tool that helps you manage C and C++ libraries on Windows, Linux, and MacOS, is now available. This is the first time we’ve created a vcpkg release on our GitHub repository. This update is designed to bring you a summary of the new functionality and improvements made to vcpkg over about a month’s time. The 2019.06 upd...

Jul 23, 2019
Post comments count0
Post likes count0

Announcing TypeScript 3.6 Beta

Shikha Kaul
Shikha Kaul

Today we’re happy to announce the availability of TypeScript 3.6 Beta. This beta is intended to be a feature-complete version of TypeScript 3.6. In the coming weeks we’ll be working on bugs and improving performance and stability for our release candidate, and eventually the full release.

Jul 23, 2019
Post comments count0
Post likes count0

Introducing PowerShell as .NET Global Tool

Shikha Kaul
Shikha Kaul

PowerShell is very suitable for CI/CD scenarios due to its easy and well understood scripting paradigm, and its cross-platform support makes it great for building and testing cross-platform applications. A .NET Global Tool is a special NuGet package that contains a console application.

Jul 23, 2019
Post comments count0
Post likes count0

Making it easier to bring your Linux based web apps to Azure App Service

Shikha Kaul
Shikha Kaul

Application development has radically changed over the years. From having to host all the physical hardware hosting the app and its dependences on-premises, to moving to a model where the hardware is hosted by external companies yet still managed by the users on to hosting your apps on a fully managed platform where all hardware and software manage...

Jul 23, 2019
Post comments count0
Post likes count0

Announcing ML.NET 1.2 and Model Builder updates (Machine Learning for .NET)

Shikha Kaul
Shikha Kaul

We are excited to announce ML.NET 1.2 and updates to Model Builder and the CLI. ML.NET is an open-source and cross-platform machine learning framework for .NET developers. ML.NET also includes Model Builder (a simple UI tool for Visual Studio) and the ML.NET CLI (Command-line interface) to make it super easy to build custom Machine Learning (ML) mo...

Jul 18, 2019
Post comments count0
Post likes count0

Azure Pipelines integration with Jira Software

Shikha Kaul
Shikha Kaul

Some teams prefer to have a choice of tools for configuring development pipelines, and that is most effective when the tools are integrated and users can retain context as they move between systems for details.

Jul 18, 2019
Post comments count0
Post likes count0

Create and manage Azure Pipelines from the command line

Shikha Kaul
Shikha Kaul

We recently introduced a unified YAML experience in Azure Pipelines where you can configure pipelines to do CI, CD or CI and CD together. Over the past few months we have been building capability to manage YAML backed pipelines from the command line to cater to developers who prefer working from the command line interface or require commands to aut...

Jul 18, 2019
Post comments count0
Post likes count0

Snppts – Beautiful UI Snippets for Xamarin.Forms

Shikha Kaul
Shikha Kaul

Features like , and the control gives developers the power to bring their ideas to life and create beautiful user interfaces. A lot of people in the community are creating awesome things with these. Although, with so much happening sometimes their efforts go unfound. This is why Snppts was created.

Jul 18, 2019
Post comments count0
Post likes count0

Resolve code issues in live apps running in Azure Kubernetes Services with the Snapshot Debugger

Shikha Kaul
Shikha Kaul

With ASP.NET core, my life as a Windows-first developer just broadened dramatically. I can now develop apps without being tied to a single platform. Having spent most of my career as a “Windows only” developer, I am now taking on the task of redesigning a twenty-year-old, IIS based service, so that it could be built on a Mac and hosted on Linux in ...