Подготовка ко внедрению приложения
Требования к знаниям:
- Choose a testing methodology.
This objective may include but is not limited to: black box, white box, integration, regression, coverage, API testing, performance testing, security testing
This objective does not include: load testing, Web testing, unit testing - Design an exception handling strategy.
This objective may include but is not limited to: HandleError attribute in MVC, common error pages, post-error processing, global vs. page level - Recommend an approach to debugging.
This objective may include but is not limited to: tools and approaches for a given scenario (for example, memory dumps, DebuggingAttributes, crashes vs. hangs, deadlocks, assembly binding), when to attach to process (Visual Studio Development Server vs. IIS vs. Internet Explorer), root cause analysis
This objective does not include: basic breakpoints - Recommend an approach to performance issues.
This objective may include but is not limited to: which instrumentation to watch or create (including performance counters and event tracing) to analyze performance issues, page and fragment caching
Ссылки
- Choose a testing methodology.
Black box
White box
Integration
Regression
Coverage
API testing
Performance testing
Security testing - Design an exception handling strategy.
P&P: How To: Design Exception Management
Rich Custom Error Handling with ASP.NET(EN)
HandleError attribute in MVC
Common error pages
Post-error processing, global vs. page level - Recommend an approach to debugging.
Tools and approaches for a given scenario (for example, memory dumps, DebuggingAttributes, crashes vs. hangs, deadlocks, assembly binding)
When to attach to process (Visual Studio Development Server vs. IIS vs. Internet Explorer)
Root cause analysis - Recommend an approach to performance issues.
P&P: Improving ASP.NET Performance
Which instrumentation to watch or create (including performance counters and event tracing) to analyze performance issues
Instrument and Monitor Your ASP.NET Apps Using WMI and MOM 2005 (MSDN Magazine/EN)
10 Tips for Writing High-Performance Web Applications (MSDN Magazine/EN)
Page and fragment caching
P&P: How To: Design Caching for Web Application
Video:
Механизмы кэширования в приложениях ASP.NET 2.0
Методы повышения производительности приложений ASP.NET
Комментариев нет:
Отправить комментарий