Blog articles

0
comment
on 5/6/2011 9:03 AM
Today we are very excited to announce the availability of the final release of WebSharper Professional (version 2.2.x), the premiere web development framework for F# developers, combining the strengths of functional programming with robust and composable [...]
.
0
comment
on 5/5/2011 2:25 AM
Let me quickly explain Ruby‘s dynamic object creation. When I talk about dynamic object creation, I’m referring to when you instantiate a new object instance from meta-data using a class (also referred to a as a Type in .NET) name, or class meta-data obje[...]
.
0
comment
on 5/3/2011 6:18 PM
Hello again, since my initial articles on Sockets and pipelines. I have had quite a bit of interest and I am now pleased to say that these projects have all grown up and now have a proper home on GitHub. The Sockets and Bockets articles have become Flac[...]
.
0
comment
on 5/3/2011 6:18 PM
Hello again, since my initial articles on Sockets and pipelines, I have had quite a bit of interest and I am now pleased to say that these projects have all grown up and now have a proper home on GitHub. The Sockets and Bockets articles have become Flack [...]
.
0
comment
on 4/30/2011 12:15 AM
Rayak – looks like someone beat me to it.
.
0
comment
on 4/29/2011 1:26 PM
Here is a simple Sudoku solver that uses F# and Microsoft Solver Foundation’s Constraint Programming solver. The 9×9 matrix of a Sudoku puzzle is represented as a list of 81 cells. Cells can have values 0-9. Zeros represent blank cells. … Continue reading[...]
.
0
comment
on 4/28/2011 6:09 AM
On a 64 bit environment it's very important to make sure that all your projects have the same platform target. When creating console applications, the default is x86, that means that it's easy to get something that give you weird errors.
.
0
comment
on 4/24/2011 11:10 AM
NDesk Options I started writing an argument parser without knowing about:NDesk.Options Where you have the following kind of syntax:string data = null; bool help = false; int verbose = 0; var p = new OptionSet () { { "file=", v => data =[...]
.
0
comment
on 4/23/2011 5:56 PM
As folks have no doubt realized, I'm using Clojure more and more these days and just embarked on a project at work to replace the CFML-based ORM "Reactor" in our codebase with a much more lightweight ORM written in Clojure (enclosed in a lightweight CFML [...]
.
0
comment
on 4/22/2011 10:39 AM
Have you ever wanted to give your F# library users a nice and clean API documentation but didn't have the right tools to create it? Or you have tried all kinds of API documentation tools and none of them worked for your F# assemblies? Well, now you have t[...]
.
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