Skip to content

Instantly share code, notes, and snippets.

@nicopaez
Created January 5, 2017 05:19
Show Gist options
  • Save nicopaez/6a7801187dfc9b00c0a145a1b5c414be to your computer and use it in GitHub Desktop.
Save nicopaez/6a7801187dfc9b00c0a145a1b5c414be to your computer and use it in GitHub Desktop.

DevOps exercise

  1. Implement a CSharp webapp that shows the current date and time
  2. Provide detailed instructions to make the application run on a Windows Server 2012 R2 machine

Considerations:

  • To build the app you should use .net 4.5.2
  • Assume the Windows server has a default installation (no IIS, no .Net4.5, etc, etc)
  • The procedure associated to point 2 can contain manual steps, but the more automated, the better
  • You can use the whatever tool to want with the restrictions that those tools should be accesible by us in a free way

Deliverables

  • A link to a github repository that should include the application code and a README.md file with detail instrucctions to build and install the application.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment