Explain the difference between l1 and l2 cache? : .NET Architecture
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between state server and sqlserver : Dot net architecture
.Net Frame work arch?
What is the importance of updatepanel control?
what are the things we generally declare in session_start , application_start ?
What is .net mobile lists. Explain with an example? : Microsoft dot net mobile
Explain how cache is used? : Dot net architecture
Explain a .net mobile example with details? : Microsoft dot net mobile
What are the different access modifier? Explain in detail?
What is textview control of .net mobile? : Microsoft dot net mobile
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?
9. Oop-Class A has m1 metthode Class B has m1 metthode and C is the calss that inharits A class, A class inharits B class. If Object dim c as new A() c.m1(), Tell me which mettode of class will call
readonly syntax ?