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 |
Explain the process of serialization in .NET?
Tell us why do we use the “using” statement?
Explain what are the deferred execution and the immediate execution in linq?
where are connection strings stored?
What are the similarities and difference between class and structure in .net?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
How do you pass value of a text box from page1.aspx to page2.aspx without storing it as a session value?
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
Difference b/w dataset.clone and dataset.copy ?
How does linq work?
How will you register com+ services?
Can you configure a .NET Remoting object via XML file?