locked
Deploy a web role in Azure RRS feed

  • Question

  • Below is the task i have to complete in a few weeks, my question is does anyone know of any tutorials or books which will be of use to me? I also only have little knowledge of C#.

    You will design the relevant code in ASP.NET and C# so that you can deploy a web role on Azure that can:

    a) read in a zip file from input on the web page

    b) uncompress the zip file which will have an executable, an arbitrary list of arguments and data files

    c) run the executable with the arguments (and hence read in the data files). d) store the output logs for access later.

    You will test this by running a piece of code that reads in a set of arguments which correspond to test files.

    The executable will then read in the text files and then print them out.

    You will also have to design an appropriate UML to explain how the different classes you have written interact.

    Thanks, Sami.
    Monday, January 2, 2012 9:54 PM

Answers

All replies