Anybody aware of a best practices or example project out there that uses ASP.NET MVC and LLBLGEN (selfservicing or adaptor)? Possibly something similar to S#arp Architecture.
I'm new to MVC and I'm constrained to using LLBLGEN.
Anybody aware of a best practices or example project out there that uses ASP.NET MVC and LLBLGEN (selfservicing or adaptor)? Possibly something similar to S#arp Architecture.
I'm new to MVC and I'm constrained to using LLBLGEN.
Why don't you read some of the articles about implimenting (for instance) NHibernate in ASP.NET MVC? Unless LLBLGEN takes a completely different approach (and I'm not sure that it doesn't, but would be very suprised) then the principles will be very similar. In other words, it won't of course teach you how to use LLBLGEN, but will give you some best practices for ORM use with MVC.
There are some articles for instance here: http://nhforge.org/
I would love to see a detailed answer to this question, specially highlighting the Adapter model in LLBLGen.
my implementation is by far not necessary "best practice", but works in a real life scenario.
I used:
ref: AutoMapper
See this thread on our forum for additional templates to make this easy: http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=17343