Skip to content
Insights & Iterations Making sense of AI: technical, everyday, & reflections.

#entity framework

Calling Stored Procedures with Code First
Calling Stored Procedures with Code First

October 16, 2014 • 2 min read

One of the weaknesses of Entity Framework 6 Code First is the lack of support for natively calling database constructs (views, stored procedures… etc). For those who have not heard of or used Code-First in Entity Framework (EF), Code-First is simply a Fluent mapping API.