SharePoint Products and Technologies for Developers – 16-Part Video Series
Premium .NET Training Video Tutorials .NET .NET Programming (C# or VB) (Web or Desktop) KeySupporting Languages HTML CSS JavaScript SQL Server Other Premium Videos Tutorials ... [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...]
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...]
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...]
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 Min298 Authentication Using Basic Forms Authentication in ASP.NET 7/16/2008 Joe Stagner23299 Authentication How... [Read More...]
Migrating to ASPNET (8 ASPNET Training Videos)
This is an 8-part ASP.NET Training Video series. These ASP.NET Training videos are from the ASP.NET website. If you are interested in learning ASP.NET basics, you ought to give Fritz Onion's Essential ASP.NET 15-hour video series a try. photo credit: Extra Ketchup 8 ASP.NET Training Videos – Migrating to ASP.NET Num Series Title Date Presenter Min290 Videos on Migrating to ASP.NET [Intro... [Read More...]
ASP.NET Training (84 ASP.NET Training Videos)
Here is an 84-part ASP.NET Training Video Series. These ASP.NET Training videos are from the ASP.NET website, and they are presented by some of Microsoft's best experts. If you are interested in learning ASP.NET basics with a very hands-on practical approach, give Bill Steele's ASP.NET Soup To Nuts 26-hour video series a try. photo credit: Jonathan Camp 84 ASP.NET "How Do I?" Training Videos Num Series Title Date Presenter Min206 "How... [Read More...]
Building ASP.NET 2.0 Web Sites with Microsoft Web Developer (14 Videos)
This is a magnificient 14-part video tutorial series on using Microsoft Web Developer to build Web Application Projects in ASP.NET 2.0. The links point to a series on ASP.NET by Bob Tabor. Here are some of the topics covered: web application project, web service application, download visual studio 2005, microsoft web developer,asp net grid, ajax grid. photo credit: lu_lu Using Microsoft Web Developer to Build Web Application Project... [Read More...]
