what are partial classes?
Answers were Sorted based on User's Feedback
Answer / rony sunny
Partial class is a new functionality that is included in
Visual Studio .Net 2005 and is supported in ASP.Net 2.0.
This new functionality helps you to split a single class
into multiple partial classes. These partial classes can be
in different individual files.
| Is This Answer Correct ? | 3 Yes | 7 No |
Answer / shoaib akhtar
Partial Class Means That At Compilation Time Your Code
Behind File And Web Form Are Now Merged Into One Class File.
| Is This Answer Correct ? | 7 Yes | 11 No |
Difference between .NET & J2EE
Difference between int and int32
What is tracing?Where it used.Explain few methods available
Can I uninstall microsoft .net framework?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
What are the 2 ways of adding constraints to a route?
What is the need of .Net framework ?
What are Non Action methods in ASP.Net MVC?
how many ways for pass the parameters in the fuction in c#
What does CLR do after the IL is generated and machine language is generated .Will it look for main method ?
what is model first approach?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?