Source: LearnVisualStudio.net
Another free video from LearnVisualStudio.net. View online
Saturday, February 9, 2008
Securing ASP.NET 2.0 Web Sites with Login and Membership Controls
Tags ASP.NET
ASP.NET 2.0 Page Compilation, Control Tree and Rendering
Source: LearnVisualStudio.net
Another free video from LearnVisualStudio.net. View online
Tags ASP.NET
Object Dependencies in SQL Server
Source: JumpStart TV
In this video, Randy Dyess shows you how important SQL Server dependencies are and some of the faults with SQL Server 2005 with these. For example, SQL Server will allow you to create a stored procedure that points to a table that doesn't exist. He also shows you how this problem has been corrected in SQL Server 2008. View online
Tags SQL Server
Wednesday, November 7, 2007
Passing Params from VB.Net to Stored Procedures
Source: www.computervideos.110mb.com
Now see how to pass values from VB.Net to SQL Server Stored Procedure and return results back! Download View Online
Tags SQL Server, VB.Net
Calling a Stored Procedure from your VB.Net Program
Source: www.computervideos.110mb.com
Explains how to call a SQL Server stored procedure from VB.NET. Download View Online
Tags SQL Server, VB.Net
What is a SQL Parameter? Check this out!
Source: www.computervideos.110mb.com
See how easy it is to create Parameters in SQL Server and then pass values to it using VB.Net. Download View Online
Tags SQL Server, VB.Net
Sunday, November 4, 2007
Saturday, November 3, 2007
Creating new DotNetNuke modules
Source: JumpStart TV
In this video, Brian shows you how to create modules for DotNetNuke. He covers the code to build your own module, which expands the power of the most widely used portal software on the web. View online
Tags DotNetNuke, VB.Net
Joining Tables
Source: JumpStart TV
Part 1: In this video for beginners you'll begin to learn how to write queries that use more than one table using T-SQL. Kathi walks you through common tactics to efficiently pull out data from a normalized system. View online
Part 2: In this session, Kathi continues her popular series and shows some of the more advanced joining techniques in T-SQL. She shows T-SQL self, outer and cross joins and gives many examples on how to use them. View online
Tags SQL Server, T-SQL