Training and Certification

Rubel Khan's Blog

Archive for the ‘ASP .NET’ Category

Microsoft Training Kits

Posted by Rubel Khan on October 25, 2009

Posted in ASP .NET, Free Training, Microsoft, SQL Server, SharePoint, Visual Studio (.NET), Windows 7 | Tagged: , , , , , , | Leave a Comment »

Ramp Up with New ASP.NET Tracks

Posted by Rubel Khan on August 4, 2009

Web Development with ASP.NET – This track should enable you to quickly learn some basic skills with ASP.NET, and provide foundational knowledge to get started down the path of building Web applications with Visual Studio.
Move from ASP to ASP.NET – This course is designed to help ASP developers learn the nuances of building Web applications with ASP.NET, without presuming existing knowledge of earlier versions of the technology.
Move from PHP to ASP.NET – Designed to help PHP developers learn the nuances of building web applications with ASP.NET, without presuming existing knowledge of earlier versions of the technology.

Posted in ASP .NET | Leave a Comment »

ASP .NET “How-Do-I” Series

Posted by Rubel Khan on August 2, 2009

This video series consists of over two hours of content focused on solving the common questions developers are facing every day with ASP.NET 2.0. For this and more ASP .NET resources, visit ASP .NET

How Do I: Create Data-Driven Web Sites?

See how simple it is to create data-driven web sites using ASP.NET 2.0, Visual Web Developer 2005 Express Edition, and SQL Server 2005 Express Edition. Learn how to create a database, add its data, and display that data on a web page.

Duration: 13 minutes, 41 seconds

How Do I: Customize my Site with Profiles and Themes?

Learn how to use Profiles to collect per-user configuration information and apply Themes to extend a consistent look-and-feel throughout the Web site.

Duration: 12 minutes, 21 seconds

How Do I: Use Master Pages and Site Navigation?

Create a web site with a consistent layout and design across all its pages using ASP.NET 2.0 MasterPages. See how easy it is to add navigation to a web site using the new TreeView and SiteMapPath controls.

Duration: 13 minutes, 14 seconds

How Do I: Secure my Site using Membership and Roles?

Learn how to secure a web site using the new Membership and Roles features of ASP.NET 2.0. Topics include user registration, password recovery, and restricting access to content with roles.

Duration: 17 minutes, 43 seconds

How Do I: Create a “Contact Us” Page?

Build a web page to collect information from the user with the Wizard control, validate that information, and use the System.Net.Mail classes to send a confirmation email message.

Duration: 13 minutes, 59 seconds

How Do I: Create a Full-Featured Customer Login Portal?

Follow along through the creation of a fictitious customer portal to learn about master pages, themes, membership, roles, site navigation, user profiles, and the Web Site Administration Tool.

Duration: 27 minutes, 55 seconds

How Do I: Utilize Web Parts and Personalization?

Learn how to use the new Web Parts and Personalization features to build customizable web pages whose content and layout can be modified by the user.

Duration: 13 minutes, 39 seconds

How Do I: Learn the Tips and Tricks of Experts?

View tips and tricks including encrypting sensitive information stored in the web.config file, posting content to a different page, simplifying complex URLs using URL remapping, and much, much more.

Duration: 18 minutes, 46 seconds

How Do I: Create a Multi-Lingual Site with Localization?

Learn how to create culture-aware and locale-specific web content with no additional code. Use the Resource Editor to create page-level and application-level resources.

Duration: 13 minutes, 37 seconds

How Do I: Make use of Caching?

Watch a demonstration of Page Output Caching followed by an overview of the new Database Caching support for SQL Server 2000 and SQL Server 2005.

Duration: 11 minutes, 34 seconds

How Do I: Make Greater use of Caching?

Watch a demonstration of Partial-Page Output Caching, followed by an overview of the Cache API that demonstrates how to efficiently bind a data presentation control to an XML file.

Duration: 15 minutes, 36 seconds

Posted in ASP .NET, How Do I? Videos, Visual Studio | Leave a Comment »