dbones notes
its a geek thing

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