最新的Microsoft .NET Fundamentals - 098-372免費考試真題
What is the purpose of the app.config file?
正確答案: B
Which format is the correct version for a .NET application?
正確答案: D
You want to substitute values in a string that is displayed on the console.
Which code fragment will display "Hello, World"?
Which code fragment will display "Hello, World"?
正確答案: A
Value type variables are stored in the:
正確答案: C
What is the purpose of strong naming?
正確答案: B
You want to write log files to a user's My Documents folder.
Which class should you use to locate the My Documents folder?
Which class should you use to locate the My Documents folder?
正確答案: C
You need to encrypt data by using a public key and a private key.
Which .NET class should you use?
Which .NET class should you use?
正確答案: A
You create a class library named Contoso.Business. The library is used in a Windows application named Contoso.Ui.
In which file should you store application configuration settings during deployment?
In which file should you store application configuration settings during deployment?
正確答案: A
Where are the command line arguments stored for a console application?
正確答案: A
You write code that reads a file from the disk.
Which exception will catch an error if the file is missing?
Which exception will catch an error if the file is missing?
正確答案: D