Click here to Skip to main content
15,902,114 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using Bitmap.Save(FileName, ImageFormat.Icon) Pin
Paresh Gheewala6-Feb-03 9:32
Paresh Gheewala6-Feb-03 9:32 
GeneralRe: Using Bitmap.Save(FileName, ImageFormat.Icon) Pin
draco_iii6-Feb-03 11:55
draco_iii6-Feb-03 11:55 
GeneralWhich PixelFormat. to use Pin
draco_iii6-Feb-03 14:54
draco_iii6-Feb-03 14:54 
GeneralShow System Menu on a borderless form Pin
Peter Dedene6-Feb-03 7:58
Peter Dedene6-Feb-03 7:58 
Generalproblem with saving XML to xml file Pin
Wizard_016-Feb-03 5:33
Wizard_016-Feb-03 5:33 
GeneralRe: problem with saving XML to xml file Pin
Paresh Gheewala6-Feb-03 7:46
Paresh Gheewala6-Feb-03 7:46 
GeneralRe: problem with saving XML to xml file Pin
Ryan Cromwell7-Feb-03 9:23
Ryan Cromwell7-Feb-03 9:23 
GeneralSerialization Pin
Filip Strugar6-Feb-03 4:56
Filip Strugar6-Feb-03 4:56 
Hi.
I'm working on a software that needs to export data from one application to another.
Both applications are written in C# and change versions frequently, and exported data needs to be (to some degree) compatible.
Another application (written in unmanaged c++ without .net support) might require ways to easily import that data.

Since I'm relatively unexperienced C# developer I do not know how does .net serialization works, could it be easily used or should I develop custom data format?

Data is consisted of various type parts, some of them having large binary chunks. Base64 encoding is not acceptable, since additional size of ~34% is too high, so plain binary format with some type description (for purpose of versioning) is required.

So basicly my question is what data format do I get when I serialize .NET class (and what parts of object info is stored) with [Serializable] attribute, using BinaryFormatter or SoapFormatter, and how do I tweak it - and all that explained in few simple words Wink | ;)
GeneralRe: Serialization Pin
Furty7-Feb-03 14:16
Furty7-Feb-03 14:16 
GeneralRe: Serialization Pin
Victor Vogelpoel7-Feb-03 23:06
Victor Vogelpoel7-Feb-03 23:06 
GeneralDocking Windows Pin
Braulio Dez6-Feb-03 1:20
Braulio Dez6-Feb-03 1:20 
GeneralRe: Docking Windows Pin
TigerNinja_6-Feb-03 3:52
TigerNinja_6-Feb-03 3:52 
GeneralRe: Docking Windows Pin
Braulio Dez6-Feb-03 4:31
Braulio Dez6-Feb-03 4:31 
GeneralRe: Docking Windows Pin
Paul Riley6-Feb-03 4:45
Paul Riley6-Feb-03 4:45 
GeneralRe: Docking Windows Pin
Braulio Dez6-Feb-03 5:12
Braulio Dez6-Feb-03 5:12 
GeneralRe: Docking Windows Pin
Paul Riley6-Feb-03 5:36
Paul Riley6-Feb-03 5:36 
GeneralRe: Docking Windows Pin
Braulio Dez6-Feb-03 5:10
Braulio Dez6-Feb-03 5:10 
GeneralRe: Docking Windows Pin
Paresh Gheewala6-Feb-03 7:43
Paresh Gheewala6-Feb-03 7:43 
GeneralRe: Docking Windows Pin
James T. Johnson6-Feb-03 10:28
James T. Johnson6-Feb-03 10:28 
QuestionGet handle of an application? Pin
Anonymous6-Feb-03 0:24
Anonymous6-Feb-03 0:24 
AnswerRe: Get handle of an application? Pin
TigerNinja_6-Feb-03 3:53
TigerNinja_6-Feb-03 3:53 
GeneralRe: Get handle of an application? Pin
Brandon Parker17-Feb-03 14:53
Brandon Parker17-Feb-03 14:53 
GeneralIs it possible to declare const array of strings... Pin
Thomas W6-Feb-03 0:04
Thomas W6-Feb-03 0:04 
GeneralRe: Is it possible to declare const array of strings... Pin
SimonS6-Feb-03 0:16
SimonS6-Feb-03 0:16 
GeneralRe: Is it possible to declare const array of strings... Pin
Thomas W6-Feb-03 0:29
Thomas W6-Feb-03 0:29 

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.