You create a class that does not explicitly inherit from any base class.
Which is the implied base type of the class?
Answer : C
A base class named MasterData is defined according to the following code segment.
Answer : D
.NET managed code compiles into:
Answer : B
In the Common Language Runtime (CLR), what information is used to make decisions on security policy?
Answer : B
Explanation: TheEvidenceclassdefines the set of information that constitutes input to security policy decisions.
Note:Common forms of evidence include signatures and location of origin of code, but can potentially be anything. Objects of any type that are recognized by security policy represent evidence.
Which core technology allows interoperability between Microsoft Visual Basic .NET code and C# code?
Answer : C
Which tool should you use to view the minimal, optional, and refused permission sets requested by an assembly?
Answer : D
Which programming languages can be managed, unmanaged, or both? (To answer, drag the appropriate option or options to the correct location or locations in the answer area. An option may be moved to more than one location, and some options may not be moved at all.)
Answer :
Explanation:
You create a custom exception class named MyCustomException that is derived from
ApplicationException.
Which code segment should you use to raise MyCustomException?
Answer : B
In .NET, the automatic memory management system enables:
Answer : A
You create an ArrayList object.
You need to ensure that only objects of the System.DateTime type can be added to the collection.
What should you do?
Answer : C
What is an advantage of strongly typed code languages like .NET?
Answer : C
An event is a/an:
Answer : B
Which describes the effect of applying the protected accessibility modifier to a method?
Answer : A
Which method will be called when a FileStream is collected by the garbage collector?
Answer : C
What data is stored on the heap?
Answer : A
Have any questions or issues ? Please dont hesitate to contact us