Unified Process: Construction Phase and Eighth Iteration |
In the eighth iteration of the construction phase, we optimize the application's performance for certain use cases. This chapter will conclude the development of the photo editor application. In the next iteration (Chapter 11), we will begin the Online Photo Shop development.
The overall task for this iteration is to improve the performance of the photo editor application and to improve interactivity. In addition, we will show you how to profile the photo editor application in order to identify possible bottlenecks and analyze performance. Based on the profiling results, we will refactor the photo editor application and optimize the implementation to achieve better performance.
Introducing .NET
Introducing Software Engineering
A .NET Prototype
Project Planning
The Photo Editor Application
GDI+ Graphics Extensions
Advanced GDI+ Operations
Dynamic Loading of Components
Accessing System Resources
Performance Optimization, Multithreading, and Profiling
Building the Web Application with ASP.NET
Security and Database Access
Product Release