Web And Orm Framework

post_id: 52 / post_date: 2011-06-11


Orm

Entities and their maps are managed in Excel and generated using QGen.

UI Fwk

Tree Displaying

Given a parentid, a flat List<T> can be loaded hierarchically using FindAll / ForEach and AddRange.

Displaying can be done with a combination of ul / li calling a recursive function.

Both these can be seen here.

Conclusion

Still in gestation, I will cleanup and upload this project later.