I was ask to write a business application that have relational database. something like
Customer -> Orders-> Order details (customer have many other, order have many order details) in share point it will look like
Customer list
OrderList (Lookup to customer list)
OrderDetails (lookup to Order details)
Would you use SharePoint or go with .NET? I see some advance and disadvantage below
Advance of share point?
- workflow, rest api...security, native grouping and filtering of list
Disadvance
- join query (is it possible with multiple table?)