Question: Create a new Visual Studio solution. 2 . To the solution, add a new class library project as illustrated in the lecture on 1 5

Create a new Visual Studio solution. 2. To the solution, add a new class library project as illustrated in the lecture on 15/10/2024, and name the project DataAccessLayer. 3. Add a new class (or rename the existing Class 1 template) and name it SqlDBHelper. Use the code we created in lecture on 15/10/2024 to as a guideline to create your own class that will assist the application in executing SQL commands. It is recommended that you recreate the code on your own rather than copy and paste the existing code that I provided. This will provide some ownership and at least expose your mind to the pattern that we followed in creating this class. 4. Add a new folder to the project and name it Models. Add the necessary classes that map to the input and output requirements of the stored procedures you created in Part 1

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!