When you delay sign a .NET assembly, the assembly will include:
When you delay sign a .NET assembly, the assembly will include:
Which two actions are performed by the .NET Version class?
Which two actions are performed by the .NET Version class? (Choose two.)
Which class should you use to perform a search of an XML document?
Which class should you use to perform a search of an XML document?
Which code fragment will set the value of EmployeeId to A23?
You load an XML document named doc1 that has an attribute named EmployeeId. Which code
fragment will set the value of EmployeeId to A23?
Which code segment should you use to raise MyCustomException?
You create a custom exception class named MyCustomException that is derived from
ApplicationException. Which code segment should you use to raise MyCustomException?
Custom event delegates are used to:
Custom event delegates are used to:
An event is a/an:
An event is a/an:
Which tool should you use?
You want to encrypt the connection string stored in the web.config file. Which tool should you use?
Which namespace should you reference while using the StreamWriter class?
Which namespace should you reference while using the StreamWriter class?
Which type of collection should you use?
You want to use a collection to store Order items. The collection must be thread-safe and must
provide access to the items in a last-in-first-out sequence. Which type of collection should you use?