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.
Choosing a “Modern” React.js + .Net Core Stack
https://jeremydmiller.com/2020/01/30/choosing-a-modern-react-js-net-core-stack/
#React
https://jeremydmiller.com/2020/01/30/choosing-a-modern-react-js-net-core-stack/
#React
The Shade Tree Developer
Choosing a “Modern” React.js + .Net Core Stack
This is really just preparation for a meeting tomorrow and I haven’t blogged much lately. Also, I had to write this way, way too late at night and the grammar probably shows that:/ I’m …
ASP.NET Core MVC 3.x AddMvc(), AddMvcCore(), AddControllers() and other bootstrapping approaches
https://www.strathweb.com/2020/02/asp-net-core-mvc-3-x-addmvc-addmvccore-addcontrollers-and-other-bootstrapping-approaches/
https://www.strathweb.com/2020/02/asp-net-core-mvc-3-x-addmvc-addmvccore-addcontrollers-and-other-bootstrapping-approaches/
Application Diagnostics in .NET Core 3.1 - Damian Edwards & David Fowler - YouTube
https://www.youtube.com/watch?v=p6CjlnwPhHQ
https://www.youtube.com/watch?v=p6CjlnwPhHQ
YouTube
Application Diagnostics in .NET Core 3.1 - Damian Edwards & David Fowler
What do you do when your .NET Core application doesn’t behave the way you expect? Maybe it’s slower since the last deployment or has started crashing at the worst possible times. How do you analyze the issue when your application is running in someone else’s…
.NET Core 3.0 'Dies' Tomorrow -- Visual Studio Magazine
https://visualstudiomagazine.com/articles/2020/03/02/net-core-3-ends.aspx?m=1
https://visualstudiomagazine.com/articles/2020/03/02/net-core-3-ends.aspx?m=1
Visual Studio Magazine
.NET Core 3.0 'Dies' March 3 -- Visual Studio Magazine
Microsoft advised developers that .NET Core 3.0, a major milestone in the new cross-platform, open-source direction of .NET, will reach 'end of life' on Tuesday, March 3.
FREE eBook: Refactoring HttpClient using ASP.NET Core 3.1
https://www.danylkoweb.com/downloads/RefactorHttpClientWithAspNetCore.pdf
https://www.danylkoweb.com/downloads/RefactorHttpClientWithAspNetCore.pdf
Scenario: Validating JWT Token for Varying Validation Params in ASP.NET Core
https://referbruv.com/blog/posts/scenario-validating-jwt-token-for-varying-validation-params-in-aspnet-core
https://referbruv.com/blog/posts/scenario-validating-jwt-token-for-varying-validation-params-in-aspnet-core
Referbruv - become a better programmer, one step everyday!
Scenario: Validating JWT Token for Varying Validation Params in ASP.NET Core
Consider an example where in we are required to authenticate an incoming JWT token based on a varying set of token validation parameters passed onto the authentication handler via a service.