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
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".
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.
This video demonstrates how to add a custom Menu Item to the SharePoint 2013 Site Action Menu using Visual Studio 2013.
This video demonstrates how to create a SharePoint 2013 Custom Feature using Visual Studio 2013.
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.
This video demonstrates how to create both a single file upload or multiple file uploads using ASP.NET MVC 4.
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.
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.
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.
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.
This short video walks you through how to create and use a jQuery Modal Popup in ASP.NET MVC 4.
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.
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.
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).
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.
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.
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.
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.