In this article, we will learn about microservice architecture, and we will also create a fundamental .net core microservice API with some sample data. Pre-requisite:
ASP.NET Core offers a very cool way to avoid all that boring boilerplate exception handling code, just by intercepting all requests. It is called Middleware and actually,
As much as ASP.NET Webforms is a tried-and-tested solution for building applications widely used across the markets up to this day, the technology has become
Blazor is an open source single-page web application development framework developed by Microsoft. Unlike other frameworks such as Angular, React and Vue which depend on JavaScript
One feature that a lot of web applications will need to include is the ability restrict access to certain resources within the application to authorised
We have seen in the previous few posts that Generic host is a concept that encapsulates configuration, logging, dependency injection and IHostedService implementations. So, if the .NET console application
This post shows how to use shared projects or shared assemblies for ASP.NET Core API Controllers or ASP.NET Core Razor Pages. Sometimes shared logic for