Partial classes concept was introduced in .NET 2.0 which allows us to split business logic in multiple files with same class name but with a “partial” keyword.
I am writing my experiences and learning to help others
Partial classes concept was introduced in .NET 2.0 which allows us to split business logic in multiple files with same class name but with a “partial” keyword.