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

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

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

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

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