Remoting Chat Application
The application is designed using .NET remoting framework 1.0. .NET remoting provides a very powerful framework for the distributed application.
The application is designed using .NET remoting framework 1.0. .NET remoting provides a very powerful framework for the distributed application.
Serialization introduced many powerful capabilities, but it also introduced problems as you refactor your objects to include new properties. Learn how the version-tolerant serialization included in the upcoming 2.0 Microsoft .NET Framework will help.
Explore how to utilize serialization in .NET.
In this week's .NET Tips & Techniques column, Tom Archer presents a step-by-step approach to uniquely identifying your serialized files using Managed Extensions, custom serialization, and GUIDs.
In this installment of the .NET Tips & Techniques column, learn how to serialize entire objects—as well as selected members—to and from disk using Managed C++ Extensions.
Discover how to easily store and retrieve objects into a file, a database, or in an ASP session state.