Related resources for Interfaces in c#
  • Inherit Multiple Interfaces With the Same Method Name in C#8/23/2013 6:27:31 PM. In this article we will see a situation that occurs when two interfaces have methods with the same name and the same parameter(s) and one base class implements these interfaces.
  • Interfaces in C#10/27/2010 11:31:35 AM. In this article you will know about Interfaces in C#.
  • IComparable: Under the Hood12/23/2005 1:14:35 AM. We now calling Array.Sort() on C# Types such as int, char, string will automatically do sorting based on that type.
  • IComparable: Under the Hood12/23/2005 1:14:35 AM. We now calling Array.Sort() on C# Types such as int, char, string will automatically do sorting based on that type.
C# Language Specification 5.0
This book provides a complete description of the C# language 5.0.
Download