Tom

Tom

  • NA
  • 16
  • 0

Web app design recommendations

Nov 29 2022 4:28 PM

I will be convhas erting an MS Access DB application to ASP.net (MVC? Razor? Core?) . The Master form (teachers approx 2K) and has subform for Child entries (credentially by subject approx 1thru10 for each Master record. I have VS 2022 commnuity ed MS SQL 2019 to work with. VB.NET forms would probably simpler to design but I'm sensing they are not favorable for web development. Both forms require CRUD operations.... is the a book or tutorial that focuises on Master/Child CRUD? The Master has 28 columns whereas the Child has 8 columns. I am familar with MS SQL, VB and C# using VS 2022. My most challenging thoughts was how to present the master with multi row (Grid) or one Teacher at a time since they have 28 columns (seems too many for good presentation?' yes/no?) Someone indicated "User Controls" in the past, not really familar with them.

Thanks in advance for any insight you may offer.