Methods in .NET - Overview and default values (Part 1)
The .NET framework offers a lot of functionality in the definition and handling of methods. Besides the typical behavior of methods/functions in any programming language, .NET provides extra features when creating and using functions. This article is intended to describe and explain some of the possibilities around method signatures.