I am new in C# console application.
I have a question: I want to create a MVC project using Entity Framework, I have made some logic to import data one table to another.
Now as per client requirement I need to create a console application for same logic.
Now my question is : how can I use my mvc application logic in my console application?
So if I need to do any changes in my code, I have to change only in web applicaion not in console app.
Please suggest a good way to make efficient my logic
Thanks
You’ll end up with 3 projects;
What you would do is,