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

Nhibernate: Self Reference Object

April 6, 2010 21:29 by Dave
I needed to see if i could make an object which references another instance of the same class. Here is a quick example (Im using FluentNhibernate) of a Staff class, each staff member can have a manager, and they can have a number of reporties This leads to this simple class: [cod... [More]

Be the first to rate this post

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

NHibernate in Dec MSDN

December 7, 2009 20:56 by Dave
Ayende never ceases to amaze me, I just wonder where he finds the free time (must be cloning). Anyway, he has written a simple TODO list article which uses Object Relational Mapper Presenter View View-Model Number of Design Patterns By the loo... [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:
Categories: alt.net | Database
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Good Article series for Sharp Architecture

November 24, 2009 15:14 by Dave
a number of articles by a development team whom implemented a web site using Sharp Architecture Bill's link

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:
Categories: alt.net | dotNet | General
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Example Architectures - for .Net

July 19, 2009 18:23 by Dave
I fnd it fun to look at Architecture, as when it comes to building web applications you do not want to re invent the wheel every time. before recently there where not many designs for using .Net in a n-tier approach which did not contain DataSets. If you are like me and come from a OO back ground ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:
Categories: alt.net | dotNet | General
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Active Record

April 23, 2009 01:06 by Dave
if you are writing any data layer code in .Net, please have a look at this presentation by Ayende Oredev 2008 - ALT.NET - Using Active Record to write less code its an hour long, but it can save you lots of time Active Record is built ontop of NHibernate, and its free... wahey for o... [More]

Be the first to rate this post

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

Some Links for AOP

March 11, 2009 00:36 by Dave
AOP is a great way to clean code, well if used correctly. lots of examples will only show the logging example, when an exception is thrown (I should know here is one I wrote: hello world of AOP). Well thats ok, you can see it in action and step through it, however that for me was not enough. ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: ,
Categories: alt.net | dotNet
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

DI frameworks

October 20, 2008 00:36 by Dave
One thing I have been looking into in my free time is Dependancy Injection (DI). As I'm a little new to this area I wanted to read up on it and see what is the best framework (for me) to start doing this in. What is it? Designing For Change is a great presentation by... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: ,
Categories: alt.net | dotNet
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Reference Materal for Nhibernate

October 19, 2008 20:56 by Dave
Here are some links for developer Joe, whom wants to get started in NHibernate. Sites Official site: Contains great reference material, read the Quick guide too. Community: Wiki, Blogs and downloads. become a member today, and start adding to the KB. Video Training, (Big thanks ... [More]

Currently rated 5.0 by 3 people

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