Understanding the basics of .NET Core Web API
This article shares the basics of Web API through .NET Core 3.1, other newer versions are similar
This article shares the basics of Web API through .NET Core 3.1, other newer versions are similar
Regarding the unified return of WebApi results, it also made me think further. First, how to better restrict the unified format of the return, and secondly, the packaging of results must be simpler and more powerful. Through continuous thinking and improvement, I finally achieved preliminary results. I share them out. Learning has no end, thinking has no end. I hope this can encourage us together.
I have finally finished recording the .NET Core videos I've been updating, 203 sessions, covering .NET Core basics, Entity Framework Core, ASP.NET Core WebAPI, DDD (Domain-Driven Design), and practical projects.
Sharing a small login case study I learned earlier
Simple sharing
In actual project development, we encounter many scenarios where we need to send emails through programs, such as exception alerts, messages, progress notifications, etc.