Creating model
In this step you will create a class library project which will hold the SofiaCarRental fluent model.
- Open Visual Studio and from the FILE menu, select New and then Project...
- From the New Project dialog, expand Other Project Types, and select Visual Studio Solutions. Select the Blank Solution template, and in the Name field type. Click the OK button.
- Following the steps in the Creating The SofiaCarRental Model tutorial, create the SofiaCarRental.Model project, which holds the fluent model.