Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Fri, 01 Apr 2011 10:00:00 GMT
Learn how Command Query Responsibility Segregation represents a shift from more classic, three-tier application architecture toward a message-based, asynchronous pattern. We walk you through a reservation booking app to demonstrate how CQRS lends itself to Azure development.
Unit Testing - Exploring The Continuum Of Test Doubles
Tue, 17 Jul 2007 10:00:00 GMT
Creating and using mock component servers simplifies unit testing. Use these examples to get started.
Patterns & Practices - Speed Development With Custom Application Blocks For Enterprise Library
Thu, 08 Jun 2006 10:00:00 GMT
Easy UI Testing - Isolate Your UI Code Before It Invades Your Business Layer
Tue, 12 Jul 2005 10:00:00 GMT
The User Interface Process Application Block (UIP) from the Microsoft Patterns & Practices team can help you isolate your UI,write unit tests for your UI logic, and write a UI that really is the thin layer it was always meant to be. Mark Seemann shows you how it's done in this article.
Unit Testing - Mock Objects to the Rescue! Test Your .NET Code with NMock
Tue, 14 Sep 2004 10:00:00 GMT
The problem: unit testing libraries, especially data access components, that have a complex set of dependencies. The solution: providing a dynamic mock implementation of your data access classes. Here the author explains just how to make testing easier and more reliable using NMock.