Be able to write a complex MVC web application and deploy to the cloud
Learn how to provision and deploy a database to the cloud
The App
This is a multy page and multy table database that manages artists and their artwork. In the app you can view, create, edit, and delete artists from the
database. You can view lists of artwork done by artists and a list of artwork classifications. The main page contains genre buttons that display artwork
by genre in the main page using ajax. It is using a database that is in Azure and the app itself if in Azure as well.
ASP.NET MVC 5 Demo
I have included a demo of the MVC project. It can be found in the header by clicking the "Code Demo"
tab for screenshots with sample code.