Microsoft .NET Fundamentals - 98-372 Exam Practice Test
A type-safe language prevents:
Correct Answer: C
Which file contains the required .NET settings for an ASP.NET web application?
Correct Answer: B
You need to retrieve an assembly's Version property. Which class should you use?
Correct Answer: C
You need to find out whether an application has access to delete files from the C:\Logs directory. Which code segment should you use?
Correct Answer: C
You create a class that uses unmanaged resources.
You need to ensure that users of the class can explicitly release resources when the
instance of the class is no longer required.
Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two.)
You need to ensure that users of the class can explicitly release resources when the
instance of the class is no longer required.
Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two.)
Correct Answer: B,D
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
What is an advantage of strongly typed code languages like .NET?
Correct Answer: D
In which file does a .NET Windows application store information that has been customized for a particular instance of the application?
Correct Answer: B
Which feature protects computers from running untrusted applications?
Correct Answer: C
You need to force the position of the cursor on the screen at (15, 10). Which code segment should you use?


Correct Answer: A