Which security policy level applies to all managed code on the computer?
Which security policy level applies to all managed code on the computer?
Which code segment should you use?
You need to create an access rule that allows a user named UserA in MyDomain to read the contents
of the Log.txt file. Which code segment should you use?
Which type of exception will be thrown?
Your application requests FileIOPermission to open a file. The permission is denied. Which type of
exception will be thrown?
What is NewProductEventHandler in the event declaration?
An event declaration is shown in the following code segment. Public event
NewProduccEventHandlerNewProduct;
What is NewProductEventHandler in the event declaration?
Which two types of actions can trigger an event?
Which two types of actions can trigger an event? (Each correct answer presents a complete solution.
Choose two.)
Which code segment should you use?
You need to handle only SqlException exceptions. You also need to ensure that any other exception
flows back to the calling code. Which code segment should you use?
Which code segment should you use?
You write a method named DoWork. You need to log all exceptions that occur inside DoWork. You
also need to ensure that all exceptions are raised to the calling code. Which code segment should
you use?
Connection strings in the web.config file are:
Connection strings in the web.config file are:
which file does a .NET Windows application store information that has been customized for a particular instanc
In which file does a .NET Windows application store information that has been customized for a
particular instance of the application?
Which code segment should you use?
You need to force the position of the cursor on the screen at (15, 10). Which code segment should
you use?