0
kicks
IronPython - Dynamically creating objects and binding them to a form
Coding is fun and all, but what if we could generate a form instantly without having to create sql statements or create classes? Sure, LINQ does that, but it's annoying to have to recreate the LINQ-TO-SQL file every time the database schema changes. Since IronPython is a dynamic language, it has the ability to add new members to a type at runtime.