Searched all over and I can\'t find the answer.I can\'t get my sortable to serialize.All I\'m getting is null data
Is the System.Tuple class supported by WCF\'s Data Contract Serializer (i.e., can I pass Tuple objects t开发者_开发知识库o WCF calls and/or receive them as part or all of the result)?
When C# app is ran, it POSTS a request to the PHP server, which wants to return an array.What\'s an easy way to load this array\'s contents into C# for using with there.
I\'m relatively new to utili开发者_C百科zing web services.I\'m trying to create one that will be accepting data from a ASP.Net form whose input controls are created dynamically at runtime and I don\'t
I\'ve webservice and WebMethod [webMethod] [XMLInclude(typeof(ContractCar[])) public object GetObjects(Cars[] cars)
I\'m attempting to serialize a significant amount of binary data out to a custom file format using System.IO.Packaging.Package and PackagePart.I\'m attempting to use a BinaryFormatter to output a set
I\'ve added the reference to System.Runtime.Serialization dll to my project but still can\'t find the System.Runtime.Serialization.Json namespace and hence can\'t find the DataContractJsonSerializer c
I\'m writing an iPhone app using JSON fr开发者_StackOverflowamework. I couldn\'t serialize an NSObject, I found only serialize for NSString, NSArray, NSData, but I want to serialize a generic object f
At first I was using this as an extension method to update my detached entities... Public Sub AttachUpdated(ByVal obj As ObjectContext, ByVal objectDetached As EntityObject)
I am dealing with an old app in asp classic vbscript. I\'d like to store the input of a form in a database text field as the form fields are a subject to frequent开发者_如何学编程 change and I don\'t