Product Tour
     Back to Olero Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 Next Close Window    

 

Step 8 - Compile Generated Data Layer classes

Open Visual Studio.NET and then the solution that ORM.NET created.
A simple console project named TestApp is created the first time your Data Layer is generated to use for debugging or testing.
Compile the generated Data Layer project or the entire solution by right clicking the solution file and selecting the Build Solution menu item.
Once your data layer has been compiled test it using the TestApp project or include the Data Layer project as a Reference within your own application.
As you make changes to your SQL database schema or object model simply regenerate a new Data Layer and recompile the project for the changes to take affect.