CSIS 786: Developing ASP.NET Web Applications

Course Description:

An introduction to ASP.Net Web Development using the Microsoft C# and Visual Basic programming languages. Students will utilize ASP.NET to deliver dynamic content to a Web Application. Topics include Web Forms, User Controls, Server Controls, and Database Integration.

Prerequisites:

Some HTML or previous programming experience recommended.

Goals and Objectives:

  1. Explain the role of the Microsoft .NET Framework to ASP.NET
  2. Add server controls to an ASP.NET Web Form.
  3. Enhance functionality of ASP.NET server controls.
  4. Utilize validation controls to validate user input in an ASP.NET Web Form.
  5. Design and implement an ASP.NET user control.
  6. Access data by using the built-in data access tools that are available in Visual Studio .NET.
  7. Use Microsoft ADO.NET to access data in an ASP.NET Web application.
  8. Apply Extensible Markup Language (XML) data and read it into a DataSet.
  9. Store application and session data using a variety of methods.
  10. Configure and deploy an ASP.NET Web application.