Choose a topic to test your knowledge and improve your .NET Micro Framework skills
Which of the following is not a feature of .NET 2.0?
___________ namespace is not defined in the base class library.
Since .NET assemblies contain IL code, your proprietary algorithms can be seen by anyone. Which of the following tools protects your intellectual properties?
For MSIL code to be executed in PE file, it is necessary to have:
------assembly can be used to deploy language-specific resources for an application.
Which of the following can you use to resolve assemblies, types, and resources?
https://quizack.com/net/mcq/net-components-are-accessed-from-com-via-a#:~:text=ADVERTISEMENT-,.NET%20components%20are%20accessed%20from%20COM%20via%20a%3F,-RCW
How will you prevent concurrent access to your data?
Which of the following is correct for CTS?
Delay signing allows a shared assembly to be signed with:
What happens when enough memory is not available to be allocated to an object?
You can create the remote application domain using:
Which base class do all web forms inherit from?
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 a heap-based, reference-type object. What is this conversion called?
A hashtable is serialized by using:
The .NET framework comes with a few CLR hosts. Which of the following is a CLR host?
Which of the following is used to do garbage collection?
Soapsuds.exe Lldasm.exe CASPol.exe Mscorcfg.msc SN.exe
Which of the following is not a valid inheritance_mode?
In .NET framework, Reflection is used to:
Which of the following statements is not correct with regard to .NET assemblies?
Which of the following statements is correct with regard to Windows process memory allocation?
The code written to target common language runtime services is called :
Which of the following should you use to serialize instances of a class?
What are the core components of .NET framework data provider model?
Which of the following can not be used with files?
___________ class defines the set of information that constitutes input to security policy decisions in System.Security.Policy namespace.
A subset of the Common Type System(CTS) is define by the rules of _________.
Which of the following can be the entry point of an assembly in Common Language Runtime (CLR)?
Which of the following code is not 'managed' by default in .NET framework?
Which of the following are the main design goals behind ADO.NET?
Xcopy method is not sufficient for deployment:
Which of the following namespace are defined in the base class library.
Application domains are created by runtime host and the runtime host include:
Which of the following does not constitute the benefits of CLR?-