Tutorials
ASP.NET MVC 4 - How to Create Mobile and Desktop Versions of a Website
This video walks you through how to create both a Mobile and a Desktop version of a Website using ASP.NET MVC 4 using built in MVC 4 features that make it easy to do so.
Download Source Code
WCF Services - How to create a simple WCF Service - Part 1
This video walks you through how to create a simple WCF Service using Visual Studio 2012 and consume it from a Windows or Web Application.
Download Source Code
Symfony 2 - Creating a Blog Bundle - Part 2
This is Part 2 of the Symfony 2 Tutorial Series. In this part we will walk through creating a basic functional blog system using the built in scaffolding feature of Smyfony to generate the basic CRUD and listing page views, model and controllers.
Download Source Code
Symfony 2 - Installation and Configuration - Part 1
This video walks you through the installation and configuration of the Symfony 2 PHP Framework on a Windows Workstation.
How to install Git in Visual Studio 2012 - Part 2
In this part, we will walk through how to create a repository, how to clone a remote repository, how to make changes to it, and how to commit and then push it back to the remote repository.
How to install Git in Visual Studio 2012 - Part 1
Short video which walks you through the installation of the native GIT Source Control Provider into Visual Studio 2012.
How to create a Setup Project in Visual Studio 2012 and 2013 - Part 1
This short video walks you through how to create a new Setup and Deployment Project in Visual Studio 2012 using the new InstallShield Lite Project Type and how to add your project output to the installer and create the installer.
How to Add an Eclipse Project to a Remote Repository
This video demonstrates how to Push an existing Project which is under local Git Source Control in Eclipse using EGit Plugin to a Remote Repository such as GitHub.com or BitBucket.org. The video assumes that you already have Eclipse and EGit plugin installed already. If you do not please review my previous videos on how to do that.
How to add Git Source Control to your existing Android Eclipse Project
This short video demonstrates how to add Git Source Control to your existing Android Eclipse Project and create a local Git Repository for the Project. The video assumes that you have Eclipse, Android Developer Tools and EGit Plugin installed on your machine (EGit is the Eclipse Git Plugin). If you don't have them installed, please review the previous videos I have created on how to do that.
How to Install Git Source Control Plugin (EGit) into Eclipse
This short video demonstrates how to download and install the Git Source Control Eclipse Plugin (also known as EGit) into your Eclipse Application.
A Simple Data Grid for ASP.NET MVC 3 and 4 - Part 1
One of the most useful and often overlooked features of ASP.NET MVC 3 and 4 is the ability to create and use Simple Data Grids. Unlike prior versions of ASP.NET MVC which did not have built in support for Data Grids, the latter allows you to fairly quickly create a Grid wich includes Sorting of Columns as Well as Paging. This short video will demonstrate exactly how to do that.
Download Source Code
How to Setup the Android Development Environment on Windows
This is a short video which walks you through how to download, install and configure the Android Development Environment (also known as ADT or Android Developer Tools) on a Windows Machine.
Installing and Configuring Apache, PHP and MySQL with Xampp
This video walks you through installing and configuring Apache Webserver 2.x with PHP 5.x, MySqL 5.x, Perl, FTP Server and all other components necessary to start developing Open Source Web Pages.
How to Setup Domain Controller and DNS Windows 2003 Server
This video is a step by step demonstration of how to Setup and Configure a Windows 2003 Server Domain Controller, Active Directory and DNS for your Business or Home Network.
Beginning HTML Part 1
Tutorial covering basic HTML for beginners, Part 1:
Beginning HTML Part 2
Tutorial covering basic HTML concepts for beginners, Part 2.
Basic HTML Forms
Videos covering HTML Forms for those of us who are not familiar with basic HTML Forms (38 min long):
Windows 8 Developer Preview
This video shows how the Windows 8 Developer Preview (released October 1st 2011) User Interface looks and feels.
How to create a PHPBB ModX with ModX Generator
This video shows how to create a PHPBB ModX Installer Package using the ModX Generator.
phpBB MODX Generator Tutorial from modteam on Vimeo.
Debugging SQL Stored Procedure From Visual Studio 2010 C# Application
This video is a step by step tutorial which demonstrates how to step into a Microsoft SQL Stored Procedure from within a Visual Studio 2010 C# Application (managed code) by both using the Automated method and also by attaching to the SQL Service Executable.