Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 851 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 851 Bytes

TODO USING ASP.NET MVC

AppVeyor: Build status

This project will be used to explore the following new features in ASPNET 5; starting with an empty project

    • [] Config files
    • Logging
    • Tag Helper
    • Identity
    • Entity Framework
    • Entity Framework Migrations
    • Gulp Tasks
    • Dependency Injection
    • Project.json
    • Bower.json
    • Startup.cs
    • MongodB
    • Custom Middleware

It will also be used to explore Continuous Integration and CD

The Custom Middleware for doing OAuth with LinkedIn is based off of the code for Google OAuth with minor modifications