dbones notes
its a geek thing

Using DataAnnotations with NHibernate

August 13, 2010 22:04 by Dave
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 this (xVal). However I thought I would look int... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Whiteboard Released

June 23, 2010 22:59 by Dave
Whiteboard is a chat web application, consider it a proof of concept. The goal of this project was to design and implement a web application using Design Patterns and Open Source Frameworks Technology Stack NHibernate (using Linq to NHibernate) FluentNHibernate Castle Windsor AutoMapper ASP.NET MVC... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Using an ORM, Start with loading data

March 31, 2008 01:29 by Dave
Quick info Very quick guide, ORM stands for Object Relational Mapper, its a tool which takes the data from a database and populates this data into Business Objects.. Nice and simple... basically using an ORM should save you as a coder from having to write the Data Access Layer code. (I'm not ... [More]

Currently rated 4.0 by 1 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5