dbones notes
its a geek thing

DotDiff - a Quick Intro to the library

January 11, 2009 20:37 by Dave
Here are 3 quick lessons to get you started using  the DotDiff Library. Attached Project (vs 2008) Tutorial_DotDiff1.zip (67.29 kb) Lessons simple compare and merge Generate a Diff Gram Advanced Compare and Merge Common Setup ... [More]

Be the first to rate this post

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

DotDiff, my first open source project

January 11, 2009 02:07 by Dave
I have written code for open source before, but this is my first full (small) project which I have released. Presenting, Pause for effect, DotDiff, (first day see's 12 downloads!) If you remember the sandbox compare tool I wrote way back last year, I have neaten some of the code up a... [More]

Be the first to rate this post

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

Snippy

December 21, 2008 18:28 by Dave
I recently joined stackoverflow (which is awesome, and yes i know i should have done it sooner). however a recent post asked about a way to quickly test snippets of code, with out the need to open visual studio and create a full project. One answer mentioned Snippy. its pretty simply, a smal... [More]

Be the first to rate this post

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

Looking into templating.

November 23, 2008 23:11 by Dave
Work in progress - published to preview On a side project Im looking into a means of templating some output files. I have found 2 main ways so far (with out the need of other tools such as CodeSmith) key focus is free. NVelocity (Noticed Castle Project had u... [More]

Be the first to rate this post

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

FREE Tools for the .Net Developer!

November 2, 2008 17:27 by Dave
Co in siding with the new release of CodeRush Xpress for C#, (give it a go today!) here is a list of FREE tools, which I think, are a must have: .Net Visual Studio Tools Code Rush Xpress, C# & VS2008 only- helps you code faster IntelliSpell Community - correct you bad sp... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:
Categories: 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

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

SandBox Compare CTP (dbproj)

June 1, 2008 03:50 by Dave
Sandbox Compare is for use with dbproj files, which are Database project files generated with DBPro (not tested on VS 2008 version)... This is the CTP. [More]

Be the first to rate this post

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

Generate Xpath from the XmlNode

May 30, 2008 23:33 by Dave
when programming with old school .net XPath (not this fancy linq :) ) you may have a instance of a XmlNode/XmlElement, and require its ABSOLUTE path. well here is a possible solution:. [More]

Be the first to rate this post

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

external dll's in Source Control (dll.refresh)

April 25, 2008 18:24 by Dave
In Source control (SC), when you check in your solution, it does not check in any dll's (i think this is default behaviour).   Well how does this effect you? It may affect how you handle your project external references (any dll built outside the solution, b... [More]

Be the first to rate this post

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