.NET
  Home arrow .NET arrow Page 4 - What is 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? 
.NET

What is the .NET Framework?
By: Niranjan Babu Kalla
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 86
    2004-01-05

    Table of Contents:
  • What is the .NET Framework?
  • Components of .NET
  • .NET Class Library
  • Features of .NET
  • Application Development in .NET
  • Visual Studio.NET

  • 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


    What is the .NET Framework? - Features of .NET


    (Page 4 of 6 )

    The following are major features of .NET.  We will use these features throughout out journey.  Here is just a brief introduction to all key features of .NET.

    Assemblies

    An assembly is either a .DLL or .EXE that forms a part of an application. It contains MSIL code that is executed by CLR. The following are other important points related to an assembly:

    1. It is the unit on which permissions are granted.
    2. Every assembly contains a version
    3. Assemblies contain interfaces and classes. They may also contain other resources such as bitmaps, file etc.
    4. Every assembly contains assembly metadata, which contains information about assembly. CLR uses this information at the time of executing assembly.
    5. Assemblies may be either private, which are used only by the application to which they belong or Global assemblies, which are used by any application in the system.
    6. Two assemblies of the same name but with different versions can run side-by-side allowing applications that depend on a specific version to use assembly of that version.

    The four parts of an assembly are:

    Assembly Manifest - Contains name, version, culture, and information about referenced assemblies.

    Type metadata - Contains information about types defined in the assembly.

    MSIL – MSIL code.

    Resources - Files such as BMP or JPG file or any other files required by application.

    Note: Assembly that contains only resources is called as Satellite assembly.

    Common Type System

    Common Type System (CTS) specifies the rules related to data types that languages must follow. As programs written in all languages are ultimately converted to MSIL, data types in all languages must be convertible to certain standard data types.

    CTS is a part of cross-language integration, which allows classes written in one language to be used and extended by another language.

    Cross-language Interoperability

    .NET provides support for language interoperability. However, it doesn’t mean every program written in a language can be used by another language. To enable a program to be used with other languages, it must be created by following a set of rules called Cross Language Specifications (CLS).

    Cross-language inheritance is the ability to create a class in C# from a class created in VB.NET.

    When an exception is raised by a program written in C#, the exception can be handled by VB.NET. This kind of exception handling is called cross-language exception handling.

    More .NET Articles
    More By Niranjan Babu Kalla


     

    .NET ARTICLES

    - Building Applications with Windows Workflow ...
    - Building the Data and Business Layers Using ...
    - The Transformed XML Explorer in MFC
    - List Control and Property Grid with the MFC ...
    - Font, Shell and Masked Edit Controls for MFC
    - Color, Link and Image Editor Controls for M...
    - New Controls for MFC
    - The Windows Ribbon Framework
    - Markup Language for the Ribbon Framework
    - Visually Upgrade Your MFC Project
    - New Features for the Statusbar in MFC
    - Working with the Statusbar in MFC
    - Iron Speed Design v60 Review
    - Binary and XML Serialization
    - Using CrystalReportViewer to Display Crystal...





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