dbones notes
its a geek thing

TinyPlug

March 26, 2010 21:46 by Dave
An initial release of TinyPlug is out! you may be asking what is that.. Well its a small plug-in manager. It was born due to a side project requiring a simple plug-in mechanism. It’s not in competition with any other manager, and should not be mistaken for an IOC container (MEF co... [More]

Be the first to rate this post

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

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

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

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

Building an application which supports Plug-ins

March 17, 2008 23:17 by Dave
engineer a program which can use plug-ins (developed by others) and instantly use them without the need to recompile the code. Thus a truly pluggable program. Well here is the good news, its easier than I had thought to do it with .Net, so lets start.. [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