News
Even in a Code First environment, you can call a stored procedure from a DbContext object. But it's a lot easier if you use the visual designer. I frequently get asked if Entity Framework (EF) in a ...
When we build database-backed enterprise applications, we generally want to isolate our entity models, the DbContext, and the logic for database initialization and migration to maintain a clean ...
Code First is a new development approach in the Entity Framework 4.1 stack that can simplify the understanding and maintenance of your domain model.
There are three approaches to model your entities in Entity Framework: Code First, Model First, and Database First. This article discusses all these three approaches and their pros and cons.
If you’re using a code first approach to developing with Entity Framework, it’s even more likely you’ll make a mistake with decimal precision.
Determine when to use stored procedures vs. SQL in the code Your email has been sent Tony Patton discusses the merits of stored procedures versus placing SQL directly in the code. Find out which one ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results