A short slide presentation on Microsoft’s strategy as it pertains to .Net. Topics covered are the Application Development Foundation as well as WCF ( Windows Communication Foundation ), WWF ( Windows Workflow Foundation ), WPF ( Windows Presentation Foundation ) and CardSpace.
Music, animation and sparklies also highlight the sweet presentations possible with Keynote. It [...]
Tag Archive 'tutorial'
This is a video tutorial on installing the Adventure Works sample database onto SQL Server Express 2005 on Windows Server 2003. The Adventure Works samples are not included with SQL Server Express and need to be installed for many tutorial ( including mine ) that are out there.
How to install Windows Sharepoint Services 3.0 on Windows Vista using Bamboo Nation’s setup program! This rocks and it was pretty simple.
Vista will need to have these things installed for this tutorial:
Windows Vista 32 ( I have not tried it on 64 )
Windows Vista Service Pack 1
IIS 7.0
SQL Server 2005 Express Edition
In the Windows Features Menu [...]
Step 2 in the Windows Server 2003 in a VM tutorial. In this step we will be installing the VMware Tools into the Virtural Machine so we have good and fast drivers for the OS.
also on YouTube, but not as clear.
This tutorial continues with Disabling IE Enhanced Security Configuration.
Windows Server 2003 install into a VMWare Fusion virtual machine. This setup is tailored for use with Ted Pattison’s wonderful book, Inside Microsoft Windows Sharepoint Services 3.0, but it is good for any install of Server 2003 and VMWare.
if you click above and and get a weird question mark just hang in there. Sometimes hosting [...]
Short tutorial on the World of Warcraft Armory to help me learn Screenflow. This links to the video that is better than the YouTube version below. Enjoy!
This is the YouTube version of the tutorial. It doesn’t look as clear as the one you can get above. It is; however, embeddable!
Sharepoint Tutorials About to Launch
Posted in Computers on Aug 10th, 2008
My Sharepoint and Windows programming tutorials are about to launch. I need to complete the video portion of the tutorial, but the script and the screenshots are about complete.
Just some info for your thinking:
Topic of the first tutorial is the install of Windows Server 2003, Office, Visual Studio 2005, Windows Sharepoint Services 3.0 and the [...]
Exposing Master Page Data on a Content Page
Posted in Computers on Jun 4th, 2008
A master page can share data with content pages in ASP.Net. Content pages can also send data UPWARDS to the master pages. Doing this can be a bit tricky as there are good and bad ways to achieve the functionality. The rule to remember is do NOT make things public, instead please make data available [...]