-
May 12th, 2021, 12:27 PM
#1
ASP.NET Core MVC Web Application CRUD Using Entity Framework Core And SQL Server
Hello,
This blog post ASP.NET Core MVC CRUD Using Entity Framework Core, Bootstrap 4 and SQL Server demonstrates on how to create an ASP.NET Core MVC Web Application with CRUD (Create,Update and Delete) operations using Entity Framework Core 5, Bootstrap 4.x and SQL Server.
At the time of this writing, this example targets the .NET Core 3.1 framework. Applying this tutorial on the .NET Core 5.0 version will work as well. I also installed Font Awesome 5.x via Libman for decorating the HTML controls with icons and decorated the class with Data Annotations attribute for validation purposes. For the Data Access Layer, this employ Repository Design Pattern and Unit Of Work concepts.
Regards,
KGC
Last edited by KGComputers; May 16th, 2021 at 09:04 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|