A Look At Microsoft TypeScript

TypeScript
TypeScript is Microsoft's open source ECMAScript language that is available free for public consumption. The goal of TypeScript is geared towards large scale application development.

Filed under:

Programming C# and MySql

C Sharp
This article will look into the basics of developing database applications with C# and the MySql Connector/NET driver.

Filed under:

Basic Multithreading in C#

C Sharp
This article looks at multi-threading in C# and serves as a basic tutorial to get you up and running fast.

Filed under:

C# Types

C Sharp
We take a look at C# data types and how they closely mirror .NET representations.

Filed under:

A Look At Microsoft C# 5

C Sharp
An introduction for new developers whom have been given the task of hitting the ground running, creating applications with the Microsoft C# programming language and Visual Studio 2012.

Filed under:

Microsoft Development Tools 2012

MS Visual Studio 2012
Windows 8 is coming out on October 26, 2012. Developers are quickly building applications to submit to the Windows Store. If you are looking to jump aboard this bandwagon, here's a look at some development tools you will need.

Filed under:

Invoking a PHP Function Across The Web Via AutoIt

AutoIt
This is a short, yet easy tutorial to wrap your head around. It involves calling a PHP function remotely through AutoIt.

Filed under:

A Look At Magic Methods In Php

PHP logo
Here's a look at the special magic methods in PHP and how they can be utilized in your object oriented programming efforts.

Filed under:

Creating An AutoIt Application Debugging Window

AutoIt
Here's a little code snippet that will let you monitor debugging messages as your AutoIt program runs.

Filed under:

Changing the User Agent String In Internet Explorer


In this tutorial, I discuss and provide an automated method of changing the user agent string in Internet Explorer.