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.