Top "Complex-data-types" questions

MVC post a list of complex objects

I have a FeedbackViewModel that contains a list of questions: public class FeedbackViewModel { public List<QuestionViewModel> Questions { get; …

asp.net-mvc forms inheritance post complex-data-types
Is Java's BigDecimal the closest data type corresponding to C#'s Decimal?

According to the chart here, the equivalent data type in Java to C#'s Decimal is BigDecimal. Is this really …

c# java decimal bigdecimal complex-data-types
How do I select from an array of struct

I'm using HIVE for Hadoop. I want to select the price value from the price field in a struct. But …

sql hive complex-data-types
Change the data type of a column that contains text and number in Power BI Query

I am struggling with a simple data type change. I have a column that contains both text (string) and numbers. …

types powerbi decimal powerquery complex-data-types