Working with null values
This repository holds samples of solution which helps me to deal with null values. I was inspired by a blog post of Steffen Forkman (@forki) who described the need to consider this topic.
- [A tale of nulls – part I] (http://www.navision-blog.de/blog/2013/04/03/a-tale-of-nulls/)
The [history] (https://github.com/GregOnNet/WorkingWithNullValues/commits/master) of this repository will show my progress on this subject. ;)
Sources I have to study
- [10 reasons to use the F# runtime in your C# app] (http://bugsquash.blogspot.de/2011/10/10-reasons-to-use-f-runtime-in-your-c.html)
- [Poor man's option type in C#] (http://bugsquash.blogspot.de/2011/10/poor-man-option-type-in-c.html)
- [Option Map] (http://msdn.microsoft.com/en-us/library/ee340461.aspx)
- [Option Fold] (http://msdn.microsoft.com/en-us/library/ee353802.aspx)
- [Validating with applicative functors and LINQ] (http://bugsquash.blogspot.de/2011/08/validating-with-applicative-functors.html)