1.

What Is Code First Approach?

Answer»

Code FIRST allows you to define your model using C# or VB.Net classes, optionally ADDITIONAL configuration can be performed using attributes on your classes and properties or by using a Fluent API. Your model can be used to GENERATE a database schema or to map to an existing database.

Code First allows you to define your model using C# or VB.Net classes, optionally additional configuration can be performed using attributes on your classes and properties or by using a Fluent API. Your model can be used to generate a database schema or to map to an existing database.



Discussion

No Comment Found