Monday, August 26, 2002

Another article* from The O'Reilly Network. This time they're covering serialization in .NET. The article covers the main facets of serialization: SerializableAttribute, ISerializable and IFormatter. Then the author goes into detail with a nice sample Windows Forms drawing application that uses serialization to persist the shapes drawn on the canvas to and from a Stream. In all, a good read for anyone looking to get a basic understanding of serialization in .NET.

(note: The actual title is C# Object Serialization, but you all know how I feel by now about making unecessary ties to languages when it comes to .NET neutral technologies)

 

11:03:51 PM    

Microsoft has just announced it's tech. preview of the WSDK for ASP.NET. I haven't had a chance to check it out yet, but this is certainly great news for anyone building more advanced web services which require GXA.

1:41:46 PM