C#
  Home arrow C# arrow Page 5 - Introducing C# and the .NET Framework
ASP Free Forums 
.NET  
ASP  
ASP Code  
ASP.NET  
ASP.NET Code  
BrainDump  
C#  
Code Examples  
Database  
Database Code  
IIS  
Microsoft Access  
MS SQL Server  
Silverlight  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
ASP Web Hosting  
ASP.NET Web Hosting 
Windows Web Hosting
 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
C#

Introducing C# and the .NET Framework
By: Michael Youssef
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 87
    2005-01-31

    Table of Contents:
  • Introducing C# and the .NET Framework
  • The .NET Framework
  • C# Source code
  • The .NET Type Story
  • A World of .NET
  • The Common Language Runtime
  • The Common Type System
  • A World of Interoperability Through the CLS
  • Where Can I Find the .NET SDK?
  • Writing the Hello World Example with the C# Compiler
  • Assemblies
  • Analyzing the Code

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Introducing C# and the .NET Framework - A World of .NET


    (Page 5 of 12 )

    You will find this expression a lot in my articles. Microsoft realized that, if their .NET Technology is exclusive only to Microsoft, then .NET will not make such an impact in the world of software development. But the folks at Microsoft are very clever. Microsoft submitted large parts of the .NET Technology to the EMCA to become EMCA standards. Microsoft has submitted the C# Specifications, the Microsoft Intermediate Language Specifications, the Metadata, and a large part of the FCL (.NET Framework Class Library).

    Think about it. Now vendors who design compilers, programming languages and development tools can use these specifications to create compilers for their own languages to integrate with the .NET Technology, and the benefits are huge. As you know, each programming language has its own syntax, control structures and building block mechanisms, and this gives each programming language its own set of features and drawbacks. For example, C# is a very appropriate language for I/O, and APL is very appropriate for mathematical calculations. If you are able to use both languages to develop one application, it would be a great feature and a big move in software development.

    This is now possible because compiler designers can use the .NET Specifications and write compilers for their programming languages to produce Microsoft Intermediate Language (MSIL) code that's managed by the runtime. Now you can use Visual Basic, C#, Managed C++ and APL in one application, and use the features of all of these programming languages. In short, .NET brings a lot of possibilities to software development. The expression "a .NET Complaint Programming Language" is very important to understand. If the language has a compiler that produces MSIL, then it's a .NET Compliant Language, and we will see how this is possible through the use of CTS and CLS standards.

    More C# Articles
    More By Michael Youssef


     

    C# ARTICLES

    - Coding a CRC-Generating Algorithm in C
    - Cyclic Redundancy Check
    - Handling Methods and Functions
    - Destroying Objects in C#
    - Creating Objects in C-Sharp
    - Classes and Objects
    - Programming Languages: Managed versus Native
    - LINQ-to-MySQL with DbLinq in C#
    - Working with Dates and Times in C#
    - Generics, Dictionaries, and More
    - More About Generics
    - Working with C# Collections
    - Generics
    - C# and XML
    - Pointers and Arrays in C#





    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 2 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek