c# - How to create basic CRUD app that uses 3 data tier and Interface? -
i new asp.net development(programming c#) , started last friday. have exercise teacher create below requirement. can me or @ least show tutorial? tried find in google can't understand well. able add class file (literally adding folders) don't know how start , implement.
thanks lot in advance. hope me. thanks
a. create data tier.
create new class library project (dataaccess).
create new folder interfaces. add interface (iemployeedata.cs).
add class (employeedata.cs), implement iemployeedata interface.
create operations following:
4.1. insert employee details entry.
4.2. update employee details entry.
4.3 delete employee entry.
4.4. retrieve employee details.
4.5. retrieve employment status data.
Comments
Post a Comment