Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Exploring .Net 4 Features – Named and Optional Parameters

Exploring .Net 4 Features – Named and Optional Parameters

In this episode we are going to start taking a look at some of the new features which are part of .Net 4. We will be focusing this episode on Named and Optional Parameters. Optional Parameters all you to default values for your methods which can reduce the need to for overloading methods. Named parameters allow you to specify the exact parameter by Name when calling a method.

http://www.dimecasts.net/Content/WatchEpisode/153