<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tachyony.co.uk/w/index.php?action=history&amp;feed=atom&amp;title=Common_Language_Runtime</id>
	<title>Common Language Runtime - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tachyony.co.uk/w/index.php?action=history&amp;feed=atom&amp;title=Common_Language_Runtime"/>
	<link rel="alternate" type="text/html" href="https://wiki.tachyony.co.uk/w/index.php?title=Common_Language_Runtime&amp;action=history"/>
	<updated>2026-07-06T12:48:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://wiki.tachyony.co.uk/w/index.php?title=Common_Language_Runtime&amp;diff=47473&amp;oldid=prev</id>
		<title>24.54.91.165: .NET no longer follows semantic versioning since .NET Core</title>
		<link rel="alternate" type="text/html" href="https://wiki.tachyony.co.uk/w/index.php?title=Common_Language_Runtime&amp;diff=47473&amp;oldid=prev"/>
		<updated>2025-10-17T14:38:17Z</updated>

		<summary type="html">&lt;p&gt;.NET no longer follows semantic versioning since .NET Core&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{short description|Virtual machine component of Microsoft&amp;#039;s .NET framework}}&lt;br /&gt;
{{multiple|&lt;br /&gt;
{{third-party|date=March 2019}}&lt;br /&gt;
{{More citations needed|date=September 2014}}&lt;br /&gt;
}}&lt;br /&gt;
{{Program execution}}&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Common Language Runtime&amp;#039;&amp;#039;&amp;#039; (&amp;#039;&amp;#039;&amp;#039;CLR&amp;#039;&amp;#039;&amp;#039;), the [[virtual machine]] component of [[Microsoft]] [[.NET Framework]], manages the execution of .NET programs. [[Just-in-time compilation]] converts the [[managed code]] (compiled [[intermediate language]] code) into [[machine instructions]] which are then executed on the [[CPU]] of the computer.&amp;lt;ref name=&amp;quot;msdn-clr&amp;quot;&amp;gt;{{cite web| title = Common Language Runtime (CLR) | url = http://msdn.microsoft.com/en-us/library/8bs2ecf4 | access-date = 14 November 2013 | work = [[MSDN Library]]}}&amp;lt;/ref&amp;gt; The CLR provides additional services including [[memory management]], [[type safety]], [[exception handling]], [[garbage collection (computer science)|garbage collection]], security and [[thread management]]. All programs written for the .NET Framework, regardless of [[programming language]], are executed in the CLR. All versions of the .NET Framework include CLR. The CLR team was started June 13, 1998.&lt;br /&gt;
&lt;br /&gt;
CLR implements the [[Virtual Execution System]] (VES) as defined in the [[Common Language Infrastructure]] (CLI) standard, initially developed by Microsoft itself. A public standard defines the Common Language Infrastructure specification.&amp;lt;ref&amp;gt;{{cite web | title = ECMA C# and Common Language Infrastructure Standards &lt;br /&gt;
| url = http://msdn.microsoft.com/en-us/vstudio/Aa569283.aspx | access-date = 14 November 2013 &lt;br /&gt;
| work = Visual Studio Developer Center}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Overview of the .NET Framework CLR release history&amp;lt;ref name=&amp;quot;msdn-clr&amp;quot; /&amp;gt;&lt;br /&gt;
!CLR version&lt;br /&gt;
!.NET version&lt;br /&gt;
|-&lt;br /&gt;
|1.0&lt;br /&gt;
|[[.NET Framework version history#.NET Framework 1.0|1.0]]&lt;br /&gt;
|-&lt;br /&gt;
|1.1&lt;br /&gt;
|[[.NET Framework version history#.NET Framework 1.1|1.1]]&lt;br /&gt;
|-&lt;br /&gt;
|2.0&lt;br /&gt;
|[[.NET Framework version history#.NET Framework 2.0|2.0]], [[.NET Framework version history#.NET Framework 3.0|3.0]], [[.NET Framework version history#.NET Framework 3.5|3.5]]&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|[[.NET Framework version history#.NET Framework 4|4]], [[.NET Framework version history#.NET Framework 4.5|4.5]], [[.NET Framework version history#.NET Framework 4.6|4.6]], [[.NET Framework version history#.NET Framework 4.7|4.7]], [[.NET Framework version history#.NET Framework 4.8|4.8]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
During the transition from legacy .NET technologies like the .NET Framework and its proprietary runtime to the community-developed [[.NET Core]], the CLR was dubbed &amp;#039;&amp;#039;&amp;#039;CoreCLR&amp;#039;&amp;#039;&amp;#039;.&amp;lt;ref&amp;gt;{{Cite web|title=Understanding .NET Framework, .NET Core, .NET Standard And Future .NET|url=https://www.c-sharpcorner.com/blogs/understanding-net-framework-net-core-and-net-standard-and-future-net|access-date=February 1, 2021|website=www.c-sharpcorner.com|language=en}}&amp;lt;/ref&amp;gt;  The term CLR today may refer to either the &amp;#039;&amp;#039;&amp;#039;.NET Framework CLR&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Core CLR&amp;#039;&amp;#039;&amp;#039;&amp;lt;ref&amp;gt;{{cite web|title=.NET Glossary - CLR|url=https://learn.microsoft.com/en-us/dotnet/standard/glossary#clr|access-date=October 17, 2025|website=Microsoft Learn|quote=The exact meaning depends on the context. Common Language Runtime usually refers to the runtime of .NET Framework or the runtime of .NET.}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since .NET 5, the runtime for .NET follows a yearly release cadence, releasing a new version every November&amp;lt;ref&amp;gt;{{cite web|title=.NET and .NET Core official support policy|url=https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core#cadence|access-date=October 17, 2025|website=Microsoft .NET Support|quote=A new major release of .NET is published every year in November...}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Common Intermediate Language]]&lt;br /&gt;
*[[List of CLI languages]]&lt;br /&gt;
*[[Java virtual machine]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.informit.com/articles/article.aspx?p=30601 Components of Common Language Runtime]&lt;br /&gt;
*[https://web.archive.org/web/20110425220519/http://www.visualbuilder.com/dotnet/tutorial/clr-%28common-language-runtime%29/ Components of CLR]&lt;br /&gt;
*[http://msdn.microsoft.com/en-us/library/a4t23ktk.aspx Overview of the .NET Framework 4.0]&lt;br /&gt;
*[http://msdn.microsoft.com/en-us/library/zw4w595w.aspx .NET Framework Conceptual Overview]&lt;br /&gt;
&lt;br /&gt;
{{.NET Framework}}&lt;br /&gt;
{{Common Language Infrastructure}}&lt;br /&gt;
&lt;br /&gt;
{{Authority control}}&lt;br /&gt;
&lt;br /&gt;
[[Category:.NET Framework terminology]]&lt;br /&gt;
[[Category:Stack-based virtual machines]]&lt;/div&gt;</summary>
		<author><name>24.54.91.165</name></author>
	</entry>
</feed>