Why do we use partial class in c#?
Answer / Akhilesh Kumari
Partial classes in C# allow developers to split a single class definition into multiple files. This can make it easier to work on large projects, as you can separate the user interface (UI) code, data access layers, or other components into distinct files. Partial classes also help with code organization and maintainability.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?
Can you prevent a class from overriding?
Can you prevent a class from being instantiated?
What is int tryparse in c#?
Show us in simple steps to create setup & deployment project for windows application?
Is array reference type in c#?
How big is an int in c#?
Is null == null c#?
How do I create a single-file assembly?
Can an int be negative c#?
if i want to transmit binary data,,,will it be support by Webservices or any exceptions ? define
What are regular expressions? Search a string using regular expressions?
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)