Building an F# powered indexing system (part 2)
The second development chunk focuses on creating documents to index, and munging them into a format to hand off to an external library. There are... more »
0 commentsSave Tags: .net, how-to, other languages
Building an F# powered indexing system
When I first started dabbling in F#, I really struggled to understand how someone (in particular, me) would sit down and start writing an application... more »
0 commentsSave Tags: .net, microsoft, other languages
Out parameters suck, tuples rule, F# wins
The TryParse method found on many value types is nice and useful. Unfortunately, you're forced to use out parameters to make use of them. Ugh.
0 commentsSave Tags: .net, trends
A basic NamedLock class
Here’s a bit of code I extracted from my own special baby of an application. It allows me to lock on a specific "name", rather than having to use an... more »
0 commentsSave Tags: .net
Installing Visual Studio 2008 on Vista makes me want to kill myself
After numerous attempts at installing VS 2008 on Vista machines, I’m about ready to switch to vim. At least I can use apt-get for vim.
1 commentsSave Tags: .net, microsoft, tools
Cruise Control.NET and Visual Studio 2008
Some tips on getting Cruise Control.NET to play nicely with VS 2008 solutions and MSBuild.
0 commentsSave Tags: .net, microsoft, server, tools
http://tryingthisagain.com/2007/11/21/cruise-controlnet-and-vs-2008-web-projects/
Some tips on getting Cruise Control.NET to play nicely with VS 2008 solutions and MSBuild.
2 commentsSave Tags: .net, microsoft, server, tools