Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Radim Köhler

Radim Köhler

Radim Köhler has asked 0 questions and find answers to 508 problems.

Stats

18.5k
EtPoint
7.0k
Vote count
0
questions
508
answers

About

... 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.