nomoreinterview.blogspot.com
Dot Net Interview Questions: March 2011
http://nomoreinterview.blogspot.com/2011_03_01_archive.html
Dot Net Interview Questions. DOT NET Interview, C#, ASP.NET, WCF,OOPS,DOT NET Interview questions, WEB SERVICE, API VB.NET programming. Tuesday, March 29, 2011. What does Scriptmanager do? What is inner architecture for. Http handlers and HTTPmodules. Multi threading: worker thread and thread difference. How the synchronization between thread happens? What happens to viewstate after crosspage posting? Viewstate disabled still value persists? Debug = ”true”? C#, NET, XML, IIS - Interview Questions. The CL...
nomoreinterview.blogspot.com
Dot Net Interview Questions: April 2011
http://nomoreinterview.blogspot.com/2011_04_01_archive.html
Dot Net Interview Questions. DOT NET Interview, C#, ASP.NET, WCF,OOPS,DOT NET Interview questions, WEB SERVICE, API VB.NET programming. Wednesday, April 27, 2011. Runtime polymorphism and compile time polymorphism. Private void LogError(TextWriter tw, string msg). With runtime polymorphism, the selection of a method for execution is based on the actual type of the object whose reference is stored in a reference variable, and not on the type of the reference variable on which the method is invoked.".
nomoreinterview.blogspot.com
Dot Net Interview Questions: July 2010
http://nomoreinterview.blogspot.com/2010_07_01_archive.html
Dot Net Interview Questions. DOT NET Interview, C#, ASP.NET, WCF,OOPS,DOT NET Interview questions, WEB SERVICE, API VB.NET programming. Sunday, July 25, 2010. In which Scenario you will go for Interface or Abstract Class? A class may implement several interfaces. A class may extend only one abstract class. An interface cannot provide any code at all, much less default code. An abstract class can provide complete code, default code, and/or just stubs that have to be overridden. Static final constants only...
nomoreinterview.blogspot.com
Dot Net Interview Questions: Runtime polymorphism and compile time polymorphism
http://nomoreinterview.blogspot.com/2011/04/runtime-polymorphism-and-compile-time.html
Dot Net Interview Questions. DOT NET Interview, C#, ASP.NET, WCF,OOPS,DOT NET Interview questions, WEB SERVICE, API VB.NET programming. Wednesday, April 27, 2011. Runtime polymorphism and compile time polymorphism. Private void LogError(TextWriter tw, string msg). With runtime polymorphism, the selection of a method for execution is based on the actual type of the object whose reference is stored in a reference variable, and not on the type of the reference variable on which the method is invoked.".