.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.
If you are looking for .NET Developer jobs in Dublin and across Ireland, browse the vacancies below and apply or upload your CV. Reach out to one of our expert IT consultants, they are on hand to answer any questions you might have.
Why not reach out to one of our consultants today and send us your CV so we can find the right job for you?
Reach out to a Consultant Upload your CVPrograms 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”.