Code First

Stored Procedures, Views and Transaction Error handling with Code First Entity Framework

Code First doesn’t support Stored Procedure mapping by default, at least in the way Database First does (from the designer window). More over, it has an unusuall way to map a Domain Model class to a database view. This post… Read More ›