Hi @murtazagandhi-5184,
Asp.Net Core CRUD operations with search pagination , master detail pages.
To implement CRUD Functionality in ASP.NET MVC with EF Core, you could refer the following tutorial:
Tutorial: Implement CRUD Functionality - ASP.NET MVC with EF Core
After that, you could add sorting, filtering, and paging - ASP.NET MVC with EF Core
If you want to check the sample code, you could download or view the completed application.
Dependency Injection
CODE FIRST ENTITY Framework
In previous tutorials, the sample already using Dependency Injection and EF core code first, if you want to learn more information about them, you can check the following links:
Tutorial: Get started with EF Core in an ASP.NET MVC web app
Dependency injection in ASP.NET Core
Datatables Jquery
JQuery DataTables is a plug-in to display records in the web page, you could check the official document and refer the sample code to use it, after getting data from the action method using JQuery Ajax, then, bind to the DataTables plugin.
Finally, you could refer to the above tutorials to create the application, if meeting any question in the future, please feel free to create a new thread in this forum.
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best regards,
Dillion