Windows 7 (21 Video Tutorials for Developers)
Here is a collection of 21 free video tutorials on Windows 7 for developers. Windows 7 is Microsoft’s current operating system for use on personal computers, including home and business desktops, laptops, netbooks, tablet PCs and media center PCs. Where Did Windows 7 Get Its Name? The name for Windows 7 is perfectly in line with previous releases of MS-Windows. Here is the chronology: One. The very first release of Microsoft Windows: Windows... [Read More...]
Microsoft Robotics Developer Studio (15 Free Video Tutorials)
Here is a collection of 15 free video tutorials on Microsoft Robotics Developer Studio (MRDS). The Microsoft Robotics Developer Studio is a Windows-based environment for robot control and simulation. You can download Microsoft Robotics Developer Studio here. The Albert Einstein robot in this video was not developed with Microsoft Robotics Developer Studio, but it does serve to point the direction robotics is heading. (All the other videos in... [Read More...]
C# Video Tutorials (139 Hours of Premium Videos)
Here is a collection of over 139 hours of premium video tutorials on C# by Pluralsight. In order to view the videos, you need to become a member of Pluralsight. Background: C# is a simple, modern, general-purpose, object-oriented programming language. Anders Hejlsberg is the chief architect for C#. It has an object-oriented syntax that evolved out of C++. The most recent version of the language is 3.0, and it was released in conjunction with the .NET... [Read More...]
ASP.NET Video Tutorials – (258 Hours Premium Videos)
Here is a collection of over 258 hours of premium video tutorials on ASP.NET by Pluralsight. In order to view the videos, you need to become a member of Pluralsight. Background: ASP.NET is a web application framework developed by Microsoft. The framework makes it possible for programmers to build dynamic web sites, web applications and web services. ASP.NET is built on the Common Language Runtime (CLR). The CLR allows programmers to write ASP.NET... [Read More...]
ADO.NET – Over 3 Hours of Premium Video Tutorials
Here is a collection of over 3 hours of premium video tutorials on ADO.NET by Learn Visual Studio. In order to view the videos, you need to become a member of Learn Visual Studio. Background: ADO.NET is an outgrowth of ADO (ActiveX Data Objects) technology. ADO relied on COM objects whereas ADO.NET is based on the .NET Framework. ADO.NET does not replace ADO for the COM programmer; rather, it provides the .NET programmer with access to relational... [Read More...]
.NET Remoting – 10 Premium Video Tutorials
Here is a collection of 10 premium video tutorials on .NET Remoting by Learn Visual Studio. In order to view the videos, you need to become a member of Learn Visual Studio. Here are a few things you need to understand about remoting: Purpose: .NET Remoting makes it possible for software components to interact across application domains. History: .NET Remoting is an API that was introduced with .NET Framework 1.0 in 2002 to improve upon earlier technologies... [Read More...]
.NET Framework Threading – 5 Premium Video Tutorials
Threads Running within a Process Here is a collection of 5 premium video tutorials on .NET Framework by Learn Visual Studio. In order to view the videos, you need to become a member of Learn Visual Studio. Here are a few things you need to understand when working with threads: Threads areĀ light-weight processes that make multitasking within a single application possible. System.Threading is the base class used for threading Programmers don’t... [Read More...]
.NET Framework – 4 Premium Videos by Learn Visual Studio
.NET Framework Versions Here is a collection of 4 video tutorials on .NET Framework by Learn Visual Studio. You need to become a member of Learn Visual Studio to view the videos. The Microsoft .NET Framework is a software framework that includes a library of coded solutions to common programming problems and a virtual machine that governs the execution of programs written for the framework. The .NET Framework consists of these two components: Base... [Read More...]
Azure Services Platform For Developers- (5 Hours of FREE Video Tutorials)
Here is a collection of 5 hours of free tutorials on Azure Services for Developers. This video series is from the msdev.com website, and it is presented by Nancy Strickland and Bill Lodin. Azure Services Platform is an application platform in the cloud that makes it possible for applications to be hosted and run at Microsoft datacenters. It consists of a cloud operating system called Windows Azure that serves as a runtime for the applications and... [Read More...]
Visual Studio 2010 Beta 1(Six Hours of FREE Video Tutorials)
Here is a collection of over 6 hours of free tutorials on Visual Studio 2010. This video series is from the msdev.com website, and it is presented by Nancy Strickland. Nancy is a trainer at IT Mentors. The codename for Visual Studio 2010 is “Hawaii.” A CTP (Community Technology Preview) version was released in 2008 as a preinstalled virtual hard disk. In May 2009, the Visual Studio 2010 Beta 1 was released as an installable version, unlike... [Read More...]
ASP.NET Security (3 Hours) – Authentication,Membership, and Login Controls
Here are over 3 hours of asp.net security video tutorials. The tutorials are from the ASP.NET web site, and the presenter is Joe Stagner. In these tutorials, you will learn about the web site administration tool, login controls, authentication, and membership. ASP.NET Security Num Series Title Date Presenter Min 298 Authentication Using Basic Forms Authentication in ASP.NET 7/16/2008 Joe Stagner 23 299 Authentication How to... [Read More...]