PaintBrush in C# - II


This is a PaintBrush Application, I have taken basic frame work part from Chetan V. Nadgouda's previous publish of PaintBrush to make the modification to add a functionality of persistence.In this Paintbrush user can draw some images and he can save the images in a persistence storage and later time can retrive the images.It uses System.Runtime.Serialization.Formatters.Binary.BinaryWriter class for serialization. It can give developers a good idea of how to do serialization using C#.

I have use Microsoft Visual Studio .NET for developing this Application. 


Similar Articles