Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
Why will you usually create an aspnet user account in the database for an asp.net web application?
Can I read the hard disk serial # of the client computer using asp.net?
Why does my asp.net file have multiple tag with runat=server?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
What are themes and skins in 2.0, explain usage scenario?
What is the equivalent of date() and time() in asp.net?
What are the new navigation controls in asp.net 2.0?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
How do I publish my asp.net application to my isp's web server?
Where can I get information on cookies in asp.net?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
How is application management and maintenance improved in asp.net 2.0?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?