answersLogoWhite

0


Best Answer

A partial class is a .NET feature that permits a class to be written across multiple declarations within an assembly. The most prominent usage of this concept is within ASP.net with respect to the declaration of web form pages.

As described by the definition, a portion of the class is written in the CS code behind. The other part of the class is created during compilation and then merged with the code-behind part to create the class in its entirety.

Another uses of partial classes is just to split a class across multiple files.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a partial class in ADO NET?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What has the author Mahesh Chand written?

Mahesh Chand has written: 'A Programmer's Guide to ADO .NET in C#'


What is the full form of ado.net?

ActiveX Data Object.net ADO means Active data objects and .net meaning is not given in Microsoft web site.


Who plays benedick in Much Ado about Nothing?

Kenneth Branagh . I'm watching this movie with my class.....


Which is super class in .net?

System.object is for .Net system.Web.UI is for asp.net


What is the top NET class that everything is derived from?

It is System.Object class.


What is base class in .net?

object


What class of drugs is suboxone?

Suboxone is an opiate class drug/medication.


How do you connect the Visual Basic 6.0 To Microsoft access 2007?

using ADO class or data control activeX object.


What does ado?

Ado does not do anything sorry


Which class is used to define the controls in c?

In .NET, the class name is System.Windows.Forms.Control


What NET class that everything is derived from?

jkh


What feature of the NET Framework is designed to separate auto-generated and user-defined code?

partial methods