As many of you know MVC applications will have one or more of these View elements.
- Partial Controls
- Views
- Strongly Typed Views
- And probably others that I don't know yet.
As many developers, I am one of those that has no art for design, I can't think about colors, just about logic. I will like to contract out the graphic design of my small web app, about 7-10 pages. The biggest task is to create a good template (CSS and Master Page) with a good color palette. My question is how do I go about it?
Do I take the View directory and send it to the graphic artist? Do I send the whole application (i will like to avoid that)? Do I take snapshots (jpg, png) of the application now and send it to the GA?
Thanks in advance.