Subscribe

RSS Feed (xml)

What is Partial in ASP.NET 2.0?

We can split one part of a class in one file and the other
part in some other file using the partial keyword. The
compiler merges these partial classes spread across one or
more source files into a single compiled class at the time
of compilation .