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


Please Help Members By Posting Answers For Below Questions

Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?

538


what is entityclient?

682


I want ask from plz smaple example code for Biztalkk server

1710


What is the 'page life cycle' of an ASP.NET MVC?

606


If I have multiple filters implemented, what is the order in which these filters get executed?

522






What are html helpers in asp.net mvc?

554


Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?

544


What is code first? : Entity framework

571


How route table has been created in asp.net mvc?

554


Explain the tools used for unit testing in ASP.Net MVC

598


Explain entity lifecycle? : Entity framework

545


What is partialview in asp.net mvc?

593


Explain JSON Binding?

616


How to return the JSON from action method in ASP.Net MVC?

689


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.

2169