2833 shaares
5 private links
5 private links
This extension adds a Visual Studio C# library project template (DAL) Data Access Layer that helps with working and connecting to the SQL server database using an app.config file connection string. It also contains methods that create and gets the data from the database and saves data to the database using data model classes and Dapper ORM.