Code rant

Life as a mort.

Thursday, November 04, 2010

Tardis Bank is now live

›
Tardis bank is a little web application I’ve put together. It provides an on-line pocket money bank account for parents and children. I ori...
4 comments:

Using the Task Parallel Library with ASP.NET MVC for scalable web applications

›
Get the full sample solution from  GitHub: https://github.com/mikehadlow/Suteki.AsyncMvcTpl Most applications spend most of their time doi...
10 comments:
Sunday, October 31, 2010

RavenDb Indexes : 1st Attempt

›
I’ve been playing with RavenDb ’s pre-defined indexes today. They use a map reduce model with Linq, which is very nice. A recent new feature...
3 comments:
Thursday, October 28, 2010

Tardis Bank – online pocket money banking for parents and kids

›
My son Leo (age 8) and I, that us on the right, have a bit of a pocket money problem. He’s supposed to get £2.00 every week, paid on Sun...
12 comments:
Wednesday, October 27, 2010

RavenDb, ASP.NET MVC and Windsor working together

›
I’m putting together a new project, TardisBank.com , using RavenDb , ASP.NET MVC and Windsor . It’s up on github here: http://github.com/m...
6 comments:
Tuesday, October 26, 2010

RavenDb: Playing with Inheritance and Polymorphism

›
Over the last couple of days I’ve been playing with RavenDb . So far it’s been a very nice experience. I love the way POCO objects get persi...
Thursday, October 21, 2010

A Powershell Script for Monitoring Web Site Status

›
I’ve been having some problems with my server recently. If it restarts, because of windows update or for whatever reason, some of my website...
6 comments:
Tuesday, October 19, 2010

Populating Drop Down Lists in ASP.NET MVC

›
Here’s the shopping basket in Suteki Shop : As you can see, there’s a drop-down-list of countries. The standard way of populating a dro...
12 comments:
Friday, October 15, 2010

ASP.NET MVC Controller Action Unit Test Extension Methods

›
Testing the ActionResult returned by a controller action can be a PITA. You have to get the view name, check that it's correct, get the ...
Thursday, October 14, 2010

Use a Single Version File For All Projects in a Solution

›
It’s a good idea for all the assemblies in a single solution to have the same version number, but the default in Visual Studio is for each p...
12 comments:
‹
›
Home
View web version
Powered by Blogger.