C# Programming - .NET Framework - Discussion

Discussion Forum : .NET Framework - General Questions (Q.No. 5)
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.
Discussion:
17 comments Page 2 of 2.

AMIRTHA said:   1 decade ago
Please help me correct explanation for answer.

Kousik Das said:   1 decade ago
Why option C is not correct?

Inathi Gqola said:   1 decade ago
I got a little confused by this one.
(1)

Manohar said:   10 years ago
Above answer is wrong please check it once and reply to me.

C. It provides a code-execution environment that promotes safe execution of code, including code created by an unknown or semi-trusted third party.

D. It provides an event driven programming model for building Windows Device Drivers.

Veera said:   9 years ago
Please clearly explain the answer.

Aditya said:   9 years ago
According to my point;

1. Consistent, object orient programming this part I did not understand. Its follows oops concept that much I know.

2. It provides code execution environment. I don't get this part, (.Net) framework works in this part I know.

3. It also true since if I use .Net framework then I will be the unknown source. N third party apps can use. Net framework too.

4. Seems true to me because .Net can provide web page, windows form, HTML, SQL server.

5. About driver is not true for sure.
(1)

Seema said:   9 years ago
What is exact answer for this question? Please tell me.


Post your comments here:

Your comments will be displayed after verification.