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


Related posts

Comments


in raoof ahmed khan
April 28. 2008 05:41
Hi
i am a newbie in web application dev so kindly guide me thru important concepts and topics.

Regards.
Khan




za John
May 6. 2008 08:45
Maybe you should add the CNEG.SyntaxHighlighting, otherwie your code is not gonna help much.




May 6. 2008 10:11
Sorry about that. I uploaded the wrong ZIP file. I have replaced the zip file with the correct one which contains the SyntaxHighlighting project.


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