Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C# Programming
»
.NET Framework
Which of the following assemblies can be stored in Global Assembly Cache?
Private Assemblies
Friend Assemblies
Shared Assemblies
Public Assemblies
Protected Assemblies
Correct Answer:
Shared Assemblies
Next Question→
More Questions from
.NET Framework
Which of the following statements correctly define .NET Framework?
Which of the following statements is correct about Managed Code?
Which of the following are parts of the .NET Framework? The Common Language Runtime (CLR) The Framework Class Libraries (FCL) Microsoft Published Web Services Applications deployed on IIS Mobile Applications
Which of the following .NET components can be used to remove unused references from the managed heap?
Which of the following statements are correct about JIT? JIT compiler compiles instructions into machine code at run time. The code compiler by the JIT compiler runs under CLR. The instructions compiled by JIT compilers are written in native code. The instructions compiled by JIT compilers are written in Intermediate Language (IL) code. The method is JIT compiled even if it is not called
Which of the following jobs are done by Common Language Runtime? It provides core services such as memory management, thread management, and remoting. It enforces strict type safety. It provides Code Access Security. It provides Garbage Collection Services.
Which of the following benefits do we get on running managed code under CLR? Type safety of the code running under CLR is assured. It is ensured that an application would not access the memory that it is not authorized to access. It launches separate process for every application running under it. The resources are Garbage collected.
Which of the following statements is correct about the .NET Framework?
Which of the following are NOT true about .NET Framework? It provides a consistent object-oriented programming environment whether object code is stored and executed locally, executed locally but Internet-distributed, or executed remotely. It provides a code-execution environment that minimizes software deployment and versioning conflicts. It provides a code-execution environment that promotes safe execution of code, including code created by an unknown or semi-trusted third party. It provides different programming models for Windows-based applications and Web-based applications. It provides an event driven programming model for building Windows Device Drivers.
Which of the following is the root of the .NET type hierarchy?
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments