Module 1: Introduction to Visual Studio - Quiz

  • AA Visual Studio project.
  • BA collection of elements (metadata/source files) that represent a distributable software solution.
  • CA file used to deploy customizations to a production environment
  • AOnly metadata about the element
  • BOnly source code for the element
  • CMetadata and source code for the element
  • DMetadata and source code for the element and all related elements
  • ABy going to the View menu on the toolbar and selecting Model View
  • BBy right-clicking on the AOT node in the Application Explorer and selecting model view
  • CBy right-clicking any model and selecting model view
  • DBy navigating to the AX menu and selecting model view
  • ASource code
  • BMetadata
  • CBinaries
  • DApplication models
  • AWhen you save it
  • BWhen you shelve your changes
  • CWhen you check in your changes to source control.
  • DWhen you build it.
  • ACreate a new entity and copy all the properties from VendorInvoiceLineEntity.
  • BExtend VendorInvoiceLineEntity.
  • COverlayer your changes on the existing VendorInvoiceLineEntity.
  • DEdit VendorInvoiceLineEntity directly.