Navigation

Search

Categories

 
 
 
 
 
 
 
 
 

On this page

Custom XML Serializer based on reflection for serializing private variables
Reading from and Writing to the same file simultaneously
Simple object/class to database persisting technique based on reflection
From html colors to .NET colors and back
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, 09 May 2007
Wednesday, 09 May 2007 21:38:09 (GMT Daylight Time, UTC+01:00) ( .net )
Have you never wondered how you could stream into a file while reading from it in a separate process or application. I know I have. In this post I'll explain how it works and I'll tell you about my Stream that I've made to do the job right out of the box.
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] | | # 
# Tuesday, 16 January 2007
Tuesday, 16 January 2007 10:22:05 (GMT Standard Time, UTC+00:00) ( .net )
While exploring the deeps of .NET I found this wonderful class.... The System.Drawing.ColorTranslator class. If I'd only known earlier.... This class has a static method that converts a System.Drawing.Color to the Html notation of that color, and another to convert it back.
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] | | #