New Dot Net Interview Questions :: ALLInterview.com http://www.allinterview.com New Dot Net Interview Questions en-us hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advan http://www.allinterview.com/showanswers/101551.html about triggers? http://www.allinterview.com/showanswers/101359.html Trigger is special kind of stored proceser what is ADO.NET http://www.allinterview.com/showanswers/101288.html ADO.Net is a class library provided by microsoft with DotNet for database handling. It provides classes for database connection, geting data from database, handling transactions etc.. Can u any body send the DotNet Interview questions and answers to my http://www.allinterview.com/showanswers/100606.html Hi Dear friend i sent some DotNet Interview questions and answers to ur mail id which is the institute in hyderabad for providing the live project i http://www.allinterview.com/showanswers/100400.html Explain .net Framework? http://www.allinterview.com/showanswers/100359.html tell me something about crystal report in brief? http://www.allinterview.com/showanswers/99913.html If I'm developing an application that must accomodate multiple s http://www.allinterview.com/showanswers/98867.html Database Support. or Thru state service. Can you give an example of what might be best suited to place in the http://www.allinterview.com/showanswers/98866.html Application_start need for global variable which are available over the application. Sesssion_Start : login dependent ( user dependent) Can you explain the difference between an ADO.NET Dataset and ADO Rec http://www.allinterview.com/showanswers/98865.html DIsconnected architechure . Maintainace relation schemas. MUtilple table grouping. Connected one . Let's say I have an existing application written using Visual St http://www.allinterview.com/showanswers/98864.html We need to have Wrapper to communicate COM components in .net. and vis versa CCW : Com Callable wrapper. RCW : RUN time callable wrapper. Can you give an example of when it would be appropriate to use a web http://www.allinterview.com/showanswers/98863.html Web services are best suite for Hetrogenious environment. Remoting is best suite for Homogenious environment. The systems that under CLR. What is the difference between Server.Transfer and Response.Redirect http://www.allinterview.com/showanswers/98862.html server.Trnasfer will prevent round trip. it will redirect pages which or in the same directory. NO way to pass the query strings . Thru http context we can able to get the previous page control values. Response.Redirect : There is a round trip What does the "EnableViewState" property do? Why would I http://www.allinterview.com/showanswers/98861.html IT keeps the data of the control during post backs. if we turn off the values should not populate during server round trip. 3. Should validation (did the user enter a real date) occur server-si http://www.allinterview.com/showanswers/98860.html client side . there is no need to go to validate user input. If it relates to data base validation we need to validate at server side.