Answer Posted / anand gopal makwa munger
Metadata refers to certain data structure Embedded within the CLR code that describe high level structure of code.it describe all the class and class member that are define in the assembly, and class and class member that the current assembly will call from another assembly.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How ASP.NET page works?
What is server infrastructure & server components?
What is asp.net futures?
What are the various types of cookies in asp.net?
What is the difference between equals() and == in c#?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
What is a session http?
What is mta?
Is sql backend or frontend?
Explain the features that make asp.net more used framework? : asp.net mvc
What is meant by web application?
What is difference between session and viewstate?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is xaml? Are xaml file compiled or built on runtime?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?