Welcome to MSDN Blogs Sign in | Join | Help

April 2008 - Posts

A C# library to write functional code - Part III - Records

Other posts in the series: Part I - Background Part II - Tuples Part III - Records Part IV - Type Unions Part V - The Match operator Now that we know what Tuples are, we can start talking about Record, as they use a derivative of Tuples under the cover.
Posted by lucabol | 13 Comments
Filed under:

A C# library to write functional code - Part II - Tuples

Other posts in the series: Part I - Background Part II - Tuples Part III - Records Part IV - Type Unions Part V - The Match operator Tuples are a way for you not to name things. In Object Oriented languages you got to name everything. If you need to represent
Posted by lucabol | 16 Comments
Filed under:

Attachment(s): Functional.zip

A C# library to write functional code - Part I - Background

Other posts in the series: Part I - Background Part II - Tuples Part III - Records Part IV - Type Unions Part V - The Match operator In December (slow time in msft) I decided to understand what functional programming is all about. When I say 'understanding'
Posted by lucabol | 15 Comments
Filed under:
 
Page view tracker