New Dot Net AllOther Interview Questions :: ALLInterview.com http://www.allinterview.com New Dot Net AllOther Interview Questions en-us which is the institute in hyderabad for providing the live project i http://www.allinterview.com/showanswers/100400.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. 2. What type of code (server or client) is found in a Code-Behind cla http://www.allinterview.com/showanswers/98859.html Server side. Explain the differences between Server-side and Client-side code? http://www.allinterview.com/showanswers/98858.html Server side code will execute at server end all the business logic will execute at server end where as client side code will execute at client side at browser end. How can i create only one instance of class and thus doesn't all http://www.allinterview.com/showanswers/98857.html If a system only needs one instance of a class, and that instance needs to be accessible in many different parts of a system, you control both instantiation and access by making that class a singleton. Is .NET really support fully OOP Concept? http://www.allinterview.com/showanswers/98856.html How to call .NET Web service from Java Appl. & Why ? http://www.allinterview.com/showanswers/98855.html How Web service create Proxy Using WSDL? http://www.allinterview.com/showanswers/98854.html