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 does an assembly contain?
A ASP.Net assembly may contain the following elements:

1. Assembly Manifest - Metadata that describes the assembly and its contents
2. Source Code - Compiled into Microsoft intermediate language
3. Type Metadata - Defines all types, their properties and methods, and most importantly, public types exported from this assembly
4. Resources - Icons, images, text strings and other resources


Note: The assembly manifest is required; the other elements are optional.
How is ASP.Net configuration data formatted?
What is garbage collection?
How do you define the lease of the object?
What is System.Web.Mail?
Why Session_End is not fired?
What’s the Unix name for a Windows service equivalent?
How can I read and display Excel files from within my C# application?
How to copy rows from one DataTable to another?
How Server forms post back works( perhaps ask about view state as well)?
Can I use custom .Net data types in a Web form?