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.