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 |
What is namespace of asp.net mvc?
I have 2+ years of fake experience,actually i could not answer for project questions..?how can i answer please suggest me..?
How does �side by side� work for the .net framework 3.0?
What are the ways to deploy an assembly?
what is the diff b/w asp.net 2.0 & 3.5
What is entitytypes? : Entity framework
What are Non Action methods in ASP.Net MVC?
What is Area in ASP.Net MVC?
what is use of entity container?
what is csdl?
Is mvc 4 supporting windows azure sdk (software development kit) ?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?