<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5 plus MathML//EN" "http://cnx.rice.edu/cnxml/0.5/DTD/cnxml_mathml.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:bib="http://bibtexml.sf.net/" id="id4697666">
  <name>What is .NET?</name>
  <metadata>
  <md:version>1.1</md:version>
  <md:created>2007/06/28 00:46:16.961 GMT-5</md:created>
  <md:revised>2007/06/28 04:55:21.550 GMT-5</md:revised>
  <md:authorlist>
      <md:author id="shariharan">
      <md:firstname>Subhasree</md:firstname>
      
      <md:surname>Hariharan</md:surname>
      <md:email>subhasree.hariharan@ni.com</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="shariharan">
      <md:firstname>Subhasree</md:firstname>
      
      <md:surname>Hariharan</md:surname>
      <md:email>subhasree.hariharan@ni.com</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  

  <md:abstract>This section provides an overview of .NET</md:abstract>
</metadata>
  <content>
    <section id="id-286230005027">
      <name>The .NET Framework</name>
      <para id="id10611581">.NET is Microsoft‘s application development platform that enables developers to easily create Windows applications, web applications, and web services using different programming languages and without worrying about low-level details, such as memory management and processor-specific instructions.</para>
      <para id="id11669358">The .NET Framework is described as four distinct layers. The top layer represents three of the many programming languages that the programmer can use. These languages are compiled into a language-independent form called Microsoft Intermediate Language (MSIL) or Intermediate Language( IL). IL can then be run on any machine that has a Common Language Runtime (CLR) installed. </para>
      <figure id="id13129813">
        <media type="image/jpg" src="graphics1.jpg">
          <param name="height" value="390"/>
          <param name="width" value="422"/>
        </media>
      </figure>
    </section>
  </content>
</document>
