What is Partial class? What purpose we use it?
Answer Posted / balakrishna
partial is keyword
when ever class will create at difference location with same
name at the time before class partial key word is used.
this can help parallel creation .
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
What is static void main in c#?
What is default value of bool in c#?
Is unity object oriented?
What is event sourcing in c#?
What does dbml mean?
What is equal c#?
Differentiate between dataset and datareader?
What is namespace in oop?
What is the difference between dynamic and var in c#?
Why reflection is used in c#?
How many types of inheritance are there in c#?
Is there any sample c# code for simple threading?
What is the use of properties window?
Is arraylist faster than linkedlist?