Beginners C# Tutorial

Beginners C# TutorialThis lesson will get you started with C# by introducing a few very simple programs. Here are the objectives of this lesson:
. Understand the basic structure of a C# program.
. Obtain a basic familiarization of what a “Namespace” is.
. Obtain a basic understanding of what a Class is.
. Learn what a Main method does.
. Learn how to obtain command-line input.
. Learn about console input/output (I/O).
Read more

Introduction to Visual Web Developer 2008 Express Edition C# (WebDev1)

Introduction to Visual Web Developer 2008 Express Edition C# (WebDev1)To start, one needs to establish a web site. In establishing a beginning web site I was very conservative, and declared it (by browsing) to be C:Inetpubwwwroot which is the root of the IIS based server running on my desktop machine. I know, one can put these anywhere, but from the point of view of testing this using another computer (a Linux box also on my (physical) desktop ) this is the absolutely simplest solution, i.e., appropriate for beginners. I also choose C# as my language of choice.
Read more

A Scala Tutorial for Java programmers

This document gives a quick introduction to the Scala language and compiler. It is intended for people who already have some programming experience and want an overview of what they can do with Scala. A basic knowledge of object-oriented programming, especially in Java, is assumed.
Read more

Basic introduction to Graphics programming in VB

I was asked recently where on the site one should go to find a basic introduction to graphics programming in VB, and I realised that there was nothing that really covered the basics; things that once you’re messing around with more advanced things you tend to take for granted (and indeed I had done in my other tutorials on the subject.) As such I’m writing this tutorial with no assumed knowledge (hopefully) apart from a very basic knowledge of VB programming in general. As such I’m writing this tutorial with no assumed knowledge (hopefully) apart from a very basic knowledge of VB programming in general.
Read more