Interview questions

Assembly in .NET

Next question>>
Assembly in .NET   - April 1, 2009 at 17:30 PM by Rajmeet Ghai

Explain the concepts and capabilities of Assembly in .NET.

An assembly is a collection of files (dll’s, exe’s), group of resources that help in creating a logical unit of functionality. It forms the basic building block for deployment, reusability and security issues.

  • It provides a CLR environment.
  • It helps in maintaining security as it grants grant or denial of permissions.
  • When an application starts only assemblies the application initially calls must be present.
  • Assemblies can be either static or dynamic.
  • Assemblies help in resolving versioning issues.
Next question>>

Also read     

Object Serialization in .NET

Explain about Serialization in .NET. Explain binary serialization and XML serialization.
What is Formatters? Explain the binary formatter and the SOAP formatter.
Explain why Serialization.
Explain the components that comprise the binary serialization architecture......

.Net XML Web Service interview questions

What is XML Web Server? | Describe the Components that help locate and consume XML Web Service. | Describe the process of communication between Client and Web Service. | What are the components published while deploying of Web Service? | Describe .disco file. | Describe the step to be followed to access web service by client..........  

SOAP interview questions

What is SOAP? What is SOAP? Explain its purpose. Give examples where SOAP is used. What are Transport methods in SOAP? Explain the role of XML in SOAP..........

Net web service

What is .Net Web Service? What is SOAP? What is WSDL? What is UDDI? Why do we need Web Services? Explain in brief different distributed technologies. Web services vs. CORBA and DCOM. Advantages of Web Services.................

What is GAC in .NET?

When an application is shared amongst several other applications, the complete machine code is present the Global assembly cache............

Explain Boxing and Unboxing in .NET.

Boxing permits any value type to be implicitly converted to type object or to any interface type Implemented by value type.............

What is difference between Association, Aggregation and Inheritance relationships?

An Association is a relationship between similar objects or objects with common structures. .............

Similarities and difference between Class and structure in .NET

Both Class and Structures can have methods, variables and objects..............

What is Operator Overloading in .NET?

Operator overloading is the most evident example of Polymorphism. In operator overloading, an operator is ‘overloaded’.............

 
Latest placement tests
Latest links
 
Latest MCQs
» General awareness - Banking » ASP.NET » PL/SQL » Mechanical Engineering
» IAS Prelims GS » Java » Programming Language » Electrical Engineering
» English » C++ » Software Engineering » Electronic Engineering
» Quantitative Aptitude » Oracle » English » Finance
Home | About us | Sitemap | Contact us | We are hiring