Posts
Published 22 November 2011
in archive
with tags
sql
Just some more code for me to bookmark. Problem was the MySQL connections were not being closed, the timeout was set at 8 hours and the connection limit was 400.
Continue reading …
Published 21 November 2011
in archive
with tags
sql
Just another snippet of code that I will forget...
Continue reading …
Published 3 September 2011
in archive
with tags
general
I have been working on my new personal website lately - www.adamkdean.co.uk - which I will integrate with this blog as well as other blogs of mine, to centralise all of the content I put out there.
Continue reading …
Published 26 August 2011
in archive
with tags
csharp
,
xna
,
gamedev
Just a quick example of how you'd lay out an object class, which you could use for items like game objects, the player object, anything that you need to update and draw independently.
Continue reading …