This post is a portion of my series on Windows Programming using C# (C Sharp). You can see all of the posts by going to http://fixbyproximity.com and clicking the “Windows Programming with C#” button at the top of the site.
- Part 1.0: Introduction
- Part 1.1: Visual Studio 2010 Interface
- Part 1.2: Out First C# Program
Objective:
Ensure that the software is correctly installed and running. Learn the basics of a C# application.
Topics:
- Introduction
- Creating a new project
- Basics of the code
- Hello World application
Perfect, I just started picking this language up after watching your 2D OOP video game series. Learning a little about C# really cleared up some misunderstandings I had about how class inheritance works, polymorphism, the “virtual” keyword, and using lists. I just started programming in C++ and VB this past January but I’m started to get the hang of it.