Is there any easy way to generate the Entity Framework Code-First classes? -


method - entity framework code-first - looks good but it is very difficult to create all classes for a larger database

Is there an easy way to generate unit framework code-first class?

EF code- The first issue is that if you define your domain model in code Your user interfaces and databases can easily be originated from that domain model. It has several advantages including reducing the amount of tedious code that should be written, and help ensure that your database, your domain model, and your UI match each other.

However, is to write to your domain model - there is no way that "can be generated" (by which I think that you have been computer-generated ), Because it's private to your application.

If I have misunderstood your question, please leave a comment and I will update my answer.

Comments