Main Portal Page

Find a Project?  

Project Descriptions

  • Weekly Assignments:
    1. Design an index page for your assignments using ASP.NET. All assignments must appear in a drop-down menu and the selected assignment page should be displayed after clicking the 'Go' button. Hint: use DropDownList control and Response.Redirect.
    2. Design an ASP.NET application to search a product catalog.
    3. Design tiered ASP.NET components with the following functions: adding items, querying items, updating, and deleting records. Create a database on the SQL server and write demonstration pages.
    4. Design an ASP.NET application using compiled custom controls.
    5. Create an ASP.NET web service and test it through an ASP.NET page.
    6. Create an interactive AJAX web page using ASP.NET AJAX. Write a Web service to support this AJAX page.
  • Final Project:
    • Final Project Deliverable A: Due on Thu Apr 26, 2007 05:45 pm
      1. List of team members and responsibilities of each team member and URL to your site. Note: each team member must be responsible for writing at least one component or compiled custom control in the project.
      2. Business case of the application and value proposition.
      3. N-tier application design and component architecture
      4. Specifications of each object and component including methods and their parameters.
    • Final Project Web Site URL: Due on Thu May 31, 2007 05:45 pm
    • Final Project Deliverable B: Due on Thu Jun 07, 2007 05:45 pm
      1. Site organization (chart suggested)
      2. Detailed specifications of each object and component (final version)
      3. Detailed testing plan with results noted
      4. Print of all the source code