Exam 98-362: Windows Development Fundamentals/Understanding Windows Programming Basics

From Wikiversity
Jump to navigation Jump to search

This lesson covers Understanding Windows Programming Basics. It looks at Windows application types, user interface design, and Visual Studio.

Activity 1 - Identify Windows Application Types[edit | edit source]

This objective may include but is not limited to: Windows Forms, Windows Presentation Foundation (WPF), Windows Services, and Win32 applications.

  1. Read Overview of Windows-based Applications.

Activity 2 - Implement User Interface Design[edit | edit source]

This objective may include but is not limited to: core user interface design principles for creating graphical-based applications.

  1. Read Creating a User Interface.
  2. Read The Basics of Interface Design.
  3. Read How to Create the Best User Experience for Your Application.

Activity 3 - Create Windows-based Applications by Using Visual Studio[edit | edit source]

This objective may include but is not limited to: project types, importance of the various aspects of a Windows Application project.

  1. Read Creating Your First Visual Basic Program.
  2. Read Solution and Project Basics.
  3. Read Creating Solutions and Projects.

References[edit | edit source]