Exam 98-372: Microsoft .NET Fundamentals/Understanding .NET Framework Concepts

From Wikiversity
Jump to navigation Jump to search

This lesson covers Understanding .NET Framework Concepts. It looks at application settings, events and event handling, and structured exception handling.

Activity 1 - Understand Basic Application Settings[edit | edit source]

This objective may include but is not limited to: understanding app.config and web.config.

  1. Read Application Settings Overview.
  2. Read How to: Create Application Settings Using the Designer.
  3. Read How to: Add or Remove Application Settings.

Activity 2 - Understand Events and Event Handling in the .NET Framework[edit | edit source]

This objective may include but is not limited to: understanding the event-driven programming model and event handlers, raising events, and implementing delegates.

  1. Read Raising Events and Responding to Events.
  2. Read Events.
  3. Read Delegates(Visual Basic), Delegates(C#).

Activity 3 - Understand Structured Exception Handling in the .NET Framework[edit | edit source]

This objective may include but is not limited to: understanding error handling concepts, exceptions, and exception types.

  1. Read Exceptions and Exception Handling.
  2. Read Structured Exception Handling Overview for Visual Basic.

References[edit | edit source]