Hi!
I'm (finally) moving from WebForms to .Core.
I'm using a current project from work as a test. This project is using a 3rd party SQL Server database. It's rather large and complicated, and when one user is added, a good 10 tables at least are updated. I have to use a lot of their SPs and several lines of my own code to make it do what I want when we add a new user.
I see EF being used everywhere, but I'm beginning to wonder that in such a situation, is it better to simply stick with accessing the DB like I've been doing over the years, or is this something easily convertible to use with EF. Thanks!