Varad, The .NET Guy!

Exploring the excitement of Microsoft .NET and much more..

Best Practices - Design

The following are some of the best practices that developers should employ while participating in Design

  1. Pay particular attention to the ways proposed application may impact the infrastructure or other dependent applications.
  2. Partner with your security/network engineer to design a security model.
  3. Use proven design patterns and technologies to mitigate the unknown risks
  4. Organize a high level design review
  5. Organize a detail application design review
  6. Design a solution for supplying test data to the components for unit testing
  7. A test driver should be designed to allow all of the public interfaces to be tested from a central location, rather than only being available as part of the application flow

 

Comments

No Comments