¡@

Home 

c# Programming Glossary: dto's

Getting ServiceStack to retain type information

http://stackoverflow.com/questions/10750571/getting-servicestack-to-retain-type-information

improve this question Inheritance in DTOs is a bad idea DTO's should be as self describing as possible and by using inheritance.. There's no good reason for having interfaces in DTO's and very few reasons to have them on POCO models it's a cargo..

How to write functionality using DDD / CQRS

http://stackoverflow.com/questions/11095361/how-to-write-functionality-using-ddd-cqrs

the domain model at all. Just define some simple POCO DTO's and use Entity Framework to get the data and pass it back to..

Recommended ServiceStack API Structure

http://stackoverflow.com/questions/15231537/recommended-servicestack-api-structure

EventReview type With the EventMan.ServiceModel DTO's kept in their own separate implementation and dependency free..

ServiceStack Request DTO design

http://stackoverflow.com/questions/15927475/servicestack-request-dto-design

WCF. So I have a question which bugs me. I have 2 request DTO's so 2 services like these Route bookinglimit GET Authenticate.. ResponseStatus get set As seen on these Request DTO's i have similar request DTO's nearly for every services and this.. set As seen on these Request DTO's i have similar request DTO's nearly for every services and this seems like not DRY. I tried..

NHibernate and WCF Serialization(Unidirectional)

http://stackoverflow.com/questions/1681538/nhibernate-and-wcf-serializationunidirectional

would be is it common practice to abstract a set of DTO's to expose via web service as opposed to the original entities..

DTOs vs Serializing Persisted Entities

http://stackoverflow.com/questions/1688473/dtos-vs-serializing-persisted-entities

over the wire Or would you create a set of lighter DTO's sans cyclic references across c# web services dto object persistence..

The entity cannot be constructed in a LINQ to Entities query

http://stackoverflow.com/questions/5325797/the-entity-cannot-be-constructed-in-a-linq-to-entities-query

the Product entity And your method will return a List of DTO's. public List ProductDTO GetProducts int categoryID return from..

POCO vs DTO

http://stackoverflow.com/questions/725348/poco-vs-dto

.Net. Don't let frameworks dictate your object's design. A DTO's only purpose is to transfer state and should have no behavior...

Why catch and rethrow Exception in C#?

http://stackoverflow.com/questions/881473/why-catch-and-rethrow-exception-in-c

KB cs datatransferobject.aspx on Serializable DTO's. The article includes this piece of code public static string..

OData with ServiceStack?

http://stackoverflow.com/questions/9577938/odata-with-servicestack

on why we recommend using clean well defined untainted DTO's for defining any remote services with which is a remote services..