How do I use SimpleRepository without the migration approach?

Posted by Bill Sempf on Stack Overflow See other posts from Stack Overflow or by Bill Sempf
Published on 2009-09-22T19:37:17Z Indexed on 2010/04/04 5:03 UTC
Read the original article Hit count: 344

I am evaluating SubSonic for use in Phase 2 of a large project. This is an ASP.NET project, with 700 tables in a SQL Server database.

We are planning for our domain model to consist of POCO classes to assist with an offline access requirements we have. I believe that the SimpleRepository pattern would be among my best options.

Since I have a database already, however, the migration assistance doesn't help me. Are there T4 templates for SimpleRepository that I just overlooked? How do I 'turn off' migration? If I missed something in the Wiki, point me there, otherwise get me started and I'll write up a Wiki entry for y'all when we get there.

© Stack Overflow or respective owner

Related posts about subsonic

Related posts about subsonic3