Tag boneStructure

15 Sep 2010

A new site

Hi.;I am proud to announce my new site! I call it Zoutei, which (if I'm correct) is presentation in Japanese.Before I used Blog Engine, which is great, but I took up a challenge to make my own site from scratch.With the launch of a new site, I have a Read more
26 Aug 2010

Caching Interceptor with Windsor

I am currently building a web application on the ASP.NET MVC 2 framework, I think its a great framework for MVC. However I am using a couple of other frameworks including Castle Windsor to look after my objects. I noticed I had some functions Read more
13 Aug 2010

Using DataAnnotations with NHibernate

There are many validation frameworks the main one is NHibernate Validator, which uses its own set of Attributes. I wanted to use the DataAnnotation Attributes as they are supported by Asp.Net MVC out the box. Im sure there are some solutions for th Read more