Whats new features in Visual Studio 2012?
No Answer is Posted For this Question
Be the First to Post Answer
What is cookie less session?
can u give me real example of how web.config overrides the machine.config file?
IN C# if we click a field in the dropdownlist then i have to get the respected field details in the next textbox..........
.Net Frame work arch?
What is a virtual memory? : Dot net architecture
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure on hardware that converts the ascii value to binary? : .NET Architecture
Waht is Dot net Arcitecture
what is managed code and managed data?
Explain the five stages in a dlx pipeline? : .NET Architecture
What is Ienumerable
Explain COM with example?
2. I've a class Parent Class A and a Derived Class B. Here is a scenario. I've an instance of Class A as objA and an instance of Class B as objB. I can refer a child class variable as objB=objA, but cannot do objA=objB what is the reason?