dbones notes
its a geek thing

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

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

The Hello World of AOP

September 23, 2008 19:19 by Dave
Being armed with some new toys I wanted to carry on into my look of Alt.Net ways. This latest post is just a very quick demo of Aspect Oriented Programming (AOP), hopefully it will prove helpful to understand AOP for others as it did for me. If you do not know what AOP is, please google or W... [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 (2) | Comment RSSRSS comment feed

Foundation of Programming - a must have

August 2, 2008 22:20 by Dave
A must read Book for any .Net Developer... [More]

Be the first to rate this post

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

Alt.Net events are in the UK

August 2, 2008 18:14 by Dave
Good News, Alt.Net programmer events are being arranged in the UK!. [More]

Be the first to rate this post

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

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