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 6646Can 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
What is "common language specification" (cls) in .net?
What does jit do?
Who is using .net core?
What is view state in .net?
Difference between abstract class and interface in .net?
Please explain what is the difference between constants and read-only variables?
what is the keyword used for self reference?
What is class library in .net
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
What are the types of jit?
What exactly is being serialized when you perform serialization in .net?
What are the important components of .net?
What’s different between process and application in .net?
Explain how to spawn a thread?
Explain what is the difference between a class and an object, and how do these terms relate to each other?