Information Architecture D 2:00:00 AM Add Comment "Practicing IA in the real world" (This is summary of what I read from the referred book and my thoughts, recommendations) For... Read More
Freedom of expression, Intellectual Property Protection, and Cyber Crime Prevention D 12:50:00 AM Add Comment The freedom of expression, being one of the firmly stated and affirmed right in the US constitution, I think the question refers to effecti... Read More
Blog Links D 1:42:00 PM Add Comment Books Review Breaking News Business News Science News Technology News Education Read More
Simple Workflow Engine Implementation in C# D 12:47:00 PM Add Comment Below is a simple implementation of work flow engine using interfaces and the concept of injecting overloaded class implementations via the... Read More
Simple Stop Watch implementation in C# D 12:37:00 PM Add Comment Below is a simple stop watch implemented in C#, enjoy! StopWatch using System ; namespace StopWatchApp { public class ... Read More