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 …