I've been working on a C# application that I made for the Facebook game Mafia Wars. I think it's ready for beta testing now and I've uploaded the beta version on this site.
Last Updated on Saturday, 05 December 2009 02:59
This serves as the help file for the Mafia Wars Defense Simulator application.
Last Updated on Saturday, 05 December 2009 03:20
In this article, I'll show you how to use Properties in C#. C# Properties are called accessor methods in object oriented programming. If you're coming from a Java background, it works the same way as the "Getter and Setter" methods in Java.
Last Updated on Monday, 16 November 2009 04:23
A couple of days ago, a friend of mine asked me the question, what is the difference between public and private variables? As I was answering his question I thought, hey that would be a good topic for an article. On this article I'll share my answer to his question and expand a little further on this topic.
Last Updated on Saturday, 31 October 2009 03:41
In this article, I'll show you how to write a simple "Hello World" application in Java. By basic I mean you're only going to use Notepad or a text editor for this one. And also, we are going to compile this Hello World example using just the command console. I meant it when I used the word "basic" for this article's title.
Last Updated on Tuesday, 20 October 2009 23:19
Page 1 of 2