Johnny posted on April 24, 2008 15:20

I was rummaging through my library of source code I have written over the past 15 years and decided now is a good time to air some of it out. The first to be posted is a source code snippet repository. The purpose of this was to store all the little snips of code I had and be able to easily share these snips with some of my fellow coders. I realize that Visual Studio has wonderful code snip functionality but I wanted to be able to share a single repository of snips with my friends.

CodeCentral is three-tier application. A thick client windows forms application, a Web Service and a database. For the database there is a script in the \DBScripts folder. Just create a database and then execute this script against that database.

Download: CodeCentral.zip

Note: I did not create the syntax highlighting code. A friend of mine gave me this code but I believe he got it from codeproject. I searched but could not find the original article so if anyone comes across it please let me know so I can give credit where credit is due.


Currently rated 5.0 by 1 people

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


Search Blog Post

Follow me on

Twitter Updates

    Recent Comments

    Disclaimer
    The opinions expressed herein are my own personal opinions.

    © Copyright 2010 Johnny Can't Code