SharePoint Products and Technologies for Developers – 16-Part Video Series

photo credit: Wonderlane Here is a collection of free video tutorials on SharePoint for Developers. The 16-part video series is presented by Microsoft’s Mike Benkovich and Lynn Langit. Microsoft SharePoint is also called Microsoft SharePoint Products and Technologies. SharePoint is a collection of products and software elements that includes: web browser based collaboration functions process management modules search modules and a document-management... [Read More...]

ASP.NET Web Site Security Vulnerability Cheat Sheet

ASP.NET Web Site Security Vulnerability Cheat Sheet: 1. To avoid SQL Injection, replace all SQL Commands with parameterized queries or stored procedures (using LINQ to SQL exclusively will also totally eliminate SQL Injection). 2. To avoid packet-sniffing and session hijacking, always use https when sending cookies 3. To avoid Cross-Site Scripting problems, use httpOnly when setting cookies    Here is a summary of the information in the articles... [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...]

« Previous PageNext Page »