XmlDocument fluent interface

I do a lot of backend programming for Flash frontends. That basically means a lot of ASPX pages that simply return some XML and accept some incoming XML for parameters. Most of the UI logic ends up getting cluttered with manual XML stringbuilding, so I saw this as an obvious opportunity to play around with a fluent interfaces.

Read the complete 9230 bytes...

Digg it | Kick it | Dzone it | Reddit


Accessing my privates

Recently I was developing a couple of simple ORM classes that had me confused.

Read the complete 2541 bytes...

Digg it | Kick it | Dzone it | Reddit


Handling DBNulls

Reading and writing values to the DB has always been a bit cumbersome when you had to take care of nullable types and DBNull values. Here's a way to make it easy.

Read the complete 5431 bytes...

Digg it | Kick it | Dzone it | Reddit