<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>.net Archives -</title>
	<atom:link href="https://mitindia.in/tag/net/feed/" rel="self" type="application/rss+xml" />
	<link>https://mitindia.in/tag/net/</link>
	<description></description>
	<lastBuildDate>Thu, 21 Jul 2016 10:42:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://mitindia.in/wp-content/uploads/2023/03/cropped-android-chrome-512x512-1-32x32.png</url>
	<title>.net Archives -</title>
	<link>https://mitindia.in/tag/net/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>C# Introduction</title>
		<link>https://mitindia.in/c-introduction/</link>
					<comments>https://mitindia.in/c-introduction/#comments</comments>
		
		<dc:creator><![CDATA[SKB]]></dc:creator>
		<pubDate>Tue, 19 Jul 2016 12:30:03 +0000</pubDate>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[visual c#]]></category>
		<guid isPermaLink="false">http://www.mitindia.in/?p=347</guid>

					<description><![CDATA[<p>All about C#.Net The .NET Framework defines the environment to execute Visual C# .NET applications and the services you can use within those applications. The .NET Framework has two main components:  Common Language Runtime (CLR)  A unified set of class libraries The .NET class libraries include code for programming topics such as threading, file I/O, [&#8230;]</p>
<p>The post <a href="https://mitindia.in/c-introduction/">C# Introduction</a> appeared first on <a href="https://mitindia.in"></a>.</p>
]]></description>
										<content:encoded><![CDATA[<h6><span style="color: #000080;">All about C#.Net</span></h6>
<p>The .NET Framework defines the environment to execute Visual C# .NET applications and the services you can use within those applications.</p>
<p><img decoding="async" class="alignright" src="http://blog.greymatterindia.com/wp-content/uploads/2014/09/C-Application-Development.png" width="179" height="134" /></p>
<p>The .NET Framework has two main components:</p>
<ul>
<li> Common Language Runtime (CLR)</li>
<li> A unified set of class libraries</li>
</ul>
<p>The .NET class libraries include code for programming topics such as threading, file I/O, database support, XML parsing, and data structures.</p>
<p>In addition to CLR and class libraries, the .NET framework also includes the programming languages and ASP.NET.</p>
<h6>CLR and MSIL</h6>
<p>CLR ensures that the functionality available to one language is available to any other .NET language.</p>
<p>Microsoft Intermediate Language (MSIL) is composed of a specific set of instructions that indicate how your code should be executed.</p>
<p>The main job of a JIT compiler is to translate your generic MSIL code into machine code that can be directly executed by your CPU.</p>
<p>MSIL code can be easily read by the verification process</p>
<h5>CLS,CTS &amp; Garbage Collector</h5>
<ul>
<li>Common Language Specification (CLS)</li>
<li>Is a set of rules that any .NET language should follow</li>
<li>Is used to create applications that are interoperable with other languages</li>
</ul>
<h4>Common Type System (CTS) commonly:</h4>
<ul>
<li>Contains the standard data types</li>
<li>Contains the set of guidelines.</li>
</ul>
<h5>Garbage Collector</h5>
<ul>
<li> Is a destructor used for clean up operations</li>
<li> Is responsible for freeing up memory</li>
</ul>
<h6>Conclusion</h6>
<ul>
<li>.NET Framework is made up of two major components; .NET Framework Class Library and Common Language Runtime.</li>
<li>The CLR is a modern runtime environment that manages the execution of user code, providing services such as JIT compilation, memory management, exception management, debugging etc.</li>
<li>The CTS defines the rules by which all types are declared, defined and managed, regardless of source language.</li>
<li>The CLS is a set of minimum standards that all compilers targeting .NET must support to ensure language interoperability.</li>
<li>Namespaces is a grouping of similar classes having related methods and is used specifically to avoid name clashes between classes.</li>
<li>The Just In Time (JIT) compiler compiles the MSIL code into a native code that is specific to the OS and machine architecture being targeted.</li>
</ul>
<p><a href="http://www.mitindia.in/2016/07/21/basics-of-c/">Basic Data Types in C#</a></p>
<p><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Fmitindia.in%2Fc-introduction%2F&amp;linkname=C%23%20Introduction" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fmitindia.in%2Fc-introduction%2F&amp;linkname=C%23%20Introduction" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fmitindia.in%2Fc-introduction%2F&#038;title=C%23%20Introduction" data-a2a-url="https://mitindia.in/c-introduction/" data-a2a-title="C# Introduction"><img src="https://static.addtoany.com/buttons/favicon.png" alt="Share"></a></p><p>The post <a href="https://mitindia.in/c-introduction/">C# Introduction</a> appeared first on <a href="https://mitindia.in"></a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mitindia.in/c-introduction/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
