Which of the following is not an objective of .NET Framework?
- To provide a consistent object-oriented programming environment whether object code is stored and executed locally, executed locally but Internet-distributed, or executed remotely.
- To provide a code-execution environment that minimizes software deployment and versioning conflicts.
- To provide a code-execution environment that promotes safe execution of code, including code created by an unknown or semi-trusted third party.
- To provide a code-execution environment that eliminates the performance problems of scripted or interpreted environments.
- None of these
You cannot use .NET Framework to develop
- Console applications.
- Windows GUI applications (Windows Forms).
- ASP.NET applications.
- Applets.
No comments:
Post a Comment