.NET Framework MasterClass Videos

"I tried to learn .NET by taking boot camp classes that cost me $6,000. After taking the classes, I discovered tons of free (and very cheap) videos on the internet created by experts in the field. I found the videos to be much better than the classrooms. The videos were presented by Microsoft presenters that knew the material backwards and forwards, and they were much cheaper and better than the classroom teachers. I have spent the last three years... [Read More...]

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... [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... [Read More...]

C# Video Tutorials (26 Hours of Premium Videos)

Here is a collection of over 26 hours of premium video tutorials on C# by Learn Visual Studio. In order to view the videos, you need to become a member of Learn Visual Studio. 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... [Read More...]

ASP.NET Video Tutorials – (35 Hours Premium Videos)

Here is a collection of over 35 hours of premium video tutorials on ASP.NET by Learn Visual Studio. In order to view the videos, you need to become a member of Learn Visual Studio. 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... [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... [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...]

Next Page »

This blog uses the cross-linker plugin developed by Web-Developers.Net