what are partial classes?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the .net framework.
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
How does work clr?
explain why t4 entity is important in entity framework?
Can I set the unlimited length for "maxjsonlength" property in config?
What is objectset? : Entity framework
Define the core components of an ASP.NET MVC application?
What is the difference between model view and controller?
What are non action methods in mvc?
What is ViewStart Page in 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..?
In which assembly is the mvc framework defined?
Can any particular component of .net framework 3.0 be removed?
Explain the 'page lifecycle' of an ASP.NET MVC?
What are child actions in ASP.Net MVC?