Implement .NET Framework interfaces

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
Exam Prep. Guides
Exam 70-536 Study Guide

1. Types and collections

2. Process, threading,…
3. Embedding features
4. Serialization, I/O
5. .NET Security
6. Interop., reflection,…
7. Global., drawing, text

edit
Exam 70-536 Preparation Guide: Implement .NET Framework interfaces to cause components to comply with standard contracts. (System namespace)


Contents


Read the C# Language Reference: Interface for basic information on interfaces.

.NET Framework interfaces

.NET 2.0 made available generic, type-safe versions of many interfaces. Where available, the generic version should be used to promote type safety. The non-generic versions are still available for backward compatibility.

See also


MSDN references


Personal tools