System.Net.Http.HttpRequestException: ‘Response status code does not indicate success: 411 (Length Required).’
I am getting System.Net.Http.HttpRequestException: 'Response status code does not indicate success: 411 (Length Required).'
error while doing an HttpPost.
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.