Showing archive results for August 2020

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.