Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Monday, September 08, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

User Rating!

Home > Search > Knowledge Base > Visual Basic.Net > Base Class Libraries
A Simple Blog using a Quick and Easy Saveable Object Class, JSON, and LINQ        
Total Hits: 24  |  Today: 0 Author: Andy Edinborough       Rating:  
Read Reviews | Write Review |   Your Rating: 

Ever created a stellar class and then had to write subroutines to save and retrieve it? Ugh. I got tired of this, so I created the Saveable class. You can extend this class through any class you've written using inheritance.

It uses JSON (JavaScript Object Notation) serialization (now built-into the .NET Framework 3.5 and Visual Studio 2008) to iterate through the members of a class, retrieve the data and save it to a file.

Wait!? You're using JSON for a database?! Yeah, that's right. JSON serialization is faster and creates smaller files than XML serialization while still maintaining human-readability. I know this was not the original..

DevASP.Net users Rating
What is your opinion?
Is this your listing?

    If this is your listing and you like to add the rating box
    displayed on the right side on your site you can use the following code.

Go Back
DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net