Explain write back and write through caches? : Dot net architecture
No Answer is Posted For this Question
Be the First to Post Answer
What are the main Tools to develop .Net Application?
Explain about validation?
what is the shortcutkey for solution explorer and add new item?
Explain difference between inprocess vs out process session state? : .NET Architecture
how to change the title of my window?
What is a managed code? : Dot net architecture
How to send e-mail to gmail/yahoo or any other ID from your mail server.I need the code.
Explain the process of gc?
what is session management ?
IN C# if we click a field in the dropdownlist then i have to get the respected field details in the next textbox..........
How Web service create Proxy Using WSDL?
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?