
HttpClient in ASP.NET Core – Issues and Best Practices
In this detailed article, let's see how to use HttpClient in ASP.NET Core; usage, issues and best practices with examples.
In this detailed article, let's see how to use HttpClient in ASP.NET Core; usage, issues and best practices with examples.
A UnitOfWork is a simple class with one method to save the context, and properties representing every related Repository which need to be processed as a whole.
Using MySQL server via container is a lot simpler and easier to use than the original route; all we need to do is just pull the appropriate image which contains MySQL installed and connect to it.
Let me share a piece of my experience in the various issues I faced with setting up Swagger in my ASP.NET Core API, while upgrading it from the legacy aspnetcore2.2 to the most recent aspnetcore3.1 SDK
In this article, let's discuss all about View Components in ASP.NET Core MVC and the scenarios it could be used with detailed examples.
In this introductory article, let's get started with unit testing in .NET Core using xUnit and write some Faking tests using the same.
Off late, Single-Page Applications or SPAs have become the most sought after client facing application stacks, for their light-weight and high performance nature. In this architecture, the server focuses on data logic and supplies data to the client in the form of RESTful APIs, while the client application renders the fetched data onto a fluid and dynamic layout.
In this section, Let's look at how we can write some content to a File in Azure Storage from ASP.NET Core using Azure Storage SDK.
In this article, let's discuss about how we can access files from an existing Azure Storage Container via Storage SDK from ASP.NET Core application.