New Dot Net General Interview Questions :: ALLInterview.com http://www.allinterview.com New Dot Net General Interview Questions en-us 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 in hibernate, what is dirty reading? http://www.allinterview.com/showanswers/98172.html what is object lock? http://www.allinterview.com/showanswers/98171.html what is event inheritance and event delegation? http://www.allinterview.com/showanswers/98170.html The event-delegation model has two advantages over the event-inheritance model. First, it enables event handling to be handled by objects other than the ones that generate the events (or their containers). This allows a clean separation betwe Hi, Requirement is: try { \\SQL Query } catch(Exception i) http://www.allinterview.com/showanswers/95551.html catch(SQLQueryException e) { \\SQL Query } would throw exception as a try can have more than one catch block that the related exception can be handled individually What is the difference between custom control and web control? http://www.allinterview.com/showanswers/94773.html Web Control will have .ascx and its codebehind file. Custom control will have only codebehind (.cs) file. In summary, custom control may not have any UI interface. Is there any attempt system for microsoft technology papers? http://www.allinterview.com/showanswers/91028.html What is the best way to crack the certification? http://www.allinterview.com/showanswers/91027.html Which among the following two is best and why? Abstract Class and Int http://www.allinterview.com/showanswers/90671.html (1) Interface have no concrete methods implemented while abstract class can have. (2) Interface can come into the chain of inheritance while Abstract class can't. How to implement CAS in .Net? http://www.allinterview.com/showanswers/90670.html 1.What is the major advantage of polymorphism? Please don't simp http://www.allinterview.com/showanswers/90669.html the main reason to use polymorphism is generalization, as you can see in case of overloading. say if i have add function which just add two intergers. and i have one more similar kind of functionality then in that case i will do the overloadi What are Generics? Where do we use them. http://www.allinterview.com/showanswers/90664.html Generics are used to have Typed Arrays. Ex: if we have define that an array is confined to products. if we push objects of product into array it accepts. if we push employee objects into this array it will show error . since the type of the arr object is physical and class is logical..here class is not occupying http://www.allinterview.com/showanswers/89858.html I have a problem in installing visual Studio 2008 on PC that have Cel http://www.allinterview.com/showanswers/89244.html What is PageIndex in DataGrid?What is the event used in the Datagrid http://www.allinterview.com/showanswers/88651.html