what are partial classes?
Answer Posted / zahid nawaz
Partal classes can help in segregating code with respect
type like tool visual Studio generated,default imported
namespaces , events registration , variable declaration
code etc. It is best to split lengthy code into smaller
units but dealing them with same class Object
| Is This Answer Correct ? | 9 Yes | 9 No |
Post New Answer View All Answers
What symbol would you use to denote, the start of a code block in razor views?
What type of filter does outputcacheattribute class represents?
How to Create an Intranet Site Using ASP.NET MVC?
What is page life cycle?
Explain ASP.NET MVC Identity and Security?
Explain what is the difference between view and partial view?
how can you enhance the performance of entity framework?
What are the new features 3.5 framework against with the tool?
what is linq to entities?
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?
In which assembly is the mvc framework defined?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
what is lazy loading in entity framework?
What are Action Methods in ASP.NET MVC?
explain how you can load related entities in ef (entity framework)?