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?
Which feature of .NET languages allows you to create one method that will accept different data types on each
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 code segment should you use to define a method named LoadData that overrides the method in the MasterDat
A .NET application requires:
A .NET application requires:
What should you do?
You create an unmanaged object and use the object. You no longer need the object. What should
you do?