What is a virtual memory? : .NET Architecture
No Answer is Posted For this Question
Be the First to Post Answer
What is .net transaction?
What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?
Explain the race around condition? : Dot net architecture
Can you explain update progress control?
inprocess vs out process session state : Dot net architecture
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?
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts
What is .net mobile utility controls. : Microsoft dot net mobile
Explain dotnet framework ?
What is the use of delegates
In LINQ TO SQL if it is possible to select the top 5 records from the particular table using select top 5.
Which Binding best suits where a WCF Service and the client application resides in the same machine?