Skip to content Skip to sidebar Skip to footer
Showing posts with the label Serialization

Datatable With Sqlgeography Column Can't Be Serialized To Xml Correctly With Loss Of Lat,long And Other Elements

I tried to serialize a DataTable object to xml. The DataTable has a column with type 'geography… Read more Datatable With Sqlgeography Column Can't Be Serialized To Xml Correctly With Loss Of Lat,long And Other Elements

Caching Downloaded Json Data To Sqlite Database - Is It A Good Idea?

In my app I have to download JSON data from numerous web services. The data classes I use are fairl… Read more Caching Downloaded Json Data To Sqlite Database - Is It A Good Idea?

Serialization And Deserialization Of Session Data

I have stored session data in SQL server mode using asp.net.The data thus stored is serialized by a… Read more Serialization And Deserialization Of Session Data

Read Utf8(xml) Data From Sql Server 2005 The Most Efficient Way

I want to read lots of data(single column nvarchar(max)) from SQL Server 2005 and deserialize it to… Read more Read Utf8(xml) Data From Sql Server 2005 The Most Efficient Way

C# - Sqldatareader And Serialization

Can an SqlDataReader be passed to a session or sent to a client? For instance, if I retrieved some … Read more C# - Sqldatareader And Serialization

Storing Large ArrayLists To SQLite

I im developing a application in which I continuously download large amount of data. The data in js… Read more Storing Large ArrayLists To SQLite