Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 547 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 547 Bytes

Lead Management - ASP.NET MVC Demo Application

Demo

This demo is available and running in Windows Azure at leadmanagement.brandonkaid.com

Technologies Used

  • Twitter Bootstrap 3 for front end
  • ASP.NET MVC 5 for middle/presentation tier
  • ASP.NET Identity 2 for authentication layer
  • AutoMapper for translating domain models into view models
  • Moq for unit test mocking
  • Unity for inversion of control
  • Entity Framework for database repository layer
  • Windows Azure for web hosting