Posts by this author

Apr 23, 2020
Post comments count1
Post likes count0

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 installi...

ASP.NET
Apr 2, 2020
Post comments count0
Post likes count0

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 installing ...

ASP.NET
Jan 13, 2020
Post comments count6
Post likes count0

Collecting and analyzing memory dumps

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

.NET
Dec 3, 2019
Post comments count22
Post likes count0

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.NET CoreBlazor
Aug 13, 2019
Post comments count25
Post likes count0

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!

ASP.NETASP.NET Core.NET Core
May 8, 2019
Post comments count7
Post likes count0

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 leaking ...

.NET Core
Sep 12, 2018
Post comments count0
Post likes count0

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 will conti...

ASP.NETASP.NET Core
Aug 23, 2018
Post comments count0
Post likes count0

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 existing .N...

ASP.NETASP.NET Core