Microsoft .NET Fundamentals - 98-372 FREE EXAM DUMPS QUESTIONS & ANSWERS
You need to be able to install and uninstall an assembly from the Global Assembly Cache (GAC).
Which tool should you use?
Which tool should you use?
Correct Answer: D
Vote an answer
You need to ensure that your console application can process each key as it is pressed.
Which method should you use?
Which method should you use?
Correct Answer: D
Vote an answer
Which file contains the required .NET settings for an ASP.NET web application?
Correct Answer: B
Vote an answer
Which feature is automatically handled in managed code but must be explicitly handled in unmanaged code?
Correct Answer: B
Vote an answer
Which is the build number of a Version object instantiated by using the following code fragment?
Dim v As New Version (2, 4, 6, 8)
Dim v As New Version (2, 4, 6, 8)
Correct Answer: A
Vote an answer
Which should you use to call a class written in C# from a program written in Microsoft Visual Basic .NET?
Correct Answer: D
Vote an answer
You need to create a DLL that contains classes that can be reused in other projects.
Which type of Microsoft Visual Studio project should you use?
Which type of Microsoft Visual Studio project should you use?
Correct Answer: D
Vote an answer