Dot Net Fundamentals Test
____ is a subset of the CTS.
__________ assembly can be used to deploy language-specific resources for an application.
__________ is used to generate the assembly from modules.
___________ class grants the permission to manipulate files located in the code assemblies, to code assemblies that match the membership condition.
___________ namespace is not defined in the base class library.
____________ class defines the set of information that constitutes input to security policy decisions in System.Security.Policy namespace.
_____________ helped overcome the DLL conflict (faced by the versions prior to .NET).
.Net assembly stores both data and IL code. A tool is available along with the .NET framework to view within the PE. Which of the following is that tool?
.NET components are accessed from COM via a?
.NET provides a distributed process framework. Which of the following technologies are used for similar function?
A hashtable is serialized by using:
A manifest includes the following data about the assembly
A standard Windows PE file is divided into a number of sections. Which of the following are not valid native image sections?
A user application-domain can be created:
An application can have any number of modules and files. Which of the following is used to link them together into a single assembly?
Application domains are created by runtime host and the runtime host include:
Application domains are created by:
Because .NET treats all languages as equal, a class written in C# should be equivalent to a class written in VB.NET, and an interface defined in Managed C++ should be exactly the same as one that i...
C# has a keyword called int. Which .NET type does this map to?
Code Manager is a the part of:
Compilers of CLS compliant language generate:
Consider the following two statements and choose the most appropriate option: Statement 1: Value types are allocated on a stack Statement 2: Reference types are allocated on a managed CLR Heap
Consider the method given below: void GC.Collect(Int32 Generation) Which of the following statements would be correct, if you pass 2 as argument (in the above method)?
Delay signing allows a shared assembly to be signed with:
Dot Net Framework consists of :
For MSIL code to be executed in PE file, it is necessary to have:
How does CLR allow multiple applications to be run in a single process?
How many application domains can exist inside a Win32 process?
How many bits does the int datatype use in .NET?
How many classes can a single .NET DLL contain?
How will you prevent concurrent access to your data?
How will you use the thread pool?
In .NET framework, Reflection is used to:
In .NET framework, what are the options available for packaging?
In which file can you define the "Process Model" attribute?
In.NET generics, the type parameter:
Lapsed listener problem:
Microsoft .NET supports value types for performance reasons, but everything in .NET is ultimately an object. Value types are allocated on the stack by default, but they can always be converted into...
Since .NET assemblies contain IL code, your proprietary algorithms can be seen by anyone. Which of the following tools protects your intellectual properties?
The _________________ methods are primarily meant for COM Interoperability use.
The .NET framework comes with a few CLR hosts. Which of the following is a CLR host?
The code written to target common language runtime services is called :
The global assembly cache:
The IL to native code compilation is done by:
The primary building block of the .NET framework is
The Process of automatic memory management involves the following tasks:
The runtime is started automatically by ______________ when the .exe is run.
The XML web services of .NET framework are built on :
What are the core components of .NET framework data provider model?
What does Managed Data refer to?
What happens when enough memory is not available to be allocated to an object?
What is the command "caspol -lg" used for?
When are AssemblyHash values used?
Where is the application domain created?
Where is the Shared assembly generally stored?
Which base class do all web forms inherit from?
Which of the following are correct about delegates?
Which of the following are included in a Static assembly?
Which of the following are public methods of System.Object?
Which of the following are the main goals behind ADO .NET?
Which of the following are used in combination to create the identity of an assembly?
Which of the following can not be used with files?
Which of the following can you use to resolve assemblies, types, and resources?
which of the following class Serializes and deserializes an object, or an entire graph of connected objects?
Which of the following code is not 'managed' by default in .NET framework?
Which of the following does not use metadata?
Which of the following files is used to implement application and session level events?
Which of the following functionalities does System.Diagnostics class provide?
Which of the following helps Assemblies become self describing?:
Which of the following helps expose COM components to the .NET framework?
Which of the following is a must for a private assembly?
Which of the following is correct for CTS?
Which of the following is correct for value and reference types in .NET?
Which of the following is incorrect about Structures?
Which of the following is not a feature of .NET 2.0?
Which of the following is not a member of the Exception class?
Which of the following is not a valid inheritance_mode?
Which of the following is not correct about parameter arrays?
Which of the following is not correct with regard to shared assembly?
Which of the following is used as a Serializer for the web services?
Which of the following is used to do garbage collection?
Which of the following is used to notify all waiting threads of a change in the object's state?
Which of the following is valid and is included in the type definition?
Which of the following manages the code during execution?
Which of the following methods are used to stop a thread?
Which of the following protocols can be used for .Net Remoting?
Which of the following protocols can be used for ASP.Net Web Services?
Which of the following run In-Process?
Which of the following services are provided by CLR?
Which of the following should you use to serialize instances of a class?
Which of the following statements is correct with regard to .NET framework managed web pages?
Which of the following statements is correct with regard to Windows process memory allocation?
Which of the following statements is correct?
Which of the following statements is correct. (a)A Try block must include Catch or Finally sections. (b)Using an empty Finally section is illegal.
Which of the following statements is not correct with regard to .NET assemblies?
Which of the following statements is true?
Which of the following tools assists Assembly Signing?
Which of the following tools can be used to configure assemblies located in the GAC?
Which of the following tools can be used to get the metadata information about the assembly and view IL code?
Which of the following tools can be used to modify and grant permissions to code groups?
Which of the options is being referred to in the following statement: "All incoming requests are processed by a single server object"
Which of these are runtime hosts in .Net Framework?
Which of these Assemblies is used for doing Localization?
Which of these classes are used for loading an assembly into an application domain?
Which of these files is used for debugging an application?
Which of these is used to allow managed code to interoperate with unmanaged code?
Which Portable Executable (PE) file does not contain the assembly manifest?
Which tool can you use to register managed types with the Windows registry?
Which transport protocol is generally used to call an ASP.NET Web Service?
Which transport protocol is used to call a Web Service?
Which type of parameter is passed in subroutines by default?
Why doesn't .Net runtime offer deterministic destruction?
Xcopy method is not sufficient for deployment:
You assigned the version number - 5.3.1.0 to your assembly. The four digits stand for:
You can create the remote application domain using: