Click here to go to the source

  1. Naming Conventions
  2. n-tier applications
    • Coupling: Pass control references to business logic
    • Cohesion: Highly Spcific Code
  3. Use inheritance for extensibility and maintainability: You should also invest the time in creating a component framework from which your classes can be built. This rich architecture will make your derived classes much more elegant
  4. Reduce resource usage: Reduce number of static controls on the form
  5. Have Auto-updateable applications: Have an application components Web Farm from which various forms and assemblies are downloaded.
  6. Variety of error handling techniques and logging
  7. Reduce number of calls between processes
  8. Testing: Can use Visual Studio Analyser

 
All comments require the approval of the site owner before being displayed.
Name
E-mail
Home page

Comment (Some html is allowed: a@href@title, strike) where the @ means "attribute." For example, you can use <a href="" title=""> or <blockquote cite="Scott">.  

Enter the code shown (prevents robots):

Live Comment Preview