My Blog
I started blogging around September 2005, First I was using some popular Weblog for this . Then early this year with upgrading my website I developed this custom blog engine as per my requirements & taste.

AddThis Feed Button (Click to subscribe All Blog Categories)

A
s you'd expect, the blog runs on ASP.NET 2.0 and IIS6. My goal was to develop something small and focused, and allows me to play and get some first hand experience with developing and maintaining an end-to-end Web application for personal use, as we hardly get time to code even a small program for ourself. This application was developed using MS Visual Studio 2005. At some point I hope to migrate this to SQL Server 2005, and at that point I might decide to make the source code available, however, there's always something with higher priority on the stack, Such is life...

Blog Categories: Other Options
Show All Posts

Click to pick dates

Click to pick a date

Recent Posts:
  God’s goodness

What is meant by the phrase "The goodness of God"? By goodness is meant the bounty of God. In saying that a person is good, we refer to his holiness, or else to his charitable and liberal disposition in the management of his goods. The goodness of God is his inclination to deal well and bountifully with his creatures. It is that whereby he wills there should be something besides Himself for His own glory. God is good Himself, and to Himself, that is, highly amiable to Himself; thus He loves Himself and His own Excellency.

As related to His creatures, God delights in them, and is beneficial... Read Full Post

Posted by Rajiv Sharma on 5/7/2007 2:19:01 PM under God & Goodness
Post Comments (0) Back to Top

 

  Computer Jokes
A project manager, a computer programmer and a computer operator are driving down the road when the car they are in gets a flat tire. The three men try to solve the problem.

The project manager said: "Let's catch a cab and in ten minutes we'll reach our destination."

The computer programmer said: "We have here the driver's guide. I can easily replace the flat tire and continue our drive."

The computer operator said: "First of all, let's turn off the engine and turn it on again. Maybe it will fix the problem."

Suddenly a Microsoft software engineer passed by and said: "Try to close all... Read Full Post

Posted by Rajiv Sharma on 8/24/2007 6:08:39 PM under Happiness & Humor
Post Comments (0) Back to Top

 

  Is your web site ready for its visitors?

Overview

There's a great interest among the Internet entrepreneurs about how to promote their business on the Web. There's always a quest for new and innovative ways of promotion that promise greater results at lower cost and in shorter time. Yet with all the efforts spent on promotion it's just amazing how many people totally ignore one basic question- is their website worth promoting? With new computer technologies and high speed connections the new age on the Internet has arrived- the age that redefined the criteria of a... Read Full Post

Posted by Rajiv Sharma on 8/25/2007 5:29:31 PM under Internet & Security
Post Comments (0) Back to Top

 

  SQl Server 2005 enhancements.

1.  What are the new data types or enhanced data types in SQL Server 2005?? 

Microsoft SQL Server 2005 introduces a new data type, the XML data type.  The XML data type lets you store XML documents and fragments in a SQL Server database.  An XML fragment is an XML instance that is missing a single top-level element.  You can create columns and variables of XML type and store XML instanced in them.

In addition to the new XML data type, Microsoft SQL Server 2005 has enhanced three of the existing SQL Server data types, namely the VARCHAR(MAX),... Read Full Post

Posted by Rajiv Sharma on 9/14/2007 10:59:25 AM under .NET / SQL Server