Click here to Skip to main content
15,915,094 members
Home / Discussions / C#
   

C#

 
GeneralRe: from VB to C# Pin
Heath Stewart24-Mar-04 3:58
protectorHeath Stewart24-Mar-04 3:58 
GeneralRe: from VB to C# Pin
andrej6125-Mar-04 9:50
andrej6125-Mar-04 9:50 
GeneralRe: from VB to C# Pin
Michael Flanakin25-Mar-04 11:11
Michael Flanakin25-Mar-04 11:11 
Generalgood rescources on Sharepoint development Pin
troels_sorensen23-Mar-04 21:49
troels_sorensen23-Mar-04 21:49 
GeneralRe: good rescources on Sharepoint development Pin
Heath Stewart24-Mar-04 2:56
protectorHeath Stewart24-Mar-04 2:56 
GeneralRe: good rescources on Sharepoint development Pin
troels_sorensen24-Mar-04 4:42
troels_sorensen24-Mar-04 4:42 
GeneralSerialization and versionning Pin
Stephane David23-Mar-04 20:52
Stephane David23-Mar-04 20:52 
GeneralRe: Serialization and versionning Pin
Heath Stewart24-Mar-04 2:51
protectorHeath Stewart24-Mar-04 2:51 
One way would be to implement the ISerializable interface and take these things into account yourself. Another way - especially if your assemblies are versioned (or better yet, strongly named) - is to extend the SerializationBinder and override BindToType so that when an older Type (since a Type name includes not only the fully-qualified class name but also the assembly information) you bind it to your new Type. You'd still have to take into account any changes, but this is a common and pretty efficient way of solving the problem of versioning. See the documentation for the SerializationBinder method in the .NET Framework SDK for more information and an example.

 

Microsoft MVP, Visual C#
My Articles
Generalbarcode please Pin
tonaxxl23-Mar-04 20:11
tonaxxl23-Mar-04 20:11 
GeneralRe: barcode please Pin
Dave Kreskowiak24-Mar-04 1:44
mveDave Kreskowiak24-Mar-04 1:44 
GeneralUse GUI Component to simulate DOS-Prompt Pin
CasperChou23-Mar-04 18:42
CasperChou23-Mar-04 18:42 
GeneralRe: Use GUI Component to simulate DOS-Prompt Pin
Dave Kreskowiak24-Mar-04 1:42
mveDave Kreskowiak24-Mar-04 1:42 
GeneralRe: Use GUI Component to simulate DOS-Prompt Pin
CasperChou24-Mar-04 15:03
CasperChou24-Mar-04 15:03 
GeneralRe: Use GUI Component to simulate DOS-Prompt Pin
Dave Kreskowiak25-Mar-04 0:49
mveDave Kreskowiak25-Mar-04 0:49 
GeneralEnd of line Pin
Nguyen Vu Cuong23-Mar-04 15:04
Nguyen Vu Cuong23-Mar-04 15:04 
GeneralRe: End of line Pin
T Manjaly23-Mar-04 16:05
T Manjaly23-Mar-04 16:05 
GeneralRe: End of line Pin
Nguyen Vu Cuong23-Mar-04 16:42
Nguyen Vu Cuong23-Mar-04 16:42 
GeneralDesktop Control Pin
Member 69108923-Mar-04 15:04
Member 69108923-Mar-04 15:04 
GeneralRe: Desktop Control Pin
Heath Stewart23-Mar-04 18:08
protectorHeath Stewart23-Mar-04 18:08 
GeneralRe: Desktop Control Pin
Anonymous24-Mar-04 14:09
Anonymous24-Mar-04 14:09 
GeneralRe: Desktop Control Pin
Heath Stewart24-Mar-04 17:00
protectorHeath Stewart24-Mar-04 17:00 
GeneralDistinct - DataView/DataTable Pin
Ruchi Gupta23-Mar-04 13:57
Ruchi Gupta23-Mar-04 13:57 
GeneralRe: Distinct - DataView/DataTable Pin
Heath Stewart23-Mar-04 14:09
protectorHeath Stewart23-Mar-04 14:09 
GeneralRe: Distinct - DataView/DataTable Pin
Ruchi Gupta23-Mar-04 14:41
Ruchi Gupta23-Mar-04 14:41 
GeneralRe: Distinct - DataView/DataTable Pin
Heath Stewart23-Mar-04 18:00
protectorHeath Stewart23-Mar-04 18:00 

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.