What is Meta Data? Explain Types of Assemblies
Answers were Sorted based on User's Feedback
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 |
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 |
why do you want to join deloitte, where do you exactly fit in.
Explain what are the deferred execution and the immediate execution in linq?
What is new in .net core?
What is a formatter?
What is an assembly? What are the different types of assemblies?
What is the concept of inheritance in .net?
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
Which Namespace is used to to achieve MultiThreading in .NET?
What is Code group in .Net with respect to CAS
What is .net core used for?
What are the main components in .net?
Give an example for setter/ write-only methods