Migrating to .Net Core

  • Thread starter Thread starter obrienkevo
  • Start date Start date
O

obrienkevo

Guest
Hi,

We are beginning the process of developing new applications in .Net Core & EF Core. Previously all work was done in .Net Framework & EF 6. From what I understand, all SQL tables etc get created in EF Core. Previously we always a dedicated sql person to design table relationships.

Now do we have to create tables in our EF models? What happens to SQL development? Is it redundant?

Thanks

Continue reading...
 
Back
Top