Use enum classes instead of enum in ASP.Net Core
Use enum classes instead of enum in ASP.Net Core, I believe that people often encounter various state values when writing code, and in order to avoid hard coding and magic numbers in the code.
The best VPN 2024
The Best VPS 2024
The Best C# Book
Use enum classes instead of enum in ASP.Net Core, I believe that people often encounter various state values when writing code, and in order to avoid hard coding and magic numbers in the code.
Best Practices for Using Dapper to Operate Oracle Stored Procedures in .NET Core, Why is it a best practice? Because I stepped on the pit in the actual development and found that the solutions given in most articles on the Internet can not solve the problem well.
we will learn how to use the ASP.NET Core Web framework and have the knowledge of how to build a data-driven Web application.