Sourabh Shirhatti [MSFT]

Program Manager, .NET Team

I work on .NET, ASP.NET Core, and gRPC. UT Austin Alumnus and Bengaluru native

Post by this author

ASP.NET Core updates in .NET 5 Preview 3

.NET 5 Preview3 is now available and is ready for evaluation! .NET 5 will be a current release. Get started To get started with ASP.NET Core in .NET 5.0 Preview3 install the .NET 5.0 SDK. If you're on Windows using Visual Studio, we recommend installing the latest preview of Visual Studio 2019 16.6. If you're on macOS, we recommend ...

ASP.NET Core updates in .NET 5 Preview 2

.NET 5 Preview2 is now available and is ready for evaluation! .NET 5 will be a current release. Get started To get started with ASP.NET Core in .NET 5.0 Preview2 install the .NET 5.0 SDK. If you're on Windows using Visual Studio, we recommend installing the latest preview of Visual Studio 2019 16.6. If you're on macOS, we recommend ...

ASP.NET Core updates in .NET 5 Preview 1

ASP.NET Core updates in .NET 5 Preview 1

Collecting and analyzing memory dumps

Introducing a new tool, dotnet-gcdump, for collecting portable memory dumps of .NET Core processes

ASP.NET Core updates in .NET Core 3.1

NET Core 3.1 is now available! Check out what's new in ASP.NET Core in this release.

ASP.NET Core updates in .NET Core 3.1 Preview 3

.NET Core 3.1 Preview 3 is now available! Check out what's new in ASP.NET Core in this release.

ASP.NET Core and Blazor updates in .NET Core 3.0 Preview 8

.NET Core 3.0 Preview 8 is now available and it includes a bunch of new updates to ASP.NET Core and Blazor. Check out the great new features and improvements in this release!

Introducing diagnostics improvements in .NET Core 3.0

In .NET Core 3.0, we are introducing a suite of tools that utilize new features in the .NET runtime that make it easier to diagnose and solve performance problems. These runtime features help you answer some common diagnostic questions you may have: Is my application healthy? Often times an application can slowly start ...

ASP.NET Core 2.2.0-preview2 now available

Today we’re very happy to announce that the second preview of the next minor release of ASP.NET Core and .NET Core is now available for you to try out. We’ve been working hard on this release over the past months, along with many folks from the community, and it’s now ready for a wider audience to try it out and provide the feedback that...

ASP.NET Core 2.2.0-preview1: SignalR Java Client

This post was authored by Mikael Mengistu. In ASP.NET Core 2.2 we are introducing a Java Client for SignalR. The first preview of this new client is available now. This client supports connecting to an ASP.NET Core SignalR Server from Java code, including Android apps. The API for the Java client is very similar to that of the already ...