Hi everyone,
'm unable to find out the answer for some questions, please anybody answer for below listed questions.
please help me. i 'll be thankful..... :)
1. In a Load Balancing environment, Which way you choose to maintain state info, if security is important?
2. What Command Line Tools do we have in .net environment?
3. What is the plugin architecture? how to use it?
4. What is the purpose of XSLT other than displaying XML contents in HTML?
5. How to refresh a static HTML page?
6. How to declare the XSLT document?
7. What are the data Islands in XML?
8.Using ADO.NET Datareader a user extracted data from a database table having 5 records.What happens if another user adda 5 more
records to the table same time.Can the first user extracted records become 10 instead of 5 or will it remain same 5?
what about same case when ADO ? pls explain in detail.
9. Using ADO.NET Datareader a user extracts data from a database table having 1000 rows.He closed his browser in between.
that is after fetching only 50 records. What happens to the Datareader?will it remain connected?
and will fetch 1000 records and what after? will garbage collector collect and dispose it soon?
10. A user fetched dtata from a database table using Dataset(Disconnected records) for updation.
Another user deleted the table just after. what happens when the first user try to update the table after changes? Error or Something else?
11. Where is session id stored in ASP? in IIS aerver or ASP Engine?
12. What is the user in an asp.net application?
13. How can you unload an asp.net app without touching the iis?
14. How to bind Three Different DropdownList Boxes?
i meen
first one --- Dropdown DAY
second------Dropdown month
thirdone-----DropDown Year
so i want to store date format in DateDataSource column.
15. What is default datatype in .net?
16. From constructor to destructor (taking into consideration Dispose() and the concept of non-deterministic finalization), what the are events fired as part of the ASP.NET System.Web.UI.Page lifecycle. Why are they important?
17. What are ASHX files? What are HttpHandlers? Where can they be configured?
18. What is needed to configure a new extension for use in ASP.NET? For example, what if I wanted my system to serve ASPX files with a *.jsp extension?
19. What events fire when binding data to a data grid? What are they good for?
20. Explain how PostBacks work, on both the client-side and server-side. How do I chain my own JavaScript into the client side without losing PostBack functionality?
21. How does ViewState work and why is it either useful or evil?
22. What happens from the point an HTTP request is received on a TCP/IP port up until the Page fires the On_Load event?
23. How does IIS communicate at runtime with ASP.NET? Where is ASP.NET at runtime in IIS5? IIS6?
24. What is an assembly binding redirect? Where are the places an administrator or developer can affect how assembly binding policy is applied?
25. Compare and contrast - LoadLibrary(), CoCreateInstance(), CreateObject() and Assembly.Load().