Omer van Kloeten's .NET Zen

Programming is life, the rest is mere details

News

Note: This blog has moved to omervk.wordpress.com.

Omer van Kloeten's Facebook profile

Omer has been professionally developing applications over the past 8 years, both at the IDF’s IT corps and later at the Sela Technology Center, but has had the programming bug ever since he can remember himself.
As a senior developer at NuConomy, a leading web analytics and advertising startup, he leads a wide range of technologies for its flagship products.

Get Firefox


powered by Dapper 

.NET Resources

Articles :: CodeDom

Articles :: nGineer

Culture

Projects

Introducing The Object Model Generator

The Object Model Generator (henceforth referred to as OMG) is a tool designed to provide the programmer with a simple code generator able of transforming XML Schema Documents (XSD) into a Typed Document Object Model, using either C# or VB.NET as a language.

The tool is currently in Preview Version (which is sort of a beta version), and features the following:

  • Typed Elements (incl. simple elements).
  • Typed Attributes.
  • Attribute Nullability (incl. Value Type Nullability).
  • Typed Complex Elements (Sequence, Choice).
  • Attribute Change Events.
  • Typed Sub Element Search By Attribute.
  • Load From / Save To XML (incl. verification against original schema).
Please note that the application does not support XSD Simple or Complex Types at the moment.

The program is freeware and my only wish is that you tell me if it helped you in any way or if you generally think it's cool...

Examples:

[ Update: I have created a page for my projects, including one for OMG. ]

Comments

No Comments