Laynetworks  
Web laynetworks.com Google
Home | Site Map | Tell a friends
Management Tutorials
Download
Tutorials
History
Computer Science
Networking
OS - Linux and Unix
Source Code
Script & Languages
Protocols
Glossary
IGNOU
Quiz
About Us
Contact Us
Feedback
 
Sign up for our Email Newsletter
 
Get Paid for Your Tech Turorials / Tips

 
Home > Tutorial > DotNet Technology > .Net Technology – In a Nut Shell
Page : 1 2 3 4 5 6
.Net Technology – In a Nut Shell
 
The System Namespace
 
System Namespace
  • System.Object
    • Base class for each and every type
    • Single base class makes framework consistent
  • The not-so-primitive "primitive" types
    • Full-featured classes, rich functionality
    • Still exposed as language-intrinsic types
      • C#: bool, int, long, string, double, float
  • System console support
    • Writing to the console/ Reading from the console
  • Standard interfaces
    • IFormattable: Provides functionality to format the value of an object
      • Format method: Formats the value of the current instance as specified.
    • IDisposable: Provides explicit control of releasing resources
Other Informative Links
 
Links

http://msdn.microsoft.com/netframework/

http://msdn.microsoft.com/netframework/downloads/samples/bclsamples/
 
Page : 1 2 3 4 5 6
   
Donation | Useful links | Link to Laynetworks.com | Legal
Copyright © 2000-2010 Lay Networks All rights reserved.