I have 3 projects in my Solution: MVC, Domain, DAL.
If I have an entity of Tasks with Domain namespace, what is the command line to scaffold the TasksDbContext & TasksRepository in the DAL, TasksArea and TasksController in the MVC?
Thanks in advance.