 | Visual Studio .NET
At the completion of this chapter, you will be able to...
- Distinguish the features of the Visual Studio IDE and the .NET Framework.
- Identify and understand the purpose of each of the files listed in the Solution Explorer.
- Understand what happens at compile time.
- Set and display data from the application's assembly attributes.
- Create an MDI project with a parent form, child forms, a toolbar, status bar, context menus, and ToolTips.
- Use the singleton design pattern to create a class that should be instantiated only once.
|