“Automatically handle exceptions in .NET Core API” by Jelle Verheyen https://link.medium.com/gxOBZSuH00
Medium
Automatically handle exceptions in .NET Core API
What if we could simply throw an Exception in one of our application’s layers and have MVC handle this for us?
Converting a .NET Standard 2.0 library to .NET Core 3.0: Upgrading to ASP.NET Core 3.0 - Part 1
https://andrewlock.net/converting-a-netstandard-2-library-to-netcore-3/
https://andrewlock.net/converting-a-netstandard-2-library-to-netcore-3/
Andrew Lock | .NET Escapades
Converting a .NET Standard 2.0 library to .NET Core 3.0: Upgrading to ASP.NET Core 3.0 - Part 1
In this post I describe the decisions to make and factors affecting upgrading a typical library targeting .NET Standard 2.0 to .NET Core 3.0.
This workshop will teach you ASP.NET Core by building a complete conference management website from scratch. https://github.com/csharpfritz/aspnetcore-app-workshop
GitHub
GitHub - csharpfritz/aspnetcore-app-workshop: This workshop will teach you ASP.NET Core by building a complete conference management…
This workshop will teach you ASP.NET Core by building a complete conference management website from scratch. - GitHub - csharpfritz/aspnetcore-app-workshop: This workshop will teach you ASP.NET Cor...
ASP.NET Core supports gRPC protocol that is about to replace legacy SOAP services with more performant and powerful protocol that is easier to use and support. This blog post shows how to build gRPC service and client on Visual Studio and ASP.NET Core.
https://gunnarpeipman.com/aspnet-core-grpc/
https://gunnarpeipman.com/aspnet-core-grpc/
Gunnar Peipman - Programming Blog
Building gRPC service on ASP.NET Core
Building gRPC web service and client on Visual Studio and ASP.NET Core. Discussion about gRPC and comparison with REST, SOAP and WCF.