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

23. Using Database Server Features

Adam Freeman1 
(1)
London, UK
 

Even with its advanced features, Entity Framework Core aims to cover the most commonly needed features provided by database servers. But, knowing that this won’t be enough for some projects, Microsoft has also included support for working directly with the database server, which can be invaluable if your project has specialized requirements or if you are modeling a complex database.

In this chapter, I demonstrate how to use SQL directly to access features that Entity Framework Core doesn’t support directly, including views, stored procedures, and table-valued functions. ...

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.