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
Guest User
Tech Writer
68
5.9k
CRUD operation with multiple tables using DAL and BAL (No EF
Apr 29 2016 2:52 AM
I was looking for tutorial which implements the raw programming in C# asp.net CRUD operations with multiple tables. My tables will be like below holding the one-to-many and many-to-many relations .
I don't want to use Entity Framework but want to use the three tired architecture with separate DAL library and BAL library to perform all operations as below from asp.net mvc web pages.
-Performing all student,Tutor & Subjects CRUD operations
- In creating courses, need to select Tutor and Subject from dropdownlist
-Provide the other CRUD operations on courses
-Finally CRUD operations on the enrollment
I DIDN'T FIND ANY TUTORIAL WHICH SHOWS THIS BASIC CRUD OPERATIONS WITHOUT USING EF.
Reply
Answers (
5
)
how to call global asax route on code behind button click
convert HTML Text in String