Monday, February 11, 2019

Is EF Core required when using .Net Core?

Hello there.

Quick question related to .Net Core and EF Core. Let's say I need to create a new web application with .Net Core. Is it a requirement to use EF Core to perform data access in .Net Core? Can I still use the SqlClient.SqlConnection and create the SQL Commands in a .Net Core application?

Thanks

Is EF Core required when using .Net Core? Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team