What is garbage collection and how it works ?
No Answer is Posted For this Question
Be the First to Post Answer
Is .net capable of supporting multi-thread?
Difference between Panel and GroupBox classes?
what all type of application can u make with visual studio?
what is ItemTemplate and EditTemplate and FooterTemplate? what is the Purpose of useing template columns in datagrid?
What is reflection in microsoft .net context?
Is string a value type or a reference type?
Is .NET a runtime service or a development platform?
Do you know what is the difference between an abstract class and an interface?
How viewstate is being formed and how it's stored on client in .net?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
What is "common language specification" (cls) in .net?
Which namespace is the base class for .net Class library?