Microsoft .NET Fundamentals - 98-372무료 덤프문제 풀어보기
You use code from different companies.
You need to avoid naming conflicts within your code.
What should you do?
You need to avoid naming conflicts within your code.
What should you do?
정답: A
You want to create a method that can accept any data type as arguments.
Which feature of .NET languages allows you to create one method that will accept different data types on each call to the method?
Which feature of .NET languages allows you to create one method that will accept different data types on each call to the method?
정답: A
Where is dynamic memory allocated?
정답: C
Which namespace should you reference while using the StreamWriter class?
정답: D
In which file does a .NET Windows application store information that has been customized for a particular instance of the application?
정답: D
You create a class that does not explicitly inherit from any base class.
Which is the implied base type of the class?
Which is the implied base type of the class?
정답: D
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?
정답: C
You want to encrypt the connection string stored in the web.config file.
Which tool should you use?
Which tool should you use?
정답: D