Define pipelining? : Dot net architecture
No Answer is Posted For this Question
Be the First to Post Answer
inprocess vs out process session state : Dot net architecture
What are bindings?
Explain write back and write through caches? : .NET Architecture
Explain about appdomains?
Define cache coherency and how is it eliminated? : Dot net architecture
Explain some of the disadvantages due to microsoft.net?
what is session management ?
Session State and can i store desirialized object in state server, if yes how and if not why.
What is the difference between l1 and l2 cache? : Dot net architecture
Explain cache memory? : .NET Architecture
What is the cli? Is it the same as the clr?
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?