Use WCF Communication with role instance in azure 1)In worker role build WCF Service public override void Run() { // This is a sample worker implementation. Replace with your logic. Trace.TraceInformation("WorkerRole1 entry point called", "…
Building worker role B (email sender) for the Windows Azure Email Service application - 5 of 5. This is the fifth tutorial in a series of five that show how to build and deploy the Windows Azure Email Service sample application. For information about…
Building worker role A (email scheduler) for the Windows Azure Email Service application - 4 of 5. This is the fourth tutorial in a series of five that show how to build and deploy the Windows Azure Email Service sample application. For information a…
Building the web role for the Windows Azure Email Service application - 3 of 5. This is the third tutorial in a series of five that show how to build and deploy the Windows Azure Email Service sample application. For information about the application…
.NET Multi-Tier Application Using Storage Tables, Queues, and Blobs - 1 of 5 This tutorial series shows how to create a multi-tier ASP.NET MVC 4 web application that uses Windows Azure Storage tables, queues, and blobs, and how to deploy the applicat…