1.
Code rant: Using the Google maps geocode service to find the co ...
Using the Google maps geocode service to find the co-ordinates of an address. I've been having a lot of fun playing with Google maps this ...
2.
Code rant: MVC Framework Scaffolding
InOrder(); return RenderView("Index", Scaffold.Data<T>().With(items)); } public virtual ActionResult New() { T item = new T { Position ...
3.
Code rant: The Castle Project's Windsor Container and why I might ...
Below "MicroKernel" is "Windsor Container". Nice, "Windsor Castle", get it? It's obviously aimed at the UK programming community. Windsor is ...
4.
Code rant: Multi-tenancy part 2: Components and Context
Multi-tenancy part 2: Components and Context. In my previous post, Multi-tenancy part 1: Strategy, I talked about some of the high level ...
5.
Code rant: How to structure Visual Studio solutions
How to structure Visual Studio solutions. Because I work as a freelancer, I get to see a lot of different .NET development shops. ...
6.
Code rant: Learn to use Castle Windsor: Skills Matter, London ...
I’m going to be giving a talk on Castle Windsor with Gojko Adzic at Skills Matter on October 23rd. It’s free, but you should register here if you plan to ...
7.
Code rant: Using the Google maps geocode service to find the co ...
Using the Google maps geocode service to find the co-ordinates of an address. I've been having a lot of fun playing with Google maps this ...
8.
Code rant: Using the Google maps geocode service to find the co ...
Using the Google maps geocode service to find the co-ordinates of an address. I've been having a lot of fun playing with Google maps this ...
9.
Code rant: The official Microsoft GUI Guidelines
Windows XP Design Guidelines (note that it is .exe! ... User Interface Design and Development · Microsoft Visual Studio 6.0 default keymap ...
10.
Code rant: A nice soap test tool: SoapUI
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 ...