Hi! Welcome...

JLoe.net First, JLoe does not stand for a well-known name but rather for Jonathan Loe. And Jonathan Loe is a shy technology geek who uses this humble blog to share his technology tips, opinion, knowledge, as well as ideas ;) Thank you for dropping by and feel free to post your comments. Cheers!

24 December 2009 ~ 0 Comments

Zend Caveats

Zend Caveats

Ever gets frustrated during your coding? I’m pretty sure the answer is a big YES especially if you’re new with the programming language you’re trying to develop or you might have forgotten the old programming language you used to. Likewise, most of the time we get frustrated when there is a stumbling block during your development [...]

Tags: , , ,

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 [...]

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 [...]

11 November 2009 ~ 1 Comment

Hey, I am still alive!

Hey, I am still alive!

As the title says, yeah I’m still alive. :)
I just started working in a new company and have been really busy with the new stuff going on in my new company. Things have been going really fast and it’s coming to my three months at the time I’m writing this post.
All I can say more [...]

Tags:

11 August 2009 ~ 0 Comments

SQL Queries Performance Findings on MySql

SQL Queries Performance Findings on MySql

Recently I was given a chance to get my mind and fingers into optimizing some heavy SQL queries on MySQL server. These examples are taken from real queries. I must admit that I am not an expert on this SQL stuff but I would like to share my useful findings in optimizing these SQL queries. [...]