Servicestack - architecture & reusing POCOs for everything
问题 I refer to ServiceStack documentation reg use of POCOs: Since it promotes clean, re-usable code, ServiceStack has always encouraged the use of code-first POCO\'s for just about everything. i.e. the same POCO can be used: In Request and Response DTO\'s (on client and server) In JSON, JSV and CSV Text Serializers As the data model in OrmLite, db4o and NHibernate As the entities stored in Redis As blobs stored in Caches and Sessions Dropped and executed in MQ\'s services\" I love servicestack &