Coder Social home page Coder Social logo

haihong81 / mr.aspnet.identity.entityframework6 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mrahhal/mr.aspnet.identity.entityframework6

0.0 1.0 0.0 110 KB

EntityFramework 6 provider + InMemory providers for Asp.Net Core Identity.

License: MIT License

PowerShell 3.81% C# 96.16% CoffeeScript 0.03%

mr.aspnet.identity.entityframework6's Introduction

MR.AspNet.Identity.EntityFramework6

Build status NuGet version License

EntityFramework 6 provider + InMemory providers for Asp.Net Core Identity.

What is this?

All you have to do in your app:

  • Remove everything EF Core related, this means: Microsoft.EntityFrameworkCore.Tools, Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.InMemory and Microsoft.AspNetCore.Identity.EntityFramework. And instead add the following: EntityFramework and MR.AspNet.Identity.EntityFramework6.
  • Replace all EF Core namespaces with their EF6 counterparts.

MR.AspNet.Identity.EntityFramework6 NuGet version

The port of Microsoft.AspNetCore.Identity.EntityFramework to work under EF6.

MR.AspNet.Identity.EntityFramework6.Key.Int NuGet version

An implementation that uses an int as the primary key for users and roles.

MR.AspNet.Identity.EntityFramework6.InMemory NuGet version

Contains in memory implementations of IUserStore and IRoleStore to be used in unit tests.

MR.AspNet.Identity2.EntityFramework6.InMemory NuGet version

Contains in memory implementations of IUserStore and IRoleStore for identity 2 to be used in unit tests.

Note: In memory stores have a dependency on MR.Patterns.Repository for the in memory repository implementation.

MR.AspNet.Identity.EntityFramework6.Models NuGet version

Contains the models. This package has no dependencies.

Samples

Check out the samples in the samples/ directory.

EF6 migrations for Asp.Net Core?

Check out Migrator.EF6.

Release notes

3.0.6

  • Minor fixes.

3.0.5

  • Separate models into different package: MR.AspNet.Identity.EntityFramework6.Models. #17

3.0.3

  • Minor fixes.

3.0.2

  • Implement additional interfaces in the stores.

3.0.1

  • Switched to reference Microsoft.Extensions.Identity.Core. #11

3.0.0

  • Support Asp.Net Core Identity 2.0.

2.1.0

This release is for .Net Core 1.1.0

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.