The SecureString class:
The SecureString class:
Which two methods can you use to load an assembly?
Which two methods can you use to load an assembly? (Each correct answer presents a complete
solution. Choose two.)
What is the purpose of strong naming?
What is the purpose of strong naming?
Which standard allows data types to be interchanged among all Common Language Infrastructure (CLI) programming
Which standard allows data types to be interchanged among all Common Language Infrastructure
(CLI) programming languages?
Which class should you use?
You need to retrieve an assembly’s Version property. Which class should you use?
Which permission should you use to open the file?
You have created a program that writes status updates into a file. You want to modify the file. You
need to ensure that other users can view the file while it is being modified. Which permission should
you use to open the file?
Which two classes in the .NET Framework allow you to delete a file?
Which two classes in the .NET Framework allow you to delete a file? (Each correct answer presents a
complete solution. Choose two.)
Which code fragment will display "Hello, World"?
You want to substitute values in a string that is displayed on the console. Which code fragment will
display “Hello, World”?
Where are the command line arguments stored for a console application?
Where are the command line arguments stored for a console application?
Which two actions should you perform?
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.)