Code First does not make any sense.
I was developing my ORM and I found the next problem, should I allow code first or not? And it was my conclusion.
What is Code First anyways?
When we want to use an ORM (Object Relational Model) in our code, we have the next options:
Create the data...
southprojects.com3 min read
Krishna
Computer Science Student......still learning
Sir how can we create database first without using the code. Please explain me sir ?