This is basic for develop web asp.net mvc to not use EF (Entity Framework)
I use connect database by connect string to sql server
I make class center for manage database to class DBConnect.cs
I make create Model to Employees.cs give same column of table to database
I create controller name EmployeesController.cs for manage view and model
I not make api and not make repository , I give controller call center fucntion manage database
and get data to view...to Folder Views, Employees
code :
https://github.com/banbansoft/Employe...