h1.post-title
{
color:orange;
font-family:verdana,Arial;
font-weight:bold;
padding-bottom:5px;
text-shadow:#64665b 0px 1px 1px;
font-size:32px;
}
-->
.NET Framework Application Essentials
- Working with Base Types
- Collections and Data Structures
- Generics in the .NET Framework
- Handling and Raising Events
- Handling and Throwing Exceptions
- File and Stream I/O
- Dates, Times, and Time Zones
- Programming with Application Domains and Assemblies
- Serialization [from BPUEDev11]
- Resources in Desktop Apps
- Globalizing and Localizing .NET Framework Applications
- Accessibility
- Extending Metadata Using Attributes
- 64-bit Applications