Wednesday, February 19, 2014

C# - கேள்வி பதில் பகுதி - 6

Q 51. Which property of the Process class returns the name of the computer on which the process is running?
A. MachineName property

Q 52. Which method of the CodeGroup class will determine the policy for the code group based on the specified evidence?
A. Resolve method

Q 53. Which two values of the ConfiguratinoUserLevel enumeration indicate a user-specific configuration?
A. PerUserRoaming and PerUserRomaingAndLocal values.

Q 54. When should you use a queue?
A. When organizing elements according to the First In, First Out (FIFO) method

Q 55. Which attribute should you apply to a parameter or return type to force marshalling into a specific COM data type?
A. MarshalAs attribute

Q 56. Which method should you place a core code in a Windows Service?
A. OnStart

Q 57. Which interface should you implement to enable sorting a class?
A. IComparable

Q 56. Which command line tool allows users to modify security permissions, permission sets and code groups for an assembly?
A. Caspol.exe tool

Q 58. Which method is used to run a thread?
A. Start

Q 59.Which permission class controls access to managed types at runtime?
A. The ReflectionPermission class

Q 60. Which property of the IPrincipal interface should you use to retrieve the underlying identity?
A. Identity

No comments:

Post a Comment