Posted on: 9/11/2014 1:24:51 PM | Views : 475

Hi all,
I want to create a simple online dating site for practice purpose and i need advice on how to start.
I was thinking that i should use ASP.NET Identity for storing users so i created my web project with the MVC template. 
My first question is, should all the user handling logic that comes with the MVC template stay in my web project or should i create an other project in my solution and move it there? What is best practice?
BR
Andy

Go to the complete details ...