Easy way to store objects in a database using C# / .NET
I wanted a way to save objects easily and quickly to a SQL database in ASP.NET projects, so I wrote a class library that can serialize any object. You can read the article here .
Here you will find a wide variety of programming articles, mainly about C# and ASP.NET, but also some XHTML, CSS and javascript. I want to cover the whole programming lifecycle, so I'll include details of tools that I find useful, as well as strategies for design and testing.