Entity Framework supports
1. Database first or schema first approach
2. Model first approach
3. Code first approach
Code-first approach allows us to create our custom classes first and based on those custom classes entity framework can generate database automatically for us. Let's understand this with an example.
#CodeFirst #EntityFramework-core C#
#CodingHacks #Entity framework 6
#Code first approach #MVC #Code First demo