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 |
How to customize the trace output?
What are good ADO.NET object(s) to replace the ADO Recordset object.
How is .net able to support multiple languages?
Explain security measures exist for .net remoting in system.runtime.remoting?
Explain me what is a design pattern and what is it for?
What exactly is being serialized when you perform serialization in .net?
Why do we use the “using” statement?
What is the difference between .net 2000 and .net 2005(features)? Which one is better?
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
is c#.net supports multiple inheritance?
What is lazy initialization?
What are an object and a class?