CIS 3342 Projects Home

Andrew Lieberman

Project 1 Link

For this project the assignment was to gain some experience creating a web application that includes a simple HTML page with a form that is processed by an ASPX server-side page.


Project 2 Link

The goal of this project was to gain experience building web applications that conform to the multiple-tier software architecture and to gain experience working with GridView controls for dynamic data display.


Project 3 Link

The goal of this project was to gain experience building a small scale Web Application that could be used in the real-world. I also gained experience building a database and a multi-page Web Application using all the concepts learned thus far in the course.


Project 4 Link

This project gave me experience building Web APIs and using them in a Web application. It was an exstension of Project 4 and takes the database interactions and instead has a web API do them.


Term Project Link

For the term project, we made an exstenstion of project 4. It converts all of projects 4 functionality that was done via aspx pages and moves them into razor views, models, and controllers. It also gave me experience in implementing third-party web APIs, serialization and deserialization, dynamic data displays and encryption.