What are the best practices for writing a DTO layer in an enterprise ASP.net application?

Are there open source alternatives that come with caching support, etc.

+2


a source to share


1 answer


While not open source, I would recommend checking out Entity Framework .



Regarding caching when using entity framework, you can check this article. And another SO thread that also talks about caching.

+1


a source







All Articles