Building a Code-First Model Using FluentAPI in Entity Framework
Now that we've created a Code-First model using Attributes [http://www.exceptionnotfound.net/entity-framework-for-beginners-a-code-first-model-using-attributes] , let's walk through the other manner by which we can create a model: FluentAPI. The Model Once again, we will be using the same CourseCatalog model: To start off, let's create the classes necessary to represent