Navigation

Search

Categories

 
 
 
 
 
 
 
 
 

On this page

Custom XML Serializer based on reflection for serializing private variables
Simple object/class to database persisting technique based on reflection
How To make your websites in MCMS XHtml Strict 1.0 Valid

Archive

Blogroll

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

RSS 2.0 | Atom 1.0 | CDF

Send mail to the author(s) E-mail

Total Posts: 8
This Year: 0
This Month: 0
This Week: 0
Comments: 5

Sign In
Pick a theme:

# Wednesday, 22 August 2007
Wednesday, 22 August 2007 20:58:43 (GMT Daylight Time, UTC+01:00) ( .net | Reflection | Xml )
Have you too disliked the fact of having an object that, if you wanted to serialize it, required to have all variables to be exposed via a gettable and settable public property? Well, I have! In this article I'll explain how I solved this issue using .NET Reflection to serialize all private variables from a class to Xml and back.
Comments [2] | | # 
# Wednesday, 28 March 2007
Wednesday, 28 March 2007 22:07:08 (GMT Daylight Time, UTC+01:00) ( .net | OO | Reflection | SQL )
Maybe you too have seen many database persistance systems/techniques, but most of them are very complex. I wanted to have a very simple and transparent way to persist my objects to a SQL Database. I wanted to do as few changes as possible to my classes when my database changes. And therefore I developed this technique for persisting classes to a (any) database.
Comments [0] | | # 
# Thursday, 21 December 2006
Thursday, 21 December 2006 16:26:55 (GMT Standard Time, UTC+00:00) ( .net | MCMS | Reflection | W3C | Xhtml )
Article that describes how I fixed the HtmlForm and MCMS Console to make it render Xhtml strict 1.0 valid Html code. This also gives the possibility to fix the action of the form with proven solutions now also on Mcms instead of fixing this with javascript. This makes MCMS an Xhtml Valid CMS which enables it to compete with other leading CMS systems.
Comments [1] | | #