Armin CSharp

Armin CSharp

  • NA
  • 96
  • 8.7k

Designing a database for c# program and UI

Aug 18 2019 2:46 PM
Hello Guys I'm very happy to signed up in this forum
 
I want to make a c# WFA program and just do CRUD with entity framework orm
just need some help about design database and relation between tables and a bit UI
 
 First I want to register a user with this Fields
 
[Code(pk) - FirstName-LastName-PhoneNumber-Date-Description]
 
i need this information about my user in one form
 
another form is related to that user with these fields (Age-Height-Weight-BMI-Gender)
 
another form is about that user history of paying for example user come to my store and pay 15 $ i want to save the date of that and the price ....
 
what should i do ? make 3 tables or ... ?
 
Regards
 

Answers (1)