Currently, I have one project which is developed using ASP.NET MVC WITHOUT Entity Framework (EF) and I am using the full .NET Framework instead of .NET Core.
Now I have another new application that I need to develop under the same project. But I would like to use Entity Framework for this application.
Is that possible for me to combine EF and non EF under one project?
And what is the thing that I need to know/beware of?
I tried to search online but I couldn't get an answer for this.
I hope someone from here can help and give me some advice.
Thank you!