23 December 2009 ~ 0 Comments

Start ORM with LINQ in .Net Framework

Start ORM with LINQ in .Net Framework

In this post, I’m gonna show you how you can kick start your development with LINQ, new extension to .NET Framework that encompasses language-integrated query, set, and transform operations.
If you are unfamiliar with the terms ORM and LINQ then refer to the following articles to help you understand the idea and the purpose behind them.

ORM [...]

Continue Reading

23 May 2009 ~ 0 Comments

Download Torrent from Web

Web

Good News! (or perhaps Old News) For torrent leechers this could be an alternative. But for those who do not like to have BitTorrent client fill up your hard disk space but still love to use torrent when needed, then BitLet is definitely the answer for you. BitLet is a cute web-based Java applet that [...]

Continue Reading

20 May 2009 ~ 0 Comments

Quick and Easy Way to Create Model Class in PHP

Ever experienced a boring and time-consuming task where you have to create a new class for your model object: declaring list of variables and creating the getter and setter functions? “Always” is my answer. Imagine if you have a long list of variables. “Shoot! NOT AGAIN” may be the first exclamation came out from you. [...]

Continue Reading

17 April 2009 ~ 0 Comments

Introduction to Software Testing

Testing, testing, and testing… this may be a monotonous task to perform as a tester.
In software, testing is clearly necessary to deliver a good product or solution to make your clients or bosses pleased and satisfied with the product. As a developer, I have no experience at all hence have no clue where to start [...]

Continue Reading