complex-data-types Questions
3
Solved
According to the chart here, the equivalent data type in Java to C#'s Decimal is BigDecimal.
Is this really so? What's up with the "Big" preamble? There doesn't seem to be a "SmallDecimal" or "Lit...
Benuecongo asked 11/4, 2014 at 16:10
5
Solved
I have a FeedbackViewModel that contains a list of questions:
public class FeedbackViewModel
{
public List<QuestionViewModel> Questions { get; set; }
}
This QuestionViewModel is an object...
Standin asked 2/10, 2014 at 6:43
2
Solved
What is the data type of FILE in C or in other language?
Is it an integer or structure or having no particular data type?
Malek asked 19/7, 2014 at 18:27
1
Solved
In my previous question here I posted the xml I am trying to serialize.
Here is another XML example:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
...
Yeld asked 6/7, 2012 at 19:35
14
Solved
I've run into a problem trying to return an object that holds a collection of childobjects that again can hold a collection of grandchild objects. I get an error, 'connection forcibly closed by hos...
Anchylose asked 15/10, 2008 at 8:31
1
Solved
I would like to keep model binding when doing ajax calls from my view. I'm using jquery ajax to make the calls, and just as an example- this is my controller method I want to call from ajax:
publi...
Risotto asked 16/7, 2009 at 14:42
1
© 2022 - 2024 — McMap. All rights reserved.