LLBLGen Pro, Entity Framework 4.1, and the Repository Pattern
In this post, I will use the model-first approach in LLBGen Pro designer and some custom templates to generate repository classes for LLBLGen entities. I will create a simple membership API with some table-per-type inheritance, build some code-generation templates that extend the out-of-the-box EF templates in LLBLGen to model our API after the repository pattern, make use of SQL stored procedures, extend the generated code with some extension methods; and introduce more surprises along the way.


