Posts by this author

Sep 26, 2023
Post comments count25
Post likes count16

Debugging Enhancements in .NET 8

.NET 8 introduces debugging enhancements to many commonly used types. Check out what is new and discover how .NET debugging is better than ever.

.NETASP.NET CoreDebugging
Apr 3, 2023
Post comments count4
Post likes count17

ASP.NET Core Route Tooling Enhancements in .NET 8

Route tooling is a group of new features in .NET 8 that makes ASP.NET Core routing easier to use. Check out what route tooling adds to building ASP.NET Core apps.

.NETASP.NETASP.NET Core
May 11, 2022
Post comments count14
Post likes count1

Announcing gRPC JSON transcoding for .NET

gRPC JSON transcoding is a new feature for .NET that allows gRPC services to be called with REST + JSON. Try it now in .NET 7 preview 4.

.NETASP.NETASP.NET Core
Dec 6, 2021
Post comments count22
Post likes count1

What’s new for gRPC in .NET 6

Check out the great new features and performance improvements for gRPC in .NET 6

ASP.NET Core.NETASP.NET
Mar 2, 2021
Post comments count7
Post likes count0

IntelliSense for appsettings.json

Visual Studio and Visual Studio Code now support IntelliSense for `appsettings.json`. IntelliSense allows you to quickly edit your app's configuration and get immediate feedback on available properties or typos.

ASP.NETASP.NET CoreVisual Studio
Oct 27, 2020
Post comments count17
Post likes count0

gRPC performance improvements in .NET 5

gRPC and .NET are fast. Explore the many performance improvements in gRPC and .NET 5.

ASP.NETASP.NET Core.NET Core
Jun 16, 2020
Post comments count29
Post likes count0

gRPC-Web for .NET now available

gRPC-Web for .NET is now officially released. Use gRPC in the browser with gRPC-Web and .NET today.

ASP.NETASP.NET CoreBlazor
Nov 18, 2019
Post comments count43
Post likes count0

gRPC vs HTTP APIs

ASP.NET Core 3.0 adds support for gRPC, an opinionated contract-first remote procedure call framework. This blog post compares gRPC to JSON HTTP APIs, discusses gRPC's strengths and weaknesses, and when you could use gRPC to build your apps.

ASP.NETASP.NET Core