Gunnar Peipman's ASP.NET blog

ASP.NET, C#, SharePoint, SQL Server and general software development topics.

Sponsors

News

 
 
 
DZone MVB

Links

Social

Browse by Tags

All Tags » Patterns (RSS)
Using timer based Unit of Work and Command classes to measure repositories performance
In my last post Find out how long your method runs I introduced how to measure the speed of code using actions. In this posting I will make a step further and give you some ideas about how to create easily measurable code units and how to build measurable...
Book review: Patterns of Enterprise Application Architecture
   Lately I finished reading the famous patterns book by Martin Fowler - Patterns of Enterprise Application Architecture . This book introduces and describes design patterns you will usually see when building enterprise applications. There are...
Agile Principles, Patterns, and Practices in C# – book review
  Agile Principles, Patterns, and Practices in C# by Robert C. Martin and Micah Martin describes how to write software using C#. Book covers also most important design patterns and object-oriented development principles. There are very good, close...
DTO - not only for web services
Usually developers think that DTO ( Data Transfer Object ) is something related to web services where data serialization is required to move data from one point of network to another. It is clear that in most cases there is no point to move complex data...
More Posts