Showing archive results for May 2019

May 30, 2019
Post comments count0
Post likes count0

Create Interactive .NET Documentation with Try .NET

Shikha Kaul
Shikha Kaul

When it comes to developers’ documentation, it is essential that we capture their interest and lead them down the path of success as soon as possible. Across multiple languages, developer ecosystems have been providing their communities with interactive documentation where users can read the docs, run code and, edit it all in one place.

May 30, 2019
Post comments count0
Post likes count0

Simplify the management of application configurations with Azure App Configuration

Shikha Kaul
Shikha Kaul

We’re excited to announce the public preview of Azure App Configuration, a new service aimed at simplifying the management of application configuration and feature flighting for developers and IT. App Configuration provides a centralized place in Microsoft Azure for users to store all their application settings and feature flags (a.k.a., feature to...

May 30, 2019
Post comments count0
Post likes count0

Xamarin.Forms 4.0: Getting Started with Shell

Shikha Kaul
Shikha Kaul

Xamarin.Forms 4.0 introduced amazing new features to help streamline development when building beautiful mobile apps with C#. The main highlight was the new Xamarin.Forms Shell, which seeks to reduce the complexity of building mobile apps by providing fundamental app architecture features. Such as a full visual hierarchy, common navigation experien...

May 30, 2019
Post comments count0
Post likes count0

Porting desktop apps to .NET Core

Shikha Kaul
Shikha Kaul

Since I’ve been working with the community on porting desktop applications from .NET Framework to .NET Core, I’ve noticed that there are two camps of folks: some want a very simple and short list of instructions to get their apps ported to .NET Core while others prefer a more principled approach with more background information. Instead of writing ...

May 30, 2019
Post comments count0
Post likes count0

Announcing TypeScript 3.5

Shikha Kaul
Shikha Kaul

Today we’re happy to announce the availability of TypeScript 3.5! If you’re new to TypeScript, it’s a language that builds on JavaScript that adds optional static types. TypeScript code gets type-checked to avoid common mistakes like typos and accidental coercions, and then gets transformed by a program called the TypeScript compiler.

May 28, 2019
Post comments count0
Post likes count0

Exploring new frontiers for Git push performance

Shikha Kaul
Shikha Kaul

In previous posts I’ve talked about performance improvements that our team contributed to the Git community. At Microsoft, we’ve been pushing Git to its limits with the largest and busiest Git repositories on the planet, improving core Git as we go and sending these improvements back upstream. With Git 2.21.0 and later you can take advantage of a n...

May 28, 2019
Post comments count0
Post likes count0

Accelerate bot development with Bot Framework SDK and other updates

Shikha Kaul
Shikha Kaul

Conversational experiences have become the norm, whether you’re looking to track a package or to find out a store’s hours of operation. At Microsoft Build 2019, we highlighted a few customers who are building such conversational experiences using the Microsoft Bot Framework and Azure Bot Service to transform their customer experience.

May 28, 2019
Post comments count0
Post likes count0

Announcing the preview of Windows Server containers support in Azure Kubernetes Service

Shikha Kaul
Shikha Kaul

Kubernetes is taking the app development world by storm. Earlier this month, we shared that the Azure Kubernetes Service (AKS) was the fastest growing compute service in Azure’s history. Customers like Siemens Healthineers, Finastra, Maersk, and Hafslund are realizing the benefits of using AKS to easily deploy, manage and scale applications without...

May 28, 2019
Post comments count0
Post likes count0

Announcing TypeScript 3.5 RC

Shikha Kaul
Shikha Kaul

Today we’re happy to announce the availability of our release candidate (RC) of TypeScript 3.5. Our hope is to collect feedback and early issues to ensure our final release is simple to pick up and use right away.

May 28, 2019
Post comments count0
Post likes count0

Performance Improvements in .NET Core 3.0

Shikha Kaul
Shikha Kaul

Back when we were getting ready to ship .NET Core 2.0, I wrote a blog post exploring some of the many performance improvements that had gone into it. I enjoyed putting it together so much and received such a positive response to the post that I did it again for .NET Core 2.1, a version for which performance was also a significant focus. With //buil...