Blog articles

0
comment
on 3/5/2015 12:30 AM
This is a outline of how you can setup a simple RESTlike client/server communication using WebAPI and Restsharp. As you will see F# records are great for this: equality out of the box, read-only by default but still nicely serializeable. I hosted the code[...]
.
0
comment
on 3/3/2015 11:07 PM
Just a quick follow up on yesterdays post on Monoids. Maybe you did not like the way the structure of the monoids was passed around using a simple record and indeed there is a way to define the Z and ++ as generic operators by exploiting Statically Resolv[...]
.
0
comment
on 3/3/2015 12:38 PM
Trying out OrigoDb, I found it interresting to try out a more raw file store approach and NEvent Store. Why the connection Event Sourcing and In memory databse? Mostly because I tried out OrigoDb first. In memory database feels like a nice fit for Event S[...]
.
0
comment
on 3/3/2015 8:13 AM
This article is a follow up to my previous blog post about functional library design, but you do not need to read the previous one, because I'll focus on a different topic. In the previous article, I wrote about a couple of principles that I find useful [...]
.
0
comment
on 3/3/2015 8:13 AM
This article is a follow up to my previous blog post about functional library design, but you do not need to read the previous one, because I'll focus on a different topic. In the previous article, I wrote about a couple of principles that I find usef[...]
.
0
comment
on 3/3/2015 7:54 AM
A Monoid is one of the most basic algebraic structures that has many instances and applications in computer science and (functional) programming. And despite it’s scary mathy name it’s really easy to grasp and you are using them already! first example A t[...]
.
0
comment
on 3/2/2015 11:47 AM
I’ve been getting a bit cross about backward compatibility recently. This post contains two examples of backward incompatibilities in .NET 4.6, and one example of broken code which isn’t being fixed due for backward compatibility reasons. Let me start off[...]
.
0
comment
on 3/2/2015 4:51 AM
CloudSharper 0.9.29 is out, with UI enhancements and a number of fixes to the editor.
.
0
comment
on 3/1/2015 1:09 PM
Welcome to F# Weekly, A roundup of F# content from this past week: News F# eXchange 2015 – the conference on F# is coming soon. Understanding .NET 2015 Chessie (railway-oriented programming to .NET) is announced. ProjectScaffold is using Paket to produce [...]
.
0
comment
on 2/28/2015 7:28 PM
I am very excited to finally share the first version of my latest type provider, the Mixin Provider!  This post is quite long but you should read it all, this only scratches the surface really. Background   Code Generation in F# Code generation in any lan[...]
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper