Radim Köhler

122,561
reputation
47
239
335

... and luckily also still developer

Motto:

"Competition is as important as Cooperation"

How do I like to see stuff organized?

DB tier - SQL Server family
Application/Server tier
- Data Layer driven by ORM - NHibernate is still the ONE
- Business Layer - Rule objects, Validators, AOP applied here
- Service Layer - API for REST/JSON
Client tier - SPA, browser app built on top of AngularJS, written in TypeScript, boosted by UI-Router state machine.

The Domain model expressed in POCO entities.