Sharing your local ASP.NET Core development server can be a very useful way of obtaining feedback, testing webhook integrations, and facilitating coll…
One of the key features of an application is knowing who the current user is. This is called authentication. ASP.NET Core includes authentication midd…
Validation is an important step when handling data from a request in ASP.NET Core 6. FluentValidation is a popular .NET library which can make validat…
The ability for an application to send emails is a very common requirement. This can be for emails such as providing account information, sending mark…