https://code.tutsplus.com/courses/building-a-cms-with-aspnet-mvc5
- Admin was created by right clicking and create new area
- http://localhost:58895/admin/post/create
- Add is in 2.3
- Nuget > JustMock
- The admin area is created with it's own controllers and views and stored under the
/Admin
folder.