Blog articles

0
comment
on 11/7/2011 2:56 PM
I have implemented a simple web server in F#. The idea was to try to marry .NET asynchronous socket operations with F# async. Result: F# async seems to be the right tool for the job of webserver implementation: it makes asynchronous programming intuitive[...]
.
0
comment
on 11/7/2011 7:34 AM
I wrap asynchronous .NET socket methods in F# Async and benchmark a simple webserver clocking at 3500 requests/second. Read more.
.
0
comment
on 11/7/2011 6:57 AM
The MonoDevelop team have taken a leaf out of the Visual Studio team's book and started MonoDevelop User Voice. Here you can vote on MonoDevelop features and discuss them. One of the hot ticket items you might like to vote for right now is Full Support fo[...]
.
0
comment
on 11/7/2011 5:13 AM
.
0
comment
on 11/6/2011 12:54 PM
Implemented isop auto cli. It’s possible to use the isop library without having a reference to isop.
.
0
comment
on 11/5/2011 6:17 AM
While WPF is nice and resharper + visual studio is awesome it’s just to painful to develop on a remote machine. The alternative is to buy visual studio + windows and create a virtual machine. This feels to much like a serious investment: The cost of windo[...]
.
0
comment
on 11/4/2011 7:54 AM
Just a quick note to say that my talk “The Combinator Approach to Programming Domain Specific Languages with F#” is now available on Skills Matter site. I’ve put the code on github. If you enjoyed the talk I’ll be giving it again at CodeKen, the conferen[...]
.
0
comment
on 11/2/2011 2:36 PM
Release 0.1.0 removed the dependency on (deprecated) structmap, with rows using regular maps now. Release 0.1.1 incorporates patches from Phil Hagelberg that allow the database connection spec to be provided as a URI (either a string or an actual URI inst[...]
.
0
comment
on 11/2/2011 12:07 PM
Microsoft Research Cambridge is seeking talented software developers to work on the Infer.NET project (http://research.microsoft.com/infernet). Infer.NET is a framework for developing and deploying machine learning and inference solutions. It has been dev[...]
.
0
comment
on 11/2/2011 12:13 AM
I covered email tracking a little when I wrote about how we parse PowerMTA account files but I didn't go into what we actually do with our delivered / bounced data. We track the current status of an email as: updated, valid, bouncing or invalid. An [...]
.
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