Don't Break The Build .Net Tutorials

23Dec/110

Transferred From GoDaddy To NameCheap

So, after seeing the post on Reddit about GoDaddy supporting SOPA, I decided to do like everybody else and move my domain over to NameCheap(note: affiliate link), I suggest everybody else do the same!

Tagged as: , No Comments
8Dec/110

The B-Combinator In C#

My last post was implementing the K combinator in C# as an extension method. Today, I am moving on to the B-Combinator. The B combinator has the form:


B f g x = f(g(x))

Tagged as: , No Comments