What is Meta Data? Explain Types of Assemblies
Answer Posted / sachinkunal
Assemblies are a fundamental part of programming with .net framework,it contains the code that commont language runtime executes
Types:-
1.Private assembly
2.shared assembly
3.sattelite
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between imperative and interrogative code?
What does cli do?
What is machine.config in .net?
What is the purpose of enumerable class in .net?
How do you turn off cookies for one page in your site? Give an example.
Is .net an object oriented language? What are their components?
How do you view the methods and members of a dll?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
Explain about .net assemblies?
Do you know what is the difference between an abstract class and an interface?
What is web.config in .net?
Explain how do assemblies find each other?
Explain the top .net class that everything is derived from?
What is the difference between a class and an object, and how do these terms relate to each other?