TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Amir Nahravan
NA
16
550
Move models to DAL
Mar 15 2018 9:44 PM
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?
Reply
Answers (
1
)
abstract class method
how to submit a jquery table data in asp.nte mvc