Starting a new project - where do I start?
Posted
by chester89
on Stack Overflow
See other posts from Stack Overflow
or by chester89
Published on 2010-04-01T22:15:35Z
Indexed on
2010/04/01
22:23 UTC
Read the original article
Hit count: 258
I am going to start a project of my own, which will be ASP.NET MVC + Fluent NHibernate. I want to use test-first approach as much as I can. So, where exactly do I start from? Database schema? Domain model? Mapping domain model classes to the database?
© Stack Overflow or respective owner