Tutorials
How to create a Calendar of Events in ASP.NET MVC using jQuery FullCalendar
This video is a short demo of how to create a Calendar of Events in ASP.NET MVC 5 using the jquery library "Full Calendar".
Download Source Code
How to Run Visual Studio on Mac OSX
This video shows how you can run Microsoft Visual Studio and Microsoft SQL Server on a Mac OSX machine using Virtualization Technology such as Parallels for Desktop. This is done by installing Windows OS on the Virtual Machine and running it in Coherence Mode.
How To Change XCode Background to Dark
Short video explaining how to change the background color of the XCode Code Editor from light to dark.
SharePoint Development - Part 3 - Adding a Menu Item to Site Actions
This video demonstrates how to add a custom Menu Item to the SharePoint 2013 Site Action Menu using Visual Studio 2013.
Download Source Code
SharePoint Development - Part 2 - How to add a custom feature
This video demonstrates how to create a SharePoint 2013 Custom Feature using Visual Studio 2013.
Download Source Code
SharePoint Development - Part 1 - Stand Alone Console App
This video demonstrates how to create a stand alone windows console application using Visual Studio 2013 to read the collection of lists from SharePoint 2013 and return their title to the screen.
Download Source Code
ASP.NET MVC 4 - Single and Multiple File Upload
This video demonstrates how to create both a single file upload or multiple file uploads using ASP.NET MVC 4.
Download Source Code
Visual Studio 2012 and 2013 - How to Change the Theme from Light to Dark
In this video I will show you how to change the Visual Studio 2012 and 2013 Theme from Light to Dark.
ASP.NET MVC 4 - Adding TinyMCE Html Editor to your Project
In this video I will walk you through how to add a TinyMCE HTML Editor to your ASP.NET MVC Project, and how to troubleshoot through compatibility bugs to make things work.
Download Source Code
ASP.NET MVC 4 - Cascading Combo Box
In this video I will walk you through how to create a set of Cascading Combo Boxes (Cascading Drop Down) in ASP.NET MVC 4.
Download Source Code
A Simple Data Grid for ASP.NET MVC 3 and 4 - Styling - Part 3
In part 3 of the Simple Data Grid for ASP.NET MVC 3 and 4 series, we will focus on changing the look and feel of the Grid by adding some Cascading Style Sheets to our web application to make the Grid look a bit more professional. We will also learn how to enable and disable page sorting and pagination as well as controlling some additional Grid parameters.
Download Source Code
ASP NET MVC 4 - How to Create A jQuery Modal Popup Form - Part 2
In part 2 of the ASP.NET MVC 4 Modal Popup Series, I will demonstrate how to add a Form to the Modal Popup we created in Part 1, and how to use the built in AJAX Helper to Post the information in this form without reloading the page.
Download Source Code
ASP NET MVC 4 - How to Create A jQuery Modal Popup - Part 1
This short video walks you through how to create and use a jQuery Modal Popup in ASP.NET MVC 4.
Download Source Code
How to use NHibernate in Visual Studio Projects
NHibernate is an object-relational mapping (ORM) solution for the Microsoft .NET platform: it provides a framework for mapping an object-oriented domain model to a traditional relational database. Its purpose is to relieve the developer from a significant portion of relational data persistence-related programming tasks.
In this video, we will walk through how to reference and utilize the NHibernate Framework in a Visual Studio 2012 Project Environment, to perform a read and write to and from a SQL Database.
Download Source Code | NHibernate
Using Entity Framework within a Class Library DLL
This short video walks you through how to use the Entity Framework inside of a Class Library DLL so that you can reuse the Library in multiple projects.
Download Source Code | Database
ASP.NET MVC 4 - MySQL Entity Framework Data First CRUD - Part 4
This video walks you through how to use the Entity Framework with MySQL Database (owned by Oracle) to perform basic CRUD Operations (Create, Read, Update, Delete).
Download Source Code
ASP.NET MVC 4 - Entity Framework Data First CRUD - Part 3
This video walks you through how to use a Data First method of generating the CRUD (Create, Read, Update, Delete) Action Methods of an ASP.NET MVC 4 Web Application using the Entity Framework in Visual Studio 2012.
Download Source Code
A Simple Data Grid for ASP.NET MVC 3 and 4 - Part 2
In part 2 of the Simple Data Grid for ASP.NET MVC 3 and 4 series, we will add CRUD operations (create, read, update, delete) to our Grid which we created in part 1.
Download Source Code | Part 1
ASP.NET MVC 4 - Entity Framework Code First CRUD - Part 2
This video walks you through how to quickly generate the CRUD (Create, Read, Update, Delete) Action Methods of an ASP.NET MVC 4 Web Application using the Entity Framework in Visual Studio 2012.
Download Source Code
How to create a Joomla 2.5 Theme - Part 1
This video walks you through how to create a Joomla 2.5 Theme from scratch using a simple text editor and an apache web server and MySQL database.
Download Source Code