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
William Pires
NA
3
1.3k
Cinema Booking Database
May 15 2018 11:48 AM
Hi everyone, first thanks for trying to help. I'm kind a new at database modeling and I'm trying to do a cinema booking website on ASP.NET MVC, at the moment I'm doing the database and I'm trying to figure out witch way is the best to do it.
database design at the moment:
Movies are displayed by time at a room (cinema room with screen), example: Avengers at room 1 for 1 week, when I book, I want to book a seat, with that seat I can find the room and the movie. Thats the way Im seeing this, but there is another way of do it? Should i instead do movie sessions and include the movie on the session and not the room?
Can I improve something? This is the link of my github where i got the sketch of what i need as class on C# after import with Entety Framework.
https://github.com/codebymike26/AlloCine
Thank you guys.
Reply
Answers (
0
)
Kill process when close application
usage of out modifier in c#