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.

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

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

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

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

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

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

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


Post your comments here:

Your comments will be displayed after verification.