Have you ever felt frustrating reading architecture documentations? Lately I have been involved in a software project that involved integrating with an old IT system; The designer of the system has long left the company and what is available are piles of system documentations. :( Somehow, despite browsing...
Last week I discussed about an architect’s main concern is on the structural soundness of the software such as Performance, Scalability, Reliability etc.. If you are interested in some formal definitions of these attributes, you may find them at Wikipedia ( http://en.wikipedia.org/wiki/Non-functional_requirement...
A good friend shared with me this interesting link on Volta. Interesting way to separate an app into mult-tiers using annotations.. http://labs.live.com/volta "Volta is an experimental developer toolset that allows developers to build standards-conformant, multi-tier web applications using established...
I am writing this after looking at this post on Subsonic and reading this post on Why Scaffolding Sucks . This question pops in my head : "Have they seen Paladin?". Therefore I sort of come out with my own "top five reasons to why I use Paladin". I must also admit I am no expert on...
In this post I will be talking about the technologies I used to built Foodlane.sg. I tried to refrain doing 'marketing' for Foodlane.sg here, so I will discuss about the tools and framework I used. ASP.Net 2.0 Foodlane.sg is built on ASP.Net 2.0 and Sql Server 2005. ASP.NET 2.0 greatly speed...
I am using DataList for my website to display a set of users and for each item, it will have a set of links which the audience can click on. However, if the audience had signed in and is viewing his own profile, I must hide away the set of links (for example, it make no sense for a user to send a PM...