About .NET Framework Versions

There has been a lot of confusion around .NET Framework version numbers and it’s implications to applications as well as the development environment. This article will attempt to explain and clear any outstanding confusions.

How to write a simple SQL Server Data Access Layer – Part-2

This article gives walk through on how to use my Data Access Layer with your application for with insert stored procedures accepting multiple parameters.

How to write a simple SQL Server Data Access Layer – Part-1

his article gives walk through on how to create a simple Data Access Layer and how to use it in your application.

XML Data Island

XML data island concept is older but interesting and still very useful at times. This article describes how XML data can be converted to HTML in Internet Explorer.

ASP Content Rotator

This article describes how to code a content rotator for your homepage. Each time a user requests the Web page, the content rotator object displays a new HTML content string based on the information provided by you.

Export MySQL to Excel in PHP

This code sample exports a single table from MySQL Database to Excel in tab-delimited format.

Display Online Users

This articles shows how to display online/active users on your website using ASP.NET

Create Docking Bar in VB

This article shows how to create a Visual Studio style Dockable Bar in VB

How to Automate Web Browser using VB.NET

This Article helps to understand the capabilities of the WebControl to Automate Any Website or to Extract information from any site.

GroupBox using simple HTML

This is to show how you can create a simple VB Group Box style group box using plain HTML