answersLogoWhite

0

Managed code basically means that code is being executed in a virtual environment. Code written on the .NET framework is managed by the Common Language Runtime.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What following code is not managed by default in .Net framework?

By definition, all .NET Framework code is managed. You only have to worry about unmanaged code if you reference COM libraries or, of course, write any unmanaged code yourself.


Is Visual Basic code not managed by default in .Net framework?

VB.NET code is managed by the CLR virtual machine.


What does the application FxCop do?

The application FxCop is used for checking code that targets NET Framework. FxCop is a good educational program for beginners who are new to NET Framework.


What does CLR mean?

CLR stands for Common Language Runtime. It is a component of the .NET framework that provides a runtime environment for executing managed code. It manages memory, enforces type safety, and provides various services for running and managing .NET applications.


Why called dot net language?

.NET is the underlying framework of the language. Every language running under .NET is interpreted into ILASM (Intermediate Language Assembly) Which is then compiled into bytecode, then executed in a managed code environment. This complicated process is what allows many language to be coded on top of the platform.


How do I fix Error code 1603 for net framework?

refer the related links.


Explain the difference between net platform and dot net framework?

.net platform supports programming languages that are .net compatible. It is the platform using which we can build and develop the applications. .net framework is the engine inside the .net platform which actually compiles and produces the executable code. .net framework contains CLR(Common Language Runtime) and FCL(Framework Class Library) using which it produces the platform independent codes.


Which Software to be installed for dot net framework?

The software you need to install for the .NET framework is the .NET framework.


What is Microsoft Intermediate Language (MSIL)?

The .NET Framework is shipped with compilers of all .NET programming languages to develop programs. There are separate compilers for the Visual Basic, C#, and Visual C++ programming languages in .NET Framework. Each .NET compiler produces an intermediate code after compiling the source code. The intermediate code is common for all languages and is understandable only to .NET environment. This intermediate code is known as MSIL.


What is net framework?

.net is framework is a runtime environment for running .net projects..


Who developed the DOTNET?

Microsoft started development on the .NET Framework in the late 1990s originally under the name of Next Generation Windows Services (NGWS). By late 2001 the first beta versions of .NET 1.0 were released.[1] The first version of .NET Framework was released on 13 February 2002, bringing managed code to Windows NT 4.0, 98, 2000, ME and XP. Since the first version, Microsoft has released nine more upgrades for .NET Framework, seven of which have been released along with a new version of Visual Studio. Two of these upgrades, .NET Framework 2.0 and 4.0, have upgraded Common Language Runtime (CLR). New versions of .NET Framework replace older versions when the CLR version is the same. The .NET Framework family also includes two versions for mobile or Embedded device use. A reduced version of the framework, the .NET Compact Framework, is available on Windows CE platforms, including Windows Mobile devices such as smartphones. Additionally, the .NET Micro Framework is targeted at severely resource-constrained devices.


What is dotnet 35sp1?

Hi In order to run .Net programmed applications, you have to have .Net Framework installed in your computer. It depends that the programmer programmed with which version of .Net? .Net Framework's versions are: .Net Framework 1.0 .Net Framework 2.0 .Net Framework 3.0 .Net Framework 3.5 .Net Framework 3.5 Service Pack 1 (SP1) .Net Framework 4.0 Usually, a .Net programmer has all of these .Net versions installed in his computer. But, as a client you have to have the .Net version that your programmed is coded by. Usually, the programmer makes the application installation file equipped with.Net Framework, so it installs on your computer and you don't have to do anything more.