You are here

Index Out Of Range - Francesco De Vittori

Real world F#: my experience (part two)

Sun, 01/22/2012 - 04:24
The second project I recently completed in F# is a completely different animal. While the first one is a pet project I’ve put together in my spare time (with no deadline at all), this one has been a full-time work for my company (for this reason I cannot disclose some details or share source code...
Categories: News

Real world F#: my experience (part one)

Sat, 01/21/2012 - 08:50
I’ve been playing with F# on and off for about one year, but only recently I was able to complete a few “real world” projects. I was so impressed that I decided to share my experience. In this two-part series I will talk about two very different projects to give you an idea of how wide the...
Categories: News

Silverlight unit testing with NUnit: yes you can (without hacks)!

Wed, 11/02/2011 - 04:49
It may be obvious for most of you, but it took a while to my caveman brain to realize this, so I figured I could post it for other cavemen. You (we) have got an excuse though: the short release cycle of Silverlight means that most stackoverflow questions and blog posts on the subject are out-of...
Categories: News

F# runtime for Silverlight version v4.0 is not installed.

Thu, 08/25/2011 - 14:38
After playing with some Silverlight beta bits, going back to RTM, etc. I could not compile F# projects for Silverlight 4 anymore. Even after reinstalling everything in [what I think is] the right sequence I was still getting this error:...
Categories: News