Hi everyone,
I'have existing old ASP.NET Web forms project that is going to be "upgraded" to newer version.
It will be fresh start, and I am thinking to go with ASP.NET Boilerplate with Angular and Entity Framework. But I've found it difficult to make it work with database/model first methodology and edmx. I see ASP.NET Boilerplate follows Code-first design principle.
I've searched documentation and forums and I can't find tutorial or guidelines how to make it with database/model first. Is it possible to use your solution (N-layered, repositories, dependency injection...) principle with database first? If so, can you please provide me example on how to do it?
Thanks, Aleksandar