Menu

Chapter 05 - Create your DataLayer Project

Diego Lunadei

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:

foobar

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.