C# Programming - .NET Framework

Why should I learn to solve C# Programming questions and answers section on ".NET Framework"?

Learn and practise solving C# Programming questions and answers section on ".NET Framework" to enhance your skills so that you can clear interviews, competitive examinations, and various entrance tests (CAT, GATE, GRE, MAT, bank exams, railway exams, etc.) with full confidence.

Where can I get the C# Programming questions and answers section on ".NET Framework"?

IndiaBIX provides you with numerous C# Programming questions and answers based on ".NET Framework" along with fully solved examples and detailed explanations that will be easy to understand.

Where can I get the C# Programming section on ".NET Framework" MCQ-type interview questions and answers (objective type, multiple choice)?

Here you can find multiple-choice C# Programming questions and answers based on ".NET Framework" for your placement interviews and competitive exams. Objective-type and true-or-false-type questions are given too.

How do I download the C# Programming questions and answers section on ".NET Framework" in PDF format?

You can download the C# Programming quiz questions and answers section on ".NET Framework" as PDF files or eBooks.

How do I solve C# Programming quiz problems based on ".NET Framework"?

You can easily solve C# Programming quiz problems based on ".NET Framework" by practising the given exercises, including shortcuts and tricks.

Exercise : .NET Framework - General Questions
  • .NET Framework - General Questions
1.
Which of the following statements are TRUE about the .NET CLR?
  1. It provides a language-neutral development & execution environment.
  2. It ensures that an application would not be able to access memory that it is not authorized to access.
  3. It provides services to run "managed" applications.
  4. The resources are garbage collected.
  5. It provides services to run "unmanaged" applications.
Only 1 and 2
Only 1, 2 and 4
1, 2, 3, 4
Only 4 and 5
Only 3 and 4
Answer: Option
Explanation:
No answer description is available. Let's discuss.

2.
Which of the following are valid .NET CLR JIT performance counters?
  1. Total memory used for JIT compilation
  2. Average memory used for JIT compilation
  3. Number of methods that failed to compile with the standard JIT
  4. Percentage of processor time spent performing JIT compilation
  5. Percentage of memory currently dedicated for JIT compilation
1, 5
3, 4
1, 2
4, 5
Answer: Option
Explanation:
No answer description is available. Let's discuss.

3.
Which of the following statements is correct about Managed Code?
Managed code is the code that is compiled by the JIT compilers.
Managed code is the code where resources are Garbage Collected.
Managed code is the code that runs on top of Windows.
Managed code is the code that is written to target the services of the CLR.
Managed code is the code that can run on top of Linux.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

4.
Which of the following utilities can be used to compile managed assemblies into processor-specific native code?
gacutil
ngen
sn
dumpbin
ildasm
Answer: Option
Explanation:
No answer description is available. Let's discuss.

5.
Which of the following are NOT true about .NET Framework?
  1. It provides a consistent object-oriented programming environment whether object code is stored and executed locally, executed locally but Internet-distributed, or executed remotely.
  2. It provides a code-execution environment that minimizes software deployment and versioning conflicts.
  3. It provides a code-execution environment that promotes safe execution of code, including code created by an unknown or semi-trusted third party.
  4. It provides different programming models for Windows-based applications and Web-based applications.
  5. It provides an event driven programming model for building Windows Device Drivers.
1, 2
2, 4
4, 5
1, 2, 4
Answer: Option
Explanation:
No answer description is available. Let's discuss.