.NET Framework (pronounced dot net) is a software framework developed by Microsoft that runs mainly on Microsoft Windows. It contains a large class library named Framework Class Library (FCL) and provides language interoperability, meaning each language can use code which has been written in a different language.
| Posted | Job Title | Salary / Daily Rate | Location | Type |
|---|---|---|---|---|
| Posted20/10/2017 | Job Title | Salary / Daily Rate€450 - €480 | LocationDublin City Centre | TypeContract |
| Posted20/10/2017 | Job Title | Salary / Daily Rate€400 - €450 | LocationDublin City Centre | TypeContract |
| Posted18/10/2017 | Job Title | Salary / Daily Rate€400 - €500 | LocationDublin City Centre | TypeContract |
| Posted9/10/2017 | Job Title | Salary / Daily Rate€400 per day | LocationCork City | TypeContract |
| Posted6/10/2017 | Job Title | Salary / Daily RateNegotiable | LocationDublin City Centre | TypeContract |
Programs that have been written for .NET Framework execute in a software environment – as opposed to a hardware environment – named Common Language Runtime (CLR). FCL and CLR together are what constitute .NET Framework.
CLR is an application virtual machine which provides services such as memory management, exception handling and security. As such, any computer code which has been written using .NET Framework is called “managed code”.