β Creating .Net frame work and creating a database with tables
Hello everyone i hope your having a good day.
I have a course project for my university
Iam a beginner at the language so I need a little bit of help so
I have to make database for .Net frame work using tables about movies
so I have created many forms so it looks like web browser so I have 5 different forms for each genre(action,drama,comedy,horror,Sci-fi)
So what I wanted to do is do a table for each genre
And by the form of that genre the user can access and it and (add,delete) info in the table
I have a problem with the database table and how can I make a table for each genre and how to connect them
Any help will be appreciated and if anyone willing to dm me so I can show all the details even share screen
Thank you all.
11 Replies
@.πͺ why would you have a separate table per genre?
(Assuming you mean database table)
Like I said I donβt know that whole of that much π what do you suggest that I do
I thought I would make it more organized
And by the form of that genre the user can access and it and (add,delete) info in the tablewhat kind of information about each individual genre would you be storing? also, you said this is about movies, surely you'd be storing movies, which may have a genre field on them
$.net
.net framework
as always been named .net framework
(the runtime) / run only on windows on x86/x64 cpi
.net
has always been a marketing term
so:
.net
is still a thing (it's still marketed)
.net framework
is dead
.net core
is a runtime that replaced the dead .net framework
/ run on Windows / Mac / Linux - and several CPU arch such as ARM/ARM64
.net core
(the runtime) got renamed to match the marketed term too
so now .net
represent both the runtime and the platformFrameowrk is probably required
Release date, director, budget,box office, awards.
What a weird requirement π
Have a table of movies, table of genres, and create a relation
That's how relational databases work
genre might not necessarily need to be a table
awards probably will though
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.