i've created first mvc project. question mvc common practice create poco classes or create objects in models ?
depends on complexity of domain(business) logic.
although not "by book" can use poco classes models views.
i personally split them, @ least created lowest common dominator interface
Comments
Post a Comment