Results 1 to 1 of 1

Thread: ASP.NET Core MVC Web Application CRUD Using Entity Framework Core And SQL Server

  1. #1

    Thread Starter
    Frenzied Member KGComputers's Avatar
    Join Date
    Dec 2005
    Location
    Cebu, PH
    Posts
    2,020

    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.

    Name:  ASP.NET Core MVC Web Application CRUD Using Entity Framework Core And SQL Server.jpg
Views: 884
Size:  11.8 KB

    Regards,

    KGC
    Last edited by KGComputers; May 16th, 2021 at 09:04 AM.
    CodeBank: VB.NET & C#.NET | ASP.NET
    Programming: C# | VB.NET
    Blogs: Personal | Programming
    Projects: GitHub | jsFiddle
    ___________________________________________________________________________________

    Rating someone's post is a way of saying Thanks...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width