Hi guys,
I started a new project with N-Tier programming. This is my first 3Layer web application and I used to work with asp.net MVC only.
My web app has 3 layers
1. DateAccessLayer (Class Library)
2.BusinessLogigLayer (Class Library)
3.PresentaionLayer (MVC Project)
I installed Identity 2 packge from nuget to my PresentationLayer but All of my models are in DataAccessLayer and I want to move my models from 3rd Layer to 1st.
I moved them but system give me thousand error that I undrestand it's wrong, I read all of articles on internet but I couldn't find the solution,
Did you have any same experince with this type of programming?