Exam 98-372: Microsoft .NET Fundamentals/Understanding .NET Languages

This lesson covers Understanding .NET Languages. It looks at language interoperability and type safety.

Activity 1 - Understand language interoperability edit

This objective may include but is not limited to: calling code written in one language from another language, understanding .NET language parity.

  1. Read Cross-Language Interoperability.
  2. Read Language Independence and Language-Independent Components.
  3. Read Cross-Language Interoperability.

Activity 2 - Understand type safety edit

This objective may include but is not limited to: understanding memory type safety, type safety in classes, strong types, and security policies.

  1. Read Type Safety and Security.
  2. Read Unsafe Code and Pointers.
  3. Read Implicit and Explicit Declaration.

References edit