I'm still here

Well, after a few career adjustments, a new child, and many other developments in my personal life I’m still here and kicking.  Over the past several months I have made huge strides in my personal skill development even finally publishing my first android application yesterday!  I released Discover Brewton on... [Read More]
Tags: android me

C# for Beginners [Part 2]

In the previous tutorial we covered some basic structure of a C# program and what it looks like.  I would like to build upon that knowledge and cover some of the basic syntax of C#, some of this may be slightly repetitive from the previous tutorial but it is important... [Read More]

SQLite in C#? [Part 2]

Building off the previous tutorial  SQLite in C# [Part 1] we are going to get a little more in detail with SQLite and populate our database with some information that we can pull back out later. [Read More]

SQLite in C#? [Part 1]

I can’t tell you how many times I am working on an application that I want to store data in an organized fashion but I don’t want the dependency of an external server.  Maybe I want to be able to use the application offline?  Or maybe the device I am... [Read More]