Welcome to Rainbow Portal Community Sign in | Join | Help

maggio 2006 - Posts

Design Time Support

action lists are new in 2005, are the little arrows to the right top of a control in the designer, like template editing, and provide the quickest, easiest way to modify properties in the desinger
Posted by Jonathan | 3 Comments

Rainbow Work Update

As a few of you have noticed, I have been kind of quiet for a few weeks. I have been extremly busy on some big deadlines at work, but things are moving nicely. I have been keeping in contact with a few developers, and from what I am hearing things are
Posted by Jonathan | 0 Comments

Little known 2.0 Page Directive

In asp.net 2 there was a new page directive added, 'MaintainScrollPositionOnPostback'
Posted by Jonathan | 0 Comments
Filed under:

Content ItemCollection

The ItemCollection I have been working on quite a bit, and decided to push it to the limits with its implementation

Events and Delegates and the Observer

Events, Delegates, and the Observer Pattern come together to help explain eachother in a code example.
Posted by Jonathan | 0 Comments
Filed under: ,

Awsome Code Dom

Full observer patter on item object generated in half second using code dome for all tables currently in content db.
Posted by Jonathan | 3 Comments
Filed under: ,

Custom Build Provider

In a lesson from the great developer fredrik norman i explored build providers, cool stuff code generation. So, i created an enumGenerator. that builds enum code based on an xml type file. < enumGenerator > < namespace > Rainbow.Framework
Posted by Jonathan | 0 Comments