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
0 comments:
Post a Comment