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. To the solution, add a new class library project as illustrated in the lecture on and name the project DataAccessLayer. Add a new class or rename the existing Class template and name it SqlDBHelper. Use the code we created in lecture on 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. 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
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
