What is scavenging?
Answers were Sorted based on User's Feedback
Answer / naren
It is the automatic removal of state records in DNS. Its
default period is 7 days.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / chaitanya
Scanvenging is the concept to remove the cached data, when server runs on low memory.
Is This Answer Correct ? | 1 Yes | 0 No |
What do you mean by serialization in .NET?
What are the differences between value types and reference types?
What is ienumerable and iqueryable?
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
What is a verbatim string literal and why do we use it?
Is int a struct in c#?
What is attribute and reflection in c#?
What is list collection in c#?
Explain the serialization in .net
Can an interface inherit an interface
Does c# support multilevel inheritance?
Explain how to add controls dynamically to the form using c#.net.