Other Software Projects

Boggle: A C++/CLI project; allows you to aply some basic 'filters' (color, greyscale, invert, etc.) to an image.

Image filter WCF Service screen one


Quiz Master: Team project with 2 other students. An ASP.NET web application using C#, ADO.NET, and MySQL server. QuizMaster enables teachers to generate a variety of assessments for any of their classes after supplying questions. Students are then able to log in, take these assessments, and receive grading feedback.


Image filter WCF Service Client and Host applications: a server application hosting a WCF library using C# that provides image manipulation processes for clients, including inversion, grayscale, brightness, contrast, and gamma filters. The server provided communication via multiple endpoints using TCP and HTTP. Developed a windows form application client that allowed users to manipulate Bitmap images using the provided filters.