Posted by
Chris on Oct 23rd, 2009 in
Development |
0 comments
Starting now I’m going to start putting up some useful methods I use in some of my applications. They’ll all be in .zip format and be licensed under the GNU General Public License (GPL). Accordingly, each .zip archive will contain the relevant code for the article you’re reading at the time and also a copy of gpl.txt, the freely-available text version of the GNU GPL. Cool. ...
Posted by
Chris on Aug 26th, 2009 in
Databases,
Development |
0 comments
I’m writing this article because a small project I’ve been working on required me to look for information on using SQL Server CE with C# 3.5. I couldn’t find very many useful articles on the topic so I’ve decided to write my own and summarise some of the useful bits I found....