C# Programming - .NET Framework - Discussion

Discussion Forum : .NET Framework - General Questions (Q.No. 20)
20.
Which of the following are parts of the .NET Framework?
  1. The Common Language Runtime (CLR)
  2. The Framework Class Libraries (FCL)
  3. Microsoft Published Web Services
  4. Applications deployed on IIS
  5. Mobile Applications
Only 1, 2, 3
Only 1, 2
Only 1, 2, 4
Only 4, 5
All of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
11 comments Page 1 of 2.

Anurag Trigun said:   1 decade ago
Common Language Runtime (CLR) is programming that manages the execution of programs written in any of several supported languages, allowing them to share common object-oriented class es written in any of the languages.

Naveen said:   1 decade ago
CLR is a Common Language Runtime. CLR is a heart of. Net framework, as th name suggest, clr is a runtime enviornment in which prog written in c#. It also supports cross -language interoperability.

Palkalai said:   1 decade ago
CLR means Common Language Runtime.

FCL means Framework Class Library it also called as BCL which means Base Class Library.

Rehaman said:   1 decade ago
Framework is nothing but combination of two things.

1. Baseclass library.

2. Clr (common language runtime).

Priyanshu said:   1 decade ago
CLR is a Common Language Runtime, It is a main part of .Net framework in c#.

Rose said:   1 decade ago
What is cross-language interoperability?

Vikas said:   1 decade ago
Is IIS is not a Part of .NET Framework?

Anoop saini said:   8 years ago
Execution environment.

Sekharreddy said:   1 decade ago
What is CLR, FCL?

Kk said:   10 months ago
Nice, Thanks all.


Post your comments here:

Your comments will be displayed after verification.