Inspection Center
From Guidance Share
(Difference between revisions)
Revision as of 04:16, 20 March 2007 (edit) Admin (Talk | contribs) ← Previous diff |
Revision as of 03:15, 15 June 2008 (edit) JD (Talk | contribs) Next diff → |
||
Line 27: | Line 27: | ||
=== Deployment Inspection === | === Deployment Inspection === | ||
* [[Security Deployment Inspection]] | * [[Security Deployment Inspection]] | ||
- | |||
- | |||
Line 34: | Line 32: | ||
|} | |} | ||
+ | == Performance Inspections == | ||
+ | {| style="width:100%" border="0" | ||
+ | |- valign="top" | ||
+ | | | ||
+ | |||
+ | |||
+ | |||
+ | || | ||
+ | === Design Inspection Questions === | ||
+ | * [[Web Application Performance Design Inspection Questions]] | ||
+ | |||
+ | |||
+ | === Code Inspection Questions === | ||
+ | * [[.NET Framework 2.0 Performance Inspection Questions]] | ||
+ | * [[ASP.NET 2.0 Performance Inspection Questions]] | ||
+ | |||
+ | |||
+ | |- | ||
+ | |} | ||
__NOTOC__ __NOEDITSECTION__ | __NOTOC__ __NOEDITSECTION__ |
Revision as of 03:15, 15 June 2008
An inspection is a focused check against criteria. In practice, there are three types of inspections: design, code, and deployment inspections. Design inspections help identify key engineering issues that have cascading impact. Code inspections catch implementation issues. Deployment inspections catch runtime and configuration issues. During inspections, you check both whether good practices are implemented, and bad practices are avoided.
Security Inspections
Getting Started
Code Inspection
|
Design Inspection
Deployment Inspection
|
Performance Inspections
|
Design Inspection Questions
Code Inspection Questions
|