Welcome, Guest Ohm namah shivoy
www.faqpanel.com
Home | ASP.Net | C-Sharp | Winforms | MS SQL | AJAX | XML | .Net Training*** | Search
Invite friends 
Extras 
VS Tips & Tricks
Top 10 .Net Tools
Special folders in ASP.Net
VS Find Combobox
 ASP.Net Interview Questions and Answers
What is an assembly manifest in ASP.Net?
An assembly manifest is metadata inside an assembly that describes everything there is to know about the assembly and its contents. The manifest contains:

1. Strong Name - The assembly name, version, culture, optional processor architecture, and public key (for shared assemblies)
2. File Contents - Name and hash of all files in the assembly
3. Type List - Types defined in the assembly, including public types that are exported from the assembly
4. Resource List - Icons, images, text strings and other resources contained in the assembly
5. Dependencies - Compile-time dependencies on other assemblies
6. Security - Permissions required for the assembly to run properly

Explain the System.CodeDom namespace in .Net Framework Class Library.
What is the .Net framework?
What DataReader class do in ADO.Net?
How do you exclude an ASP.Net page from using Themes?
Describe .Net Framework Class Library.
Is XML is a component of ADO.Net?
Which properties of the textbox cannot be changed at runtime?
What is the smallest unit of execution in ASP.Net?
How do I get and set Environment variables?
What does assert() method do in ASP.Net Tracing?