From the course: Developing Long-Running Tasks with Microsoft Azure

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Messages using storage queues

Messages using storage queues - Azure Tutorial

From the course: Developing Long-Running Tasks with Microsoft Azure

Start my 1-month free trial

Messages using storage queues

- [Instructor] So let's take a look in how can we send and receive messages from Azure Storage queues using Visual Studio. So I'm going to create a new project. And I'm going to create here a small console app, which is just very simple and very good for our demo, here. So, I'll just type Q demo, and I'm just going here, press okay. So I have here my small console application. I'm going on solution explorer. On my project level, and I'm going for manage new get packages. And in here, I'm just going to browse for Microsoft Azure storage queues. I will select this one. I will accept the version 9.42 is the currently the most advanced one. I'm just going to press install. And this will require me to install a series of other packages, which I will accept. And this will take a while to install. So there we go, it's done. So, now just close the new get, and I'm just going to add here some name spaces, which is, in our case, Microsoft Windows Azure. I'm going for also for the Microsoft dot…

Contents