Sie sind auf Seite 1von 3

1) How does assembly versioning in .NET prevent DLL Hell? 1. 2. 3. 4.

The runtime checks to see that only one version of an assembly is on the machine at any one time. .NET allows assemblies to specify the name AND the version of any assemblies they need to run. The compiler offers compile time checking for backward compatibility. It doesn.t.

2) What is a satellite Assembly? 1. 2. 3. 4. A peripheral assembly designed to monitor permissions requests from an application. Any DLL file used by an EXE file. An assembly containing localized resources for another assembly. An assembly designed to alter the appearance or .skin. of an application.

3) Localization is the process of identifying all localizable resources in an application. a) True b) False 4) Which of the following Components does not supports Asychronous methods? 1. Picture Box Control 2. Sound Player Control 3. Background Worker Component 4. Process Control 5. Sound Player Control 5) The CLR differentiates assemblies based on assembly name a) True b) False 6) Format of a Configuration File. Which of the following is correct? 1. <configuration> <runtime> <assemblyBinding xmlns=urn:schemas-microsoft-com:asm.vl> <probing privatePath=Stringer/> <publisherPolicy apply=no/> <dependentAssembly> <assemblyIdentity name=Reverser publicKeyToken=0038acc8beadfle5 culture=/> <publisherPolicy apply=no/> </dependentAssembly> </assemblyBinding> </runtime> </configuration> 2. <configuration> <runtime> <assemblyBinding xmlns=urn:schemas-microsoft-com:asm.vl> <probing privatePath=Stringer/> <dependentAssembly> <assemblyIdentity name=Reverser publicKeyToken=0038acc8beadfle5 culture=/> <publisherPolicy apply=no/> </dependentAssembly>

</assemblyBinding> </runtime> </configuration> 3. <configuration> <runtime> <assemblyBinding xmlns=urn:schemas-microsoft-com:asm.vl> <probing privatePath=Stringer/> <publisherPolicy apply=no/> <dependentAssembly> <assemblyIdentity name=Reverser publicKeyToken=0038acc8beadfle5 culture=/> <publisherPolicy apply=no/> </dependentAssembly> </runtime> </configuration> 4. <configuration> <runtime> <assemblyBinding xmlns=urn:schemas-microsoft-com:asm.vl> <probing privatePath=Stringer/> <publisherPolicy apply=no> <dependentAssembly> <assemblyIdentity name=Reverser publicKeyToken=0038acc8beadfle5 culture=/> <publisherPolicy apply=no/> </dependentAssembly> </assemblyBinding> </runtime> </configuration> 7. What is mean by Code Access Security? 8. Which of the following is correct? 1. To create an instance of the GenericPrincipal object, you need to initialize it with the Generic Identity Object. 2. Principal Object contains the information for the role of a user. a. Statement A is True, B is false. b. Statement B is True, A is False. c. Both the statements are true. d. Both the statements are false. 9. What is the use of System Folder in file system editor? 10. Which window allows to view the resources of the servers, such as services, processes and the event log? 11 SelectionIndexevent is used to perform some action when a user changes a selection. A.true b.false. 12.which of the following is not an enumerator constant for performing drag and drop operations? a. copy b. move c. scroll d. single 13.The default value of the SelectionMode property of the list box control is? a. none b. one. C.MultiSimple d. MultiExtended.

14. Which method is used to display the error message in error provider control? 15. The classes from the COMMONDIALOG class override the showdialog() method to create a specific dialog box. a. true b.false 16. garbage collection in brief. 17. Which property is used to hold the name of the opened child forms with the check mark against the name of the active child form? 18.What is use of tooltip property?Example. 19.Which namespace is used for printingpermission class ? 20.Which model is used for developer to create connection without writing code? 21.Can load event is possible in crystal report? A.yes b.no 22.Name the section of crystal report which display the actual values in the report? a. report footer b. report header c. page header d. details. 23.what is UTF? 24. what are satellite assemblies? 25.which command is used to convert a resource file from the text format to binary format?

Das könnte Ihnen auch gefallen