L. P. with Microsoft C# - Level 5-Quiz-3

  1. COM versioning requires significant effort on the part of the developer, however, multiple versions can't run side by side.
  2. Every .NET binary is self-describing. On the deployment side there is no need to go through the Windows registry.
  3. A(n) Assembly  is a collection of all the types and resources that are needed to make a particular unit of an application work.
  4. the following are parts of an assembly:
    1. Metadata
    2. Manifest
    3. Resources
  5. Single assemblies are distributed as a single binary. Single assemblies contain a set of manifests.
  6. You are in the process of creating an assembly. You can specify the Type and name of the assembly that you are creating at Project properties.
  7. You have created an assembly and you are now ready to reference it. Project menus gives you the option to add a reference.
  8. You are in the process of creating an assembly. Class library assembly type choices will create a DLL.
  9. You have just finished creating an assembly. You are now ready to generate that assembly. Select build is the first step in this process.
  10. After building an assembly you want to check to see if it was actually generated. Debug folders is the default location for a newly generated assembly.
  11. Object browser dialogs will allow you to explore the constructors and members of a class.
  12. If you use the Using keyword with a namespace, you do not need to specifically spell out the fully qualified name of every type that you use in that namespace.
Permalink | Comments (0) | Hits: 1270 | Time: 23:42:48
Learning Programming with Microsoft C# - Level 5-3.2
Learning Programming with Microsoft C# - Level 5-4.1
All Comments

 No Data Now...

Post Your Comment
^ ^

Top