Click here to Skip to main content
16,008,750 members
Home / Discussions / C#
   

C#

 
GeneralRe: Calling a function from Intel Library using C# Pin
E6AD22-Aug-05 12:21
E6AD22-Aug-05 12:21 
GeneralRe: Calling a function from Intel Library using C# Pin
Judah Gabriel Himango22-Aug-05 17:03
sponsorJudah Gabriel Himango22-Aug-05 17:03 
Generalc# controls Pin
xilefxilef22-Aug-05 8:37
xilefxilef22-Aug-05 8:37 
GeneralRe: c# controls Pin
Insincere Dave22-Aug-05 12:48
Insincere Dave22-Aug-05 12:48 
GeneralTags in treeview Pin
Soviet22-Aug-05 7:57
Soviet22-Aug-05 7:57 
GeneralRe: Tags in treeview Pin
Robert Rohde22-Aug-05 8:27
Robert Rohde22-Aug-05 8:27 
GeneralC# xml serializer Pin
ppp00122-Aug-05 7:48
ppp00122-Aug-05 7:48 
GeneralRe: C# xml serializer Pin
Robert Rohde22-Aug-05 8:35
Robert Rohde22-Aug-05 8:35 
1. No problem - the ArrayList is also serializable
2. No problem as long as all used classed are serializable (either by atrtibute or ISerializable interface)
3. Probably a problem but this depends. With the default behaviour this isn't possible. You will either have to implement ISerializable to hae a better control on what is being serialized or have an ISerializationSurrogate to stop certain classes from being serialized. If later is valid in your case depends on your data structure.

(Bonus)
4. Keep in mind that .Net serialization is rather slow. If you are serializing a rather big amount of stuff you'll be better of doing it yourself. This is especially true if you have lots of small objects.
GeneralRe: C# xml serializer Pin
ppp00122-Aug-05 8:46
ppp00122-Aug-05 8:46 
GeneralRe: C# xml serializer Pin
Robert Rohde23-Aug-05 8:52
Robert Rohde23-Aug-05 8:52 
GeneralMMC Snap Ins Pin
Mridang Agarwalla22-Aug-05 7:44
Mridang Agarwalla22-Aug-05 7:44 
GeneralRe: MMC Snap Ins Pin
Robert Rohde22-Aug-05 8:37
Robert Rohde22-Aug-05 8:37 
GeneralAssembly Language and C# Pin
Mridang Agarwalla22-Aug-05 7:31
Mridang Agarwalla22-Aug-05 7:31 
GeneralRe: Assembly Language and C# Pin
Daniel Turini22-Aug-05 8:06
Daniel Turini22-Aug-05 8:06 
GeneralRe: Assembly Language and C# Pin
leppie22-Aug-05 23:56
leppie22-Aug-05 23:56 
GeneralODBC: SqlGetDiagRec - help needed Pin
Shahrazad22-Aug-05 7:31
sussShahrazad22-Aug-05 7:31 
GeneralRe: ODBC: SqlGetDiagRec - help needed Pin
Shahrazad22-Aug-05 23:40
sussShahrazad22-Aug-05 23:40 
GeneralWMI Pin
Mridang Agarwalla22-Aug-05 7:24
Mridang Agarwalla22-Aug-05 7:24 
GeneralRe: WMI Pin
Daniel Turini22-Aug-05 8:06
Daniel Turini22-Aug-05 8:06 
GeneralRe: WMI Pin
leppie23-Aug-05 0:03
leppie23-Aug-05 0:03 
GeneralManaged DirectX: load large Bitmap Pin
silka_c#22-Aug-05 7:09
silka_c#22-Aug-05 7:09 
GeneralRe: Managed DirectX: load large Bitmap Pin
Daniel Turini22-Aug-05 7:41
Daniel Turini22-Aug-05 7:41 
GeneralRe: Managed DirectX: load large Bitmap Pin
silka_c#22-Aug-05 22:39
silka_c#22-Aug-05 22:39 
GeneralRe: Managed DirectX: load large Bitmap Pin
Daniel Turini22-Aug-05 23:17
Daniel Turini22-Aug-05 23:17 
GeneralRe: Managed DirectX: load large Bitmap Pin
silka_c#22-Aug-05 23:43
silka_c#22-Aug-05 23:43 

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.