Posts by this author

Sep 26, 2023
25
16

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
4
17

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
14
1

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
22
1

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
7
0

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
Jun 16, 2020
29
0

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
43
0

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