Optional Parameters and Named Arguments in C# 4 (and a cool scenario w/ ASP.NET MVC 2)
- by ScottGu
[In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu] This is the seventeenth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release. Today’s post covers two new language feature being added to C# 4.0 – optional parameters and named arguments – as…