Relative Content

Tag Archive for c#asp.net-core-8

Group by LINQ for multiple columns

I have a datable from SP which has Category, Subcategory and Message. For one Category there is multiple subcategories and for one subcategory there is multiple message texts. So in Get services I need to send these category in array format in an object.