Is Sub-sonic code-generation for DAL only?
I am curious and confused. Is Subsonic only for or primarily for DAL?
Can it开发者_开发知识库 be used to create say a ViewModel or View code for a WPF project or is it only for code generation for the Database.
Also can it be used with/for Entity Framework and/or nHibernate.
Thanks
Subsonic is a code generation tool that will create a DAL for you.
It will not create a ViewModel or a View code for you, though you probably could create templates for both.
It should not used with EF or nHibernate - both a ORMs and will generate their own DAL.
We're not as complete as NHibernate, but you'll work faster with less concept count. We're not as deep as Linq to SQL, but you can use our stuff on most databases.
精彩评论