What is Partial class? What purpose we use it?
Answer Posted / rajendra
http://msdn.microsoft.com/en-us/library/wa80x488.aspx
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between struct and class in c#?
Is array reference type in c#?
what are pointer types in c#
How garbage collection deals with circular references.
What is unmannaged code and will CLR handle this kind of code or not .
How many aware interfaces are there?
What is call back method?
Explain about Threading Types.
Why hashtable is thread safe in c#?
What are constants in c#?
What is the resgen.exe tool used for?
If the original method is not static you can declare an override method to be static or not?
what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?
Why do we need static in c#?
Why do we override in c#?