Click here to Skip to main content
15,913,610 members
Home / Discussions / C#
   

C#

 
GeneralDataGrid with indeterminate number of column. Need Your Help! Pin
adocoder28-Feb-05 9:07
adocoder28-Feb-05 9:07 
GeneralSepia ColorMatrix Pin
holl708828-Feb-05 8:24
holl708828-Feb-05 8:24 
GeneralRe: Sepia ColorMatrix Pin
frankforward16-Sep-09 4:00
frankforward16-Sep-09 4:00 
GeneralRe: Sepia ColorMatrix Pin
frankforward16-Sep-09 4:01
frankforward16-Sep-09 4:01 
GeneralRe: Sepia ColorMatrix Pin
Don Grout4-Aug-11 9:55
Don Grout4-Aug-11 9:55 
GeneralSerialization. Pin
fmarcos28-Feb-05 8:12
fmarcos28-Feb-05 8:12 
GeneralRe: Serialization. Pin
turbochimp28-Feb-05 9:45
turbochimp28-Feb-05 9:45 
GeneralRe: Serialization. Pin
fmarcos1-Mar-05 1:31
fmarcos1-Mar-05 1:31 
The objects to be serialized have references and events, and I know that BinaryFormatter takes the object in its argument list as the root of a graph linked by references to other objects and delegates signatures. So, to avoid this sort of problem, I cut off all references to objects and delegates that don´t need to be serialized. But I still have an undesired (and unreasonable) file size and serialization time.

A question: the BinaryFormatter takes in account file size optimization? Is there any other formatter that does it better? Any suggestion??

Another question: Does anyone know where can I find serialization documentation outside MSDN? (Sometimes I got a feeling MSDN documents say what they would like the classes to do, not what is done for real...)

Att,

Fernando Miranda     
Software Developer
fmarcos.rj@ig.com.br
Rio de Janeiro - Brazil
GeneralDataSet problem Pin
Kwai Cheng Kane28-Feb-05 7:39
Kwai Cheng Kane28-Feb-05 7:39 
GeneralRe: DataSet problem Pin
Rob Graham28-Feb-05 8:29
Rob Graham28-Feb-05 8:29 
GeneralRe: DataSet problem Pin
Kwai Cheng Kane28-Feb-05 10:18
Kwai Cheng Kane28-Feb-05 10:18 
GeneralRe: DataSet problem Pin
Rob Graham28-Feb-05 15:58
Rob Graham28-Feb-05 15:58 
GeneralRe: DataSet problem Pin
Kwai Cheng Kane1-Mar-05 4:30
Kwai Cheng Kane1-Mar-05 4:30 
GeneralRe: DataSet problem Pin
Kwai Cheng Kane1-Mar-05 12:20
Kwai Cheng Kane1-Mar-05 12:20 
GeneralRe: DataSet problem Pin
Kwai Cheng Kane4-Mar-05 11:09
Kwai Cheng Kane4-Mar-05 11:09 
GeneralIncluding Application Pin
Goobers28-Feb-05 6:10
Goobers28-Feb-05 6:10 
GeneralRe: Including Application Pin
Dave Kreskowiak28-Feb-05 6:41
mveDave Kreskowiak28-Feb-05 6:41 
Generalcalling a function in a C# DLL Pin
xanacrows28-Feb-05 5:55
xanacrows28-Feb-05 5:55 
GeneralRe: calling a function in a C# DLL Pin
Dave Kreskowiak28-Feb-05 6:38
mveDave Kreskowiak28-Feb-05 6:38 
Questionhow to implement mathematical integration and derivative function is C# Pin
iramg28-Feb-05 4:37
iramg28-Feb-05 4:37 
AnswerRe: how to implement mathematical integration and derivative function is C# Pin
Dave Kreskowiak28-Feb-05 7:10
mveDave Kreskowiak28-Feb-05 7:10 
AnswerRe: how to implement mathematical integration and derivative function is C# Pin
(Steven Hicks)n+128-Feb-05 16:57
(Steven Hicks)n+128-Feb-05 16:57 
GeneralUpdate DataSource when DataGrid is lost focus Pin
Anonymous28-Feb-05 4:35
Anonymous28-Feb-05 4:35 
GeneralA simple question about FileIO Pin
RockRock28-Feb-05 3:53
RockRock28-Feb-05 3:53 
GeneralRe: A simple question about FileIO Pin
Dave Kreskowiak28-Feb-05 6:34
mveDave Kreskowiak28-Feb-05 6:34 

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.