I have a side project done in ASP.NET MVC. So far the presentation is just very basic functionality.
If I were to hire a designer online and work with them to produce the final website design what process should I follow to make it as easy as possible to take their HTML and CSS and translate that into ASP.NET MVC controls etc?
I am unclear on the best way to do this and where the responsibilities of the developer finish and the designer would begin?
How do these two people that speak different languages work smoothly together to quickly converge on the final product?
Thanks!