© Adam Freeman 2018
Adam FreemanPro Entity Framework Core 2 for ASP.NET Core MVChttps://doi.org/10.1007/978-1-4842-3435-8_3

3. Working with Databases

Adam Freeman1 
(1)
London, UK
 

Using Entity Framework Core makes using databases easier, but it doesn’t free the developer from understanding how they work and how actions performed by the application are translated into SQL commands, especially when unexpected results occur. In this chapter, I show you the tools that Visual Studio provides for examining databases and show you how to execute different kinds of SQL commands. You don’t need to be an expert in SQL to use Entity Framework Core, but having an understanding of the basics can be helpful when you don’t get the outcome you intended.

Choosing a ...

Get Pro Entity Framework Core 2 for ASP.NET Core MVC now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.