Click here to Skip to main content
15,896,063 members

Technical Blogs


1. Replacing DTO with Anonymous object
Introduction Data transfer object (DTO) are used to pass data from layer to another instead of using the domain objects, which has very good implications if the layers are separated by wire as in server and client scenario. The problem … Continue reading →
All Topics » »
Reader Man San Updated: 26 Oct 2015
Rating: 5.00/5 ( (2 votes))
2. Projecting on Linq to SQL, from different layers
  The Need I needed to add the possibility for upper layers like the Model/Service to make projection on Linq to SQL statements but without leaking IQueryable. As the normal Linq to SQL projection is: var query = from c in Cars … Continue reading →
Reader Man San Updated: 25 Oct 2015
Rating: 4.00/5 ( (1 vote))
3. Projecting on Linq to SQL, From Different Layers
Projecting on Linq to SQL, from different layers
Reader Man San Updated: 20 Oct 2015
Rating: 4.90/5 ( (6 votes))
4. Replacing DTO with Anonymous Object
Introduction Data transfer object (DTO) are used to pass data from layer to another instead of using the domain objects, which has very good implications if the layers are separated by wire as in server and client scenario. The problem … Continue reading →
All Topics » »
Reader Man San Updated: 13 Aug 2015
Rating: 4.00/5 ( (1 vote))
5. Layered Software Architecture
I wanted to further read about Plugin Architecture, which I made a list for reading about it, in this article: “C# Plug-In Architecture Articles“, so added more reading for Layered Software Architecture, and found the following very interesting presentations: .
Reader Man San Updated: 13 Aug 2015
Rating: 3.86/5 ( (4 votes))