August 2010
Intermediate to advanced
1224 pages
34h 17m
English
The components of the sample as defined within the pages of this book include a web role for enabling a user to leave their feedback and a data class for working with an Azure table. The Web role also contains a page for viewing feedback that has been posted by a user. This page is used to respond to user feedback.
Note that a future version of this application will include a Worker role for pulling feedback from a queue and notifying the book’s authors that there is feedback. When the feedback is sent, the item will be pulled from the queue.
Check our blog www.visualstudiounleashed.com/azure for a video walkthrough of creating this worker role and adding it to the solution.
The following ...