Code rant
Life as a mort.
Thursday, September 07, 2006
Fustrating Visual Studio Templates
›
VS 2005 has a new template feature that allows you to easily create item and project templates that you can add to the 'new item' an...
6 comments:
Software Factories, Domain Specific Languages and related stuff
›
I've recently had to get up to speed on some new buzzwords: 'Domain Specific Language' ( DSL ), ' Software Factories ' a...
Friday, August 18, 2006
Reflecting Generics
›
I had an interesting problem today, how do you find out if an object is a subclass of a generic type? If you've simply got an instance o...
2 comments:
Tuesday, August 15, 2006
A nice soap test tool: SoapUI
›
Do you manually code test harnesses for your web services? It's a real pain, and because every web service is defined by its wsdl you sh...
11 comments:
Friday, August 11, 2006
Functional Programming
›
I've just read a really good blog on functional programming by defmacro.org (I couldn't find his/her name on the blog anywhere). I ...
Wednesday, August 02, 2006
Writing web services contract first using WSCF
›
Web service gurus will always tell you to write web services "contract first". This means defining the schema for your service typ...
Wednesday, July 05, 2006
Playing with HTTP.SYS
›
I've been having fun playing with HTTP.SYS and the HttpListener (NET 2.0) class in System.Net. HTTP.SYS is the new kernel mode http list...
1 comment:
Tuesday, July 04, 2006
Resting?
›
I've just become aware of a new term: REST . It stands for Representational State Transfer. It's kinda like a 'back to basics...
Friday, June 30, 2006
one line fibonacci
›
I've been playing with windows powershell (aka monad, aka MSH) recently. It's got some really great functional programming construct...
3 comments:
Wednesday, June 28, 2006
The Vietnam of Computer Science
›
Ted Neward has written a great post on one of my favorite subjects: the object relational problem. He calls it ' The Vietnam of Computer...
1 comment:
‹
›
Home
View web version