9
Nov
2008
Be careful with optional parameters in C# 4.0
I’ve been playing with the Visual Studio 2010 CTP bits, and I tried to see what named and optional parameters in C# 4.0 can bring to the table. Although they are minor language enhancements at best, they can cause a lot of grief as well. In my former life as a C++ developer, optional parameters […]
Read More