How to create application using Clean Architecture and EF DB First Approach #559
milyas-salik
started this conversation in
General
Replies: 2 comments
-
I do follow this template and use DB first approach.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I've done something similar and I've used the EF Core Power Tools. The tool has the ability to separate the configurations into separate files and even place your models in the Domain project for you. It saves everything to a config file for easy repeatability. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have seen plenty of examples of clean architecture with EF Code first. But I don't prefer code first and not convenient to go with it instead I have my database with tables . I would like to design architecture with EF DB first approach using clean architecture.
Please let me know the suitable way or steps to proceed !
Beta Was this translation helpful? Give feedback.
All reactions