Coder Social home page Coder Social logo

lawrence2013 / aspnet.identity.dapper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from whisperdancer/aspnet.identity.dapper

0.0 2.0 0.0 7.46 MB

AspNet Identity 2.0 Storage Provider using Dapper

C# 83.95% CSS 0.33% ASP 0.06% HTML 3.27% JavaScript 12.39%

aspnet.identity.dapper's Introduction

AspNet.Identity.Dapper

AspNet Identity 2.0 Storage Provider using Dapper. A drop in replacement for EF. Dapper is a simple object mapper for .Net. You can read about it and download it here. https://github.com/StackExchange/dapper-dot-net

  1. Create Member database using scripts in the database project. Note, the db has been modified from the standard AspNet database tables. The architects of AspNet Identity designed it with this in mind. My modifications are mostly cosmetic and consist of table name changes and the primary key on the Member table is an int rather than the default string. Otherwise all remaining columns in all tables are identical to AspNet default tables. Note, when changing db table names or columns remember to modify the queries in the table classes.
  2. Open the solution in VS 2013. Update web.config to point to the location of your database
  3. Run the solution.
  4. Note, the solution includes a working MVC5 website that has already been wired up to use Dapper rather than EF. EF has been completely removed from the sample site.

aspnet.identity.dapper's People

Contributors

whisperdancer avatar

Watchers

James Cloos avatar Lawrence avatar

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.