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
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
How will you load an assembly which is not referenced by current assembly?
why you wouldn't want to write into it even if you could
Explain what does managed mean in the .net context?
Please explain when should you use .net web forms over asp.net mvc?
Is .net core stable?
What is stored procedure ? how we use it in .NET ?
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?
What is assemblies in .net?
What is the difference between a debug and release build?
What is close method? How its different from finalize and dispose?
When a Static Constructor called in .NET?
Where does the gac exist ?
What is the difference between override and overload in a method?