Archive | Tutorial

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

19 December 2009 ~ 0 Comments

Simple Steps to Start WCF with Visual Studio 2008

Simple Steps to Start WCF with Visual Studio 2008

WCF, as you may have known, stands for Windows Communication Foundation. It is an interface provided in .NET framework for building connected and service-oriented application to support Service Oriented Architecture, in short SOA. However I won’t dig into detail about WCF and the relevant topics such as SOA. If you are interested to find out [...]

Continue Reading

05 May 2009 ~ 0 Comments

Read Remote Content or File using Zend

Today I was looking around for sample to read a remote file in PHP or even better using Zend. Well there are quite a few good samples that demonstrate the use of native PHP functions: fopen, file_get_contents, or curl but I hardly find examples using Zend. Perhaps it’s just not my luck. But the good [...]

Continue Reading

Tags: , , ,

25 April 2009 ~ 0 Comments

Display Excerpt in WordPress

Displaying excerpt on your blog especially on your front page is preferable since it provides a fast loading time for your readers, especially those who would like to skim through your posts but not to wait for the front page to load some long and undesirable posts.
Not only that, if you use Google Analytics to [...]

Continue Reading

23 April 2009 ~ 0 Comments

Start SOAP with Zend Framework

Start SOAP with Zend Framework

SOAP? Hang on.. This is not the soap you probably first think of from your daily life. This is the SOAP in Information Technology term. Sorry but don’t mean to discriminate anyone out there ;)

Continue Reading