Using nHibernate, (and the repository pattern), how do you go about laying out your files/folder?
I am going to to DDD, and use the repository pattern so I will have lots of classes that map to my database tables, and lots of repositories that inherit from an interface etc.
Something like:
/root/
/root/web.config
/root/class/user.cs
...
/root/repository/UserRepository.cs
/root/interface/iRepository.cs