Showing category results for AllSKUs

Aug 19, 2020
Post comments count0
Post likes count0

Detect First Run with Xamarin.Essentials

Sachin Thakur

One common scenario that developers often need to integrate into an app, is showing a prompt when an app is launched for the first time. This could be to display a disclaimer or to walk users through the functionality of the app. This can be done on first launch of the app. Even after install or for a specific version. Using Xamarin.Essentials help...

Aug 19, 2020
Post comments count0
Post likes count0

Bring the best of the Web to your .NET desktop applications with WebView2

Sachin Thakur

Today, we are happy to announce the release of the WebView2 preview for .NET applications! WebView2 is available for both .NET Core and .NET Framework. It can be used inside of WPF, Windows Forms and WinUI 3.0 applications all the way down to Windows 7

Aug 6, 2020
Post comments count0
Post likes count0

Evolving .NET Framework Monoliths with .NET 5 and Kubernetes

Sachin Thakur

You want to migrate your .NET monolith to microservices so you can run it in Kubernetes? That could be a year-long project, and you really don't need to do it. This session gives you a pragmatic approach to evolving your monolith, breaking features out into new microservices to get all the benefits of Kubernetes without a full rewrite.

Aug 6, 2020
Post comments count0
Post likes count0

Build High-performance Microservices with gRPC and .NET

Sachin Thakur

gRPC is a high-performance RPC framework designed for microservices. In this talk you will learn how to use gRPC in .NET and see how gRPC's support for deadlines and cancellation can be used to create fast, reliable microservice apps.

Aug 6, 2020
Post comments count0
Post likes count0

Announcing TypeScript 4.0 RC

Sachin Thakur

Today we’re announcing our release candidate of TypeScript 4.0

Aug 6, 2020
Post comments count0
Post likes count0

Making repeated edits easier with IntelliCode suggestions

Sachin Thakur

Your repeated edit experience is now enhanced by IntelliCode suggestions in Visual Studio 2019 16.7. IntelliCode spots repetitions and suggests other places in your code where you could apply that same change.