#Description This is a project for testing Web. It started with MVC4 and now it's with MVC5.
The project is a web workout software. You can build your workout. The project is not a usable one. It's really just for fun and to learn .Net Framework. The goal is to keep it as simple as possible without having overwhelming layers.
This project as multiple articles in my Asp.Net MVC Blog
##To create the database.
- Create a new database called "WorkoutPlannerDb" to the (localdb)\v11.0
- Execute the migration tool with these two commands:
- update-database -ConfigurationTypeName "ConfigurationIdentity"
- update-database -ConfigurationTypeName "Configuration"
##Series Articles
- Article #1: Asp.Net MVC Enterprise Quality Web Application
- Article #2: Asp.Net MVC Enterprise Quality Web Application Model
- Article #3: Asp.Net MVC Enterprise Quality Web Application Controller
- Article #4: Asp.Net MVC Enterprise Quality Web Repository Layer
- Article #5: Asp.Net MVC Enterprise Quality Web with Entity - Framework
- Article #6: Asp.Net MVC Enterprise Quality Layers
- Article #7: Asp.Net MVC Enterprise Quality Web Security