How to use NuGet to scaffold to multiple projects in my solution?

304 Views Asked by At

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.

0

There are 0 best solutions below