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.

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)

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.

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.

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

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

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

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.

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

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


Post your comments here:

Your comments will be displayed after verification.