Home  
  Microsoft  
  Cisco  
  CompTIA  
  CWNP  
  InfoSecurity  
  Forums  
  Blogs  
  Topsites  
  Search the Web  
 
 
     
  Subnet Calculator  
  Online Degrees  
  Exam Vouchers  
  Tell-A-Friend  
  Contact us  
  About us  
  Support us  
  Advertise  

   
     

 

  TechExams Blogs Log in  

Archive for November, 2007

Implementing .NET Framework Interfaces

Tuesday, November 20th, 2007

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

In object oriented programming, an interface is an abstract set of constants and methods used to define a common way to access a specific feature set of an object. Interfaces are abstract types and cannot be instantiated. Instead, they are inherited by classes which provide the implementation for the interface methods. Multiple interfaces may be inherited by a single class.

The .NET 2.0 Framework defines several generic, type-safe interfaces that are used to implement common features found in .NET classes. These interfaces are expected to be present for objects to work with specific features, such as sorting, type conversions, and resource disposal. All of these interfaces are located in the System namespace. The ones to know for the 70-536 exam are:

  • System.ICloneable
  • System.IComparable
  • System.IConvertible
  • System.IDisposable
  • System.IEquatable
  • System.IFormattable

Note: The System.INullableValue interface has been removed from the .NET 2.0 Framework because nullable types are now an intrinsic type in the .NET Common Language Runtime (CLR).

See Also

(more…)



Exchange 2003 Video Training




 
Featured Sponsors

TrainSignal - “Hands On” computer training for IT professionals. Network+ Training, MCSE, Cisco & more! Visit Train Signal’s free training site to get loads of Free Computer Training, videos, articles and practice exams.

The CWNP® Program - the industry standard for vendor neutral wireless LAN training and certification. Career certifications in WLAN administration, WLAN security, WLAN analysis, and CWNE for wireless LAN experts. Learn more about the CWNP Program. Find a class near you.
 

All images and text are copyright protected, violations of these rights will be prosecuted to the full extent of the law.
2002-2008 TechExams.Net | Advertise | Disclaimer