Archive for August, 2006

Coming soon: RefGen, a real open source product from all my musings

I’ve been pounding out code now at 6 hour clips twice a day for the past oh… I don’t know how long, when did I start this blog? Finally, after all of my testing and positing, I have something to show for it and to share with the world.
So many people have helped me along [...]

Read the rest of this entry »

The ultimate implementation of DynamicMethod

Ok. Here.

Read the rest of this entry »

DynamicMethod — Now as soon as I close my gaping jaw…

Ok, this .net stuff actually still gets better. I’m sitting here strugling with ways to access methods and properties dynamically without using reflection every time, and I was starting to get creative. Of course I knew the right way would be to emit some IL and just suck it up already, but setting [...]

Read the rest of this entry »

Metadata, Xml, Fluidity, JSON and the meaning of life

In my various exploits with Relavance, I’m trying just about everything I can think of to get some semblance of CRUD operations for objects, as well as a degree of interoperability with arbitrary platforms all rolled into one. With a relational database, I could just create an XSD file describing my class and run [...]

Read the rest of this entry »