lunaOrm - your free Orm for .net project Documentation
lunaOrm - Datalayer Code Generator for Vb.Net and C#
Brought to you by:
lunadix
Now with your generated file you have to add a Class Library Project to your solution. Name it as you want, LunaTestVb in this example (i use MyProjectDAL name convention) .
IMPORTANT
Add to Project Reference System.Configuration
Next you drag&drop every folder directly inside VisualStudio in your project.. I use to create a Luna Folder for Luna file (DataProject.lds, DbScript and Luna.config)
And you have something similar to:
If you don't need custom method or particular data function you don't have to modify nothing to access your data layer in this project.