Got the XML serialization bit done. So now all the blog data (blog names, posts, categories, user info, etc.) are saved to XML file in local hard disk and can retrieved back on application startup. Now I just need to apply encryption to either just the user ID and password, or apply it to the whole XML file. You don’t want your ID and password in clear text now, do you?
Tomorrow I will be working on the encryption and if I have time I will migrate the ugly Advance Post dialog box into the main form using tabs.
Leave a Reply