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 1 of 2.

Venky said:   1 decade ago
Please explain me this answer.

Surekha kulkarni. said:   1 decade ago
. NET Framework is consistent & simplied programming model that helps a developer to easily build a robust application.

Shel said:   1 decade ago
Is .net not provide window and web based programming model? Why?

Mehul said:   1 decade ago
Why option 4 is not true?

Gajanan Waghode said:   1 decade ago
NET Framework provides a comprehensive and consistent programming model for building applications. Not different programming models.

Abhi said:   1 decade ago
Dot net framework supports oops then why option A is not correct?

Let said:   1 decade ago
Here the main goal of .NET framework is to make it easier to develop applications that run over Internet.

Premalatha said:   1 decade ago
Which project template you should use to create a login control that can be reused by other application.

Sonali pawar said:   1 decade ago
.Net framework is platform independent it provide platform to 73 languages. And provide environment to that languages to run, compile.

Ganesh said:   1 decade ago
Event driven programming is used in windows application but the windows device driver does not gui for working.


Post your comments here:

Your comments will be displayed after verification.