1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.
2 6760Which 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 5874Hi, 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 5913Can u any body send the DotNet Interview questions and answers to my mail please....... mindukuru@yahoo.com
1 2955Please send me the latest asp.net,c#,sql server interview questions .my email id is ramtryin@gmail.com
1 3274Post New Dot Net General Questions
Explain cas (code access security)?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
Explain about the features and elements present in Visual studio.NET IDE?
How can you turn-on and turn-off cas?
How to customize the trace output?
What is the transport protocol you use to call a seb service soap?
What is the difference between response.redirect & server.transfer?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
Explain the difference between public and static modifiers?
Tell us why do we use the “using” statement?
How to manage pagination in a page using .net?
What is the difference between .net and laravel?
What is strong-typing versus weak-typing? Which is preferred?
Explain the difference between managed and unmanaged code?
Please explain what is the difference between constants and read-only variables?