Logo 
Search:

c programming Interview FAQs

Submit Interview FAQ
No Records Found!!!
Go Ahead and Post your Interview FAQ
Home » Interview FAQs » c programmingRSS Feeds
.Net Framework
Comments: 0

What does 'managed' mean in the .NET context?

The term 'managed' is the cause of much confusion. It is used in various places within .NET, meaning slightly different things.

Managed code: The .NET framework provides several core run-time services to the programs that run within it - for examp...
Posted By:Lily Brown      Posted On: Nov 29

.Net Framework
Comments: 0

What is the CLI? Is it the same as the CLR?

The CLI (Common Language Infrastructure) is the definiton of the fundamentals of the .NET framework - the Common Type System (CTS), metadata, the Virtual Execution Environment (VES) and its use of intermediate language (IL), and the support of multip...
Posted By:Ulfah Hashmi      Posted On: Oct 05

.Net Framework
Comments: 0

What is IL?

IL = Intermediate Language. Also known as MSIL (Microsoft Intermediate Language) or CIL (Common Intermediate Language). All .NET source code (of any language) is compiled to IL during development. The IL is then converted to machine code at the point...
Posted By:Adaulfo Fischer      Posted On: Aug 10

.Net Framework
Comments: 0

What tools can I use to develop .NET applications?

There are a number of tools, described here in ascending order of cost:

The .NET Framework SDK is free and includes command-line compilers for C++, C#, and VB.NET and various other utilities to aid development.
SharpDevelop is a free IDE for C# a...
Posted By:Coleman Smith      Posted On: Oct 31

.Net Framework
Comments: 0

Why did they call it .NET?

I don't know what they were thinking. They certainly weren't thinking of people using search tools. It's meaningless marketing nonsense.
Posted By:Benny Torres      Posted On: Nov 19

.Net Framework
Comments: 0

When was .NET announced?

Bill Gates delivered a keynote at Forum 2000, held June 22, 2000, outlining the .NET 'vision'. The July 2000 PDC had a number of sessions on .NET technology, and delegates were given CDs containing a pre-release version of the .NET framework/SDK and ...
Posted By:Rachel Barnes      Posted On: Sep 02

.Net Framework
Comments: 0

What does 'managed' mean in the .NET context?

The term 'managed' is the cause of much confusion. It is used in various places within .NET, meaning slightly different things.

Managed code: The .NET framework provides several core run-time services to the programs that run within it - for examp...
Posted By:Lily Brown      Posted On: Nov 29

.Net Framework
Comments: 0

What is the CLI? Is it the same as the CLR?

The CLI (Common Language Infrastructure) is the definiton of the fundamentals of the .NET framework - the Common Type System (CTS), metadata, the Virtual Execution Environment (VES) and its use of intermediate language (IL), and the support of multip...
Posted By:Ulfah Hashmi      Posted On: Oct 05

.Net Framework
Comments: 0

What is IL?

IL = Intermediate Language. Also known as MSIL (Microsoft Intermediate Language) or CIL (Common Intermediate Language). All .NET source code (of any language) is compiled to IL during development. The IL is then converted to machine code at the point...
Posted By:Adaulfo Fischer      Posted On: Aug 10

.Net Framework
Comments: 0

What tools can I use to develop .NET applications?

There are a number of tools, described here in ascending order of cost:

The .NET Framework SDK is free and includes command-line compilers for C++, C#, and VB.NET and various other utilities to aid development.
SharpDevelop is a free IDE for C# a...
Posted By:Coleman Smith      Posted On: Oct 31

.Net Framework
Comments: 0

Why did they call it .NET?

I don't know what they were thinking. They certainly weren't thinking of people using search tools. It's meaningless marketing nonsense.
Posted By:Benny Torres      Posted On: Nov 19

.Net Framework
Comments: 0

When was .NET announced?

Bill Gates delivered a keynote at Forum 2000, held June 22, 2000, outlining the .NET 'vision'. The July 2000 PDC had a number of sessions on .NET technology, and delegates were given CDs containing a pre-release version of the .NET framework/SDK and ...
Posted By:Rachel Barnes      Posted On: Sep 02

  56  57  58  59  60  61  62  63  64  65  66