1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.
2 7328Which among the following two is best and why? Abstract Class and Interface. What is the major difference in between those two except the discrete methods and methods with function definition.
4 6853Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!
3 6648Can u any body send the DotNet Interview questions and answers to my mail please....... mindukuru@yahoo.com
1 3330Please send me the latest asp.net,c#,sql server interview questions .my email id is ramtryin@gmail.com
1 3742Post New Dot Net General Questions
How will you register com+ services?
Explain how viewstate is being formed and how it's stored on client in .net?
Explain the code behind wors and contrast that using the inline style.
What is class library in .net
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
Tell me what is a “jagged array”?
How will you load an assembly which is not referenced by current assembly?
What is reflection in microsoft .net context?
What is managed code execution?
What is equivalent for regsvr32 exe in .net ?
What is the difference between server.transfer and response.redirect? Why?
How many namespaces are in .net version 1.1?
Please explain is the jit an interpreter?
Difference between user groups and code groups
How do you instantiate a complex number?