Adron / AWS-Toolkit-Samples

AWS Toolkit Samples

Home Page:http://blog.adron.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

endorse

AWS SDK + VS Toolkit Demo w/ TDD/BDD Pairing

This application is setup to provide samples for two core topics of software development;

  1. Simple Cloud Computing Architecture using ASP.NET MVC 3 + Razor.
  2. TDD and BDD Development Practices.

For testing the following libraries have been used, all retrieved utilizing NuGet.

Solution Folder Structure Break Down

This list does not include a description for every file and folder, but instead just for specific key files and folders. This initial description is for the solution and projects located in the "AWS Toolkit Completed Example" Folder.

  • Solution Items

    • .gitignore - the file has all the files and folders to ignore for git.
    • README.md - this file you're reading right now.
  • AWS_MVC_Web_Application - This is the primary ASP.NET MVC Web Project.

    • _bin_deployableAssemblies - this includes all of the assemblies added via the Microsoft automated "Project dependencies..." dialog.
  • Web_Application_Unit_Tests - This is the testing project for the overall solution.

Stepping Through with the Stage Projects

Each of the stages of developing TDD/BDD + Pairing Style are setup in the folders named "TDD BDD Stage XXX". Each of these projects is setup and in a particular "stage" of development moving toward the end goal of the "AWS Toolkit Completed Example" Solution.

About

AWS Toolkit Samples

http://blog.adron.me


Languages

Language:JavaScript 97.2%Language:C# 1.8%Language:PHP 1.0%Language:ASP 0.0%Language:Shell 0.0%