I am writing a Windows Phone app that will get a set of data from a server and display each entry in a list box.
I have a data table that is formatted from an array of Column Names, I.e. DataTable ThisTable = new DataTable();
really stuck, any help and/or comments would be greatly appreciated! I\'ve written a database program that needs to be able to load contents from a file into a list. So basically i\'m trying to use s
I\'m having an issue with getting some of the values from with this json string: { \"kind\": \"shopping#products\",
I have a little puzzle I\'m trying to solve and am not sure how to go about it... WPF application based on MVVM approach...
I am trying to pass a checklist object over an intent to the next activity. Here\'s the code: CheckList Object (CheckList.java)
I created a binary serialized file of my object, so that I could use it as a database file for many other projects. It works quite fine with the same project, but when I try to deserialize that file f
Ive a requirement to parse a XML file, and create a tree of nodes inside my application, which then will be used for other purposes开发者_StackOverflow like searching and stuff.
I need to hook into an event in a slightly unusual manner in WCF. I\'m passing a model from 开发者_高级运维the client to the server, and I need access to that model:
I have a string which I would like to serialize and deserialize.This one for instance: \"hello, world\"