What is Partial class? What purpose we use it?
Answers were Sorted based on User's Feedback
Answer / nsy
A partial class nothing but a class with the keyword
partial. This class can split across multiple cs files. The
purpose of this is managing code in our project.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / raja
Visual Studio uses partial classes to separate auto-generated code from user-generated code. For example, in the Windows Form application
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / anil
Partial is keyword,a class can span multiple source file .
same name diffrent member and functionality.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / jajnaseni majhi
Partial is keyword which is used to create partial
classes.When a class is large enough to maintain,by
creating partial classes developer can span the same class
to multiple files.Which easy to maintain.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
Answer / rajendra
http://msdn.microsoft.com/en-us/library/wa80x488.aspx
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between gettype and typeof in c#?
Define encapsulation?
What is the difference between method overriding and method overloading?
What is dbcontext c#?
What does mean c#?
how to use caching in our program. why we use it give one example in code
What is difference between for and foreach in c#?
what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?
What is the difference between “out” and “ref” parameters in c#?
Why is main static in c#?
write a c# program add two matrix with input number ?
Can you explicitly call a destructor?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)