April 2006 - Posts

SqlServer 2005 Service Pack 1
Published Mon, Apr 24 2006 21:43 | Paul June
SqlServer 2005 SP1 has just been released. Well a few days earlier I mean. Yep, since the release of SqlServer 2005 on November 2005, Microsoft releases the first its very first service pack. For the information of others, the service pack has been on...
The Database Express Editions Battle
Published Tue, Apr 18 2006 22:46 | Paul June
A mid-scale database solution is one of the booming businesses nowadays. Many mid-sized companies are now moving to the IT trend. One of the obstacles that a company might encounter is the cost of database systems. I mean it’s not quite feasible for a...
Record Paging in SQL Server
Published Mon, Apr 10 2006 22:49 | Paul June
One of the most common problems during a development of a database application is displaying large amounts of data. Fetching all of the data from your server and displaying it directly in your application is not a very good idea. Coz fetching large amounts...
Code Master Challenge
Published Thu, Apr 6 2006 18:20 | Paul June
Wonder what’s bugging this guy? It’s a new contest on Microsoft called the “Code Master Challenge”. Yet another contest to entice developers to develop apps using the new features of the Delayed, yet upcoming, Windows Vista. This contest comes with a...
Filed under:
Code Refactoring
Published Sat, Apr 1 2006 17:26 | Paul June
Another great new tool provided in VS2005 is Code Refactoring. What is Refactoring? Well, it’s the ability to change the internal structure of your code without changing the external behavior of your code. Code Refactoring has 7 operations; you can use...