Basic CURD Asp.net C# MVC No EF (Entity Framework) | PP Lucky

Опубликовано: 28 Октябрь 2024
на канале: Course Indy
285
8

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...