What is Meta Data? Explain Types of Assemblies

Answers were Sorted based on User's Feedback



What is Meta Data? Explain Types of Assemblies..

Answer / anand

data about data is called metadata.there are mainely two types of assemlies (1)public
(2) private

Is This Answer Correct ?    10 Yes 2 No

What is Meta Data? Explain Types of Assemblies..

Answer / 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

More Dot Net General Interview Questions

why do you want to join deloitte, where do you exactly fit in.

1 Answers   Deloitte,


Explain what are the deferred execution and the immediate execution in linq?

0 Answers  


What is new in .net core?

0 Answers  


What is a formatter?

2 Answers   Infosys, TCS,


What is an assembly? What are the different types of assemblies?

0 Answers  


What is the concept of inheritance in .net?

0 Answers  


DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12

3 Answers  


Which Namespace is used to to achieve MultiThreading in .NET?

0 Answers  


What is Code group in .Net with respect to CAS

0 Answers  


What is .net core used for?

0 Answers  


What are the main components in .net?

0 Answers  


Give an example for setter/ write-only methods

1 Answers  


Categories