C
C
cirpitch2015-09-04 13:37:28
HTML
cirpitch, 2015-09-04 13:37:28

How can a layout designer do layout for asp.net mvc?

There is a team of two people programmer and coder. They make sites with a back-end on ASP.NET MVC. The project repository is located on TFS. Layout repository in GIT, layout designer uses Sublime Text.
How to organize a robot so that the coder makes views and sees the result of work from his IDE?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
OnYourLips, 2015-09-04
@OnYourLips

There is only one option: to give the layout designer a virtual machine with an installed project.
The layout designer must be able to use a virtual machine and a version control system.
Without a virtual machine, the layout designer simply will not be able to install and configure your project (he doesn’t need this because of his skills - not his profile).

M
mindgrow, 2018-04-12
@mindgrow

I have the following process:
1) First, static html pages are written separately from the project (html, jquery, css all included).
2) The pages are stretched on the asp mvc project
- we define the structure of the model
- we determine the controllers and methods of the controllers
- we write the razor code (to debug the pages at this stage we can send a dummy model for filling)
3) we write the controller code
1 - the designer and layout designer
2 - in principle, a layout designer can do (if he is interested in working with C #) at the View level, but he may need models and controllers to debug stretched pages, and this is already the domain of a backend programmer

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question