Answer Posted / narendra
An assembly represents a group of resources,type
definitions,and implementation of those types.
An ASSembly is self describing .an assembly consists
metadata information, which is used by CLR for everything
from typechecking and security to actually invoking the
component methods.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
What is the advantage of .net core?
Explain soap and xml?
Which file is taken by compiler when we have both file Application and Server Configuration file?
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
Should I implement finalize on my class? Should I implement idisposable?
What are the advantages of .net core?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
What is operator overloading in .net?
Explain what do the terms “boxing” and “unboxing” mean?
What is the difference between server.transfer and response.redirect? Why?
How to convert a .NET object into COM operabililty?
What are code contracts?