Exam 98-372: Microsoft .NET Fundamentals/Understanding .NET Languages
Appearance
This lesson covers Understanding .NET Languages. It looks at language interoperability and type safety.
Activity 1 - Understand language interoperability
[edit | edit source]This objective may include but is not limited to: calling code written in one language from another language, understanding .NET language parity.
- Read Cross-Language Interoperability.
- Read Language Independence and Language-Independent Components.
- Read Cross-Language Interoperability.
Activity 2 - Understand type safety
[edit | edit source]This objective may include but is not limited to: understanding memory type safety, type safety in classes, strong types, and security policies.
- Read Type Safety and Security.
- Read Unsafe Code and Pointers.
- Read Implicit and Explicit Declaration.