Click here to Skip to main content
15,906,816 members
Home / Discussions / C#
   

C#

 
GeneralCompiler Error Pin
YagiSka6-Jun-03 12:50
YagiSka6-Jun-03 12:50 
GeneralRe: Compiler Error Pin
James T. Johnson6-Jun-03 13:09
James T. Johnson6-Jun-03 13:09 
GeneralRe: Compiler Error Pin
leppie6-Jun-03 13:30
leppie6-Jun-03 13:30 
GeneralRe: Compiler Error Pin
YagiSka6-Jun-03 13:40
YagiSka6-Jun-03 13:40 
GeneralFixed: New Problem Pin
YagiSka6-Jun-03 14:20
YagiSka6-Jun-03 14:20 
GeneralRe: Fixed: New Problem Pin
leppie6-Jun-03 16:38
leppie6-Jun-03 16:38 
GeneralRe: Fixed: New Problem Pin
YagiSka6-Jun-03 21:08
YagiSka6-Jun-03 21:08 
GeneralRe: Fixed: New Problem Pin
leppie7-Jun-03 3:58
leppie7-Jun-03 3:58 
Your alternative to the BinaryFormatter is the SOAPFormatter, but beware those files are @#$@## HUGE! XML serialization has many drawbacks, but those are tradeoffs for space. Another thing you can look at is the SerializationState (?). There is an enum with various options how the object will be de/serialized for persistance.

The ideal solution is to build some "basic" XML serializable objects and use a wrapper for the more complicated stuff.

HTH, I wish someone can create a "simple" solution for this.

<a TITLE="See my user info" href=http://www.codeproject.com/script/profile/whos_who.asp?id=38829>leppie<a>::<a TITLE="Go to all articles  written by me" href=http://www.codeproject.com/script/articles/list_articles.asp?userid=38829>AllocCPArticle</a>(<a TITLE="Go to my latest, greatest article!" href=http://www.codeproject.com/useritems/dfamachine.asp >Generic DFA State Machine for .NET</a>);

GeneralRe: Fixed: New Problem Pin
YagiSka7-Jun-03 19:02
YagiSka7-Jun-03 19:02 
GeneralRe: Fixed: New Problem Pin
leppie7-Jun-03 22:56
leppie7-Jun-03 22:56 
GeneralADO and C# (simple question) Pin
albean6-Jun-03 10:50
albean6-Jun-03 10:50 
GeneralRe: ADO and C# (simple question) Pin
Kant6-Jun-03 12:16
Kant6-Jun-03 12:16 
GeneralRe: ADO and C# (simple question) Pin
James T. Johnson6-Jun-03 13:11
James T. Johnson6-Jun-03 13:11 
GeneralRe: ADO and C# (simple question) Pin
Daniel Turini6-Jun-03 21:46
Daniel Turini6-Jun-03 21:46 
GeneralRe: ADO and C# (simple question) Pin
Kannan Kalyanaraman8-Jun-03 0:10
Kannan Kalyanaraman8-Jun-03 0:10 
GeneralRe: ADO and C# (simple question) Pin
Daniel Turini9-Jun-03 6:52
Daniel Turini9-Jun-03 6:52 
GeneralRe: ADO and C# (simple question) Pin
jspano7-Jun-03 17:12
jspano7-Jun-03 17:12 
Generalform event hierarchy Pin
albean6-Jun-03 8:55
albean6-Jun-03 8:55 
Generalapplication's path Pin
rabidDog6-Jun-03 5:35
rabidDog6-Jun-03 5:35 
GeneralRe: application's path Pin
Kannan Kalyanaraman6-Jun-03 5:44
Kannan Kalyanaraman6-Jun-03 5:44 
GeneralRe: application's path Pin
gek_at6-Jun-03 7:55
gek_at6-Jun-03 7:55 
GeneralRe: application's path Pin
dynamic7-Jun-03 13:07
dynamic7-Jun-03 13:07 
GeneralCause validation of Textbox control when a menu item is clicked Pin
DionChen6-Jun-03 5:20
DionChen6-Jun-03 5:20 
GeneralRe: Cause validation of Textbox control when a menu item is clicked Pin
leppie6-Jun-03 7:19
leppie6-Jun-03 7:19 
Generalauto-documentation Pin
Le centriste6-Jun-03 4:52
Le centriste6-Jun-03 4:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.