Skip to content

A three-tier architecture by using one of two DALs, the first one with ADO.Net technology and the second one with Entity Framework 6. Also, there is Web Api 2.0 in PL.

Notifications You must be signed in to change notification settings

rayray96/WebApi_EF_ADO.Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebApi_EF_ADO.Net

A three-tier architecture by using one of two DALs, the first one with ADO.Net technology and the second one with Entity Framework 6. Also, there is Web Api 2.0 for PL.

To change library between ADO.Net and EF uncomment and comment needed namespaces in Services(BLL) and ServiceModule(BLL => Infrastructure).

You need to change the route to the database (the “Database” directory) in the connection string (App.config and Web.config files) for the application to work correctly.

About

A three-tier architecture by using one of two DALs, the first one with ADO.Net technology and the second one with Entity Framework 6. Also, there is Web Api 2.0 in PL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published