FeedBack Form

Your Name :
Your Email :
Your Location :
Your Message :
   
FeedBack

VB.NET INTERVIEW QUESTION & ANSWERS

6. What are the contents of assembly?
 
    A static assembly can consist of four elements :
  • manifest
  • metadata
  • MSIL code
  • resources.
  Posted by sadoo. (Dec 16, 2014)
 

low acttivity, management acctivity

Your Name Your Email-ID
Your Answer
 
7. What are the different types of assemblies?
 
    Assemblies are of two types, private and shared assemblies.
  • A private assembly is used by the clients of the same application directory structure as the assembly.
  • A shared assembly is stored in the global assembly cache (GAC), which is a repository of assemblies maintained by the runtime. A shared assembly can be referenced by more than one application.
Your Name Your Email-ID
Your Answer
 
8. Which namespace is the base class for .net Class library?
  System.object
Your Name Your Email-ID
Your Answer
 
9. What are the satellite assemblies?
  In a multilingual or multi-cultural application, the localized assemblies, which contain language specific instructions that modify the core application, are kept separately and they are called satellite assemblies.
Your Name Your Email-ID
Your Answer
 
10. What are the namespace available in .net?
 
    Namespace is a logical grouping of class.
  • System
  • System.Data
  • System.IO
  • System.Drawing
  • System.Windows.Forms
  • System.Threading
Your Name Your Email-ID
Your Answer