Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vNext Branch for ASP.Net MVC6 #24

Open
wants to merge 15 commits into
base: v2
Choose a base branch
from
Open

Conversation

gautamsi
Copy link

I have converted it to work with MVC6 with minimal modification to current identity template. have tested this with identitysample located at aspnet/identity repo.

I am not sure how to create a new branch when sending pull request.

@gautamsi
Copy link
Author

check out the readme for how to add to new project

runxc1 and others added 11 commits November 19, 2014 10:25
This will allow users to authenticate via one DB i.e. admin and use another for the data.
Before the query was pulling down all the users from mongo and then querying on them linq to objects style which would not scale if you have more than a handful of users.

This being said I really don't think there was any need to update queries to be Linq queries as it doesn't buy you anything.  Doesn't hurt or help for simple queries.  For more complex queries using Linq does not always work as the linq provider has some edge cases that throw errors.
Allow setting of DBName
Fixing IQueryable so that queries happen in mongo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants