In the web role project (if you have one), paint your Web page, using the Web Forms designer in Visual Studio. Add code to
communicate with the worker role.
In the worker role project (if you have one), add the code to communicate with the web role and with your business logic.
To handle queues, you might need code to:
Create request/response queues
Add info to queues and send requests
Receive the response from the queue and pass it back to the business logic