BLD installs a Visual Studio Item Template that will prepare a file for each table
that gets you started with each Entity table class.
Use it for each of the Tables.
In the Solution Explorer, right click on the node where you want your code and select Add New Item.
Then select Entity class for building business logic, specify the file name and fill out the dialog
that appears.
The Source Code Browser shows the results.
In the next topic, you will review the CRUD methods within the BLD DataAccessObjects to
be sure they conform to your needs.
Open the Source Code Browser (C# only)