Implement .NET Framework interfaces
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
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.
[edit]
.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.
[edit]
See also
- C# Language Reference: Interface
- Should I use an abstract class or an interface?
- Test for an interface implementation
- Visual Studio: Implementing interfaces
[edit]