Drill Details

Level:
2 ?
Duration:
3 hours
Language:
Visual C#

Summary

This Drill shows how to use ASP.NET 2.0’s sophisticated exception handling and input validation to build robust applications. Tasks demonstrate how to implement structured exception handling, create custom exceptions, and handle application-level errors. The Drill also shows how to validate user input using ASP.NET’s built-in controls, as well as using custom controls and regular expressions.

Audience

This Drill is for developers who want to be able to implement structured exception handling techniques and explore ways to validate user input in ASP.NET 2.0 applications using validation controls.

What you'll learn

You will be able to implement structured exception handling techniques and validate user input in ASP.NET 2.0 applications using validation controls.

What you need to know

We assume that you’re already familiar with the concepts of programming and you’ve some experience with Visual Studio 2005. For this particular Drill, you’ll also need to be comfortable with Visual C# or Visual Basic syntax and HTML. Although not essential, experience in object-oriented development and server page technology would also be useful.