what are partial classes?
Answer Posted / kamlesh sharma
through partial keyword we can split the defination of the
class in different source files and these definations are
combined when application is compiled.
it may be helpful in large projects,so many people can work
on same class
| Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
explain why t4 entity is important in entity framework?
How does �side by side� work for the .net framework 3.0?
what is entity sql?
How can you return string result from Action in ASP.Net MVC?
Which filter executes first in an asp.net mvc application?
What is the difference between windows vista and .net framework 3.0 ?
Does Tempdata hold the data for other request in ASP.Net MVC?
What is the advantage of mvc?
What is disconnected scenario? : Entity framework
What is storage model? : Entity framework
mention what is code first approach and model first approach in entity framework?
which are the key concepts of entity data model?
what is csdl?
How we can register the Area in ASP.Net MVC?
What is the .net framework?