Code Monkey home page Code Monkey logo

aspnet5ng2seed's Introduction

Video tutorials

  1. Setting up seed project: https://youtu.be/Zkesm9CUP_o
  2. Consume data from aspnet5 mvc6 controller: https://youtu.be/Rq63N61C3G4
  3. Get Started with EntityFramework 7: https://youtu.be/EYsQrEu9Z6c

Future

  • Use Aspnet Identity
  • Implement cookie based authentication
  • Implement validation with aspnet5 taghelpers

Build

  1. Make sure you have ASP.NET 5 RC1 installed.
  2. Open and build the project.

Troubleshoot

Sometimes VS failes to restore the npm deps, restore them from the cmd in that case.

  1. Open a cmd prompt
  2. Navigate to src\aspnet5ng2seed\
  3. run "npm install"
  4. run "dnx ef database update"
  5. Make sure the "node_modules" folder contains all the libs.

Upgrade dnvm and use 1.0.0-rc1-final

  1. dnvm update-self
  2. dnvm upgrade
  3. dnvm use 1.0.0-rc1-final -r clr -arch x86 -p

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.