Wednesday, September 17, 2008

Microsoft 70-536

1. Developing applications that use system types and collections

* Manage data in a .NET Framework application by using the .NET Framework 2.0 system types. (System)

* Manage a group of associated data using collections in a .NET Framework application. (System.Collections)

* Use generic collections to improve type safety and application performance in a .NET Framework application. (System.Collections.Generic)

* Use specialized collections to manage data in a .NET Framework application. (System.Collections.Specialized)

* Implement .NET Framework interfaces to cause components to comply with standard contracts. (System)

* Use events and delegates to control interactions between .NET Framework application components. (System)