IT Technology Blog

IT technology blog, featuring the essence for you to read the article, is to learn IT technology blog first choice

Anonymous Methods - Behind The Scenes

Introduction I think one of the most mysterious thing in software development world is compilers. Let's talk about C# compiler specifically.C# compiler was written in C++ for historical reasons. C#

A Small Utility to Generate Cascading Delete SQL Script in Oracle

Download solution - 24.18 KB Introduction The article is to share a small utility to generate cascading delete SQL Script in Oracle and to introduce how it works. Background Recently I was

Phone Index

Download C# source - 39.1 KB Download VB source - 52.26 KB Introduction I wrote an article earlier to create Array of PictureBox and wrote another article to create Array of Label and TextBox co

Embedded Controls in HMIs

Background This article will focus primarily on WinCC and InTouch, but there are likely issues discussed here that will apply to designs of this type in any SCADA system. The company where I'm cur

Starting DirectX with Visual Basic .NET

Download article source - 11.13 KB Introduction I will try in this simple tutorial to introduce you to the world of DirectX through Visual Basic, although I am a beginner of both! I will focus on so

Animated WPF Panels

Download VB solution - 2.25 MB Download CS solution - 4.56 MB Introduction This article discusses how to apply custom animation to an already exisiting WPF layout by extending classes such as Gri

Simple Traverse Calculator

Download Files - 35.47 KB This is a very simple to use macro written in Excel VBA for calculating and redistributing the error vector to close a traverse. Background I wrote this program for

Expandable Rows In GridView

Introduction This article shows how to add functionality to the ASP.NET GridView control to allow the display of master/detail records with expanding rows. It probably isn't suited to scenarios whe

Phone Index

Download C# source - 39.1 KB Download VB source - 52.26 KB Introduction I wrote an article earlier to create Array of PictureBox and wrote another article to create Array of Label and TextBox co

A Small Utility to Generate Cascading Delete SQL Script in Oracle

Download solution - 24.18 KB Introduction The article is to share a small utility to generate cascading delete SQL Script in Oracle and to introduce how it works. Background Recently I was

Animated WPF Panels

Download VB solution - 2.25 MB Download CS solution - 4.56 MB Introduction This article discusses how to apply custom animation to an already exisiting WPF layout by extending classes such as Gri

Starting DirectX with Visual Basic .NET

Download article source - 11.13 KB Introduction I will try in this simple tutorial to introduce you to the world of DirectX through Visual Basic, although I am a beginner of both! I will focus on so

Expandable Rows In GridView

Introduction This article shows how to add functionality to the ASP.NET GridView control to allow the display of master/detail records with expanding rows. It probably isn't suited to scenarios whe

Embedded Controls in HMIs

Background This article will focus primarily on WinCC and InTouch, but there are likely issues discussed here that will apply to designs of this type in any SCADA system. The company where I'm cur

Resizable ComboBox

Download C# source - 53.24 KB Download VB source - 69.21 KB Introduction When I create a project for using a DataGrid with ComboBox, I hope to get a resizable ComboBox to set its Height as the He

Anonymous Methods - Behind The Scenes

Introduction I think one of the most mysterious thing in software development world is compilers. Let's talk about C# compiler specifically.C# compiler was written in C++ for historical reasons. C#

Another Collapsible Panel (ultra simple)

Download SimpleCollapsiblePanel - 73.07 KB Introduction    One of my last projects requiered a large amount of info to be displayed into cathegories. Due the unbalanced population of ea

Simple Traverse Calculator

Download Files - 35.47 KB This is a very simple to use macro written in Excel VBA for calculating and redistributing the error vector to close a traverse. Background I wrote this program for

Effective paging with List View control in ASP.NET

  Download PagingWithListView.zip - 8.67 KB Introduction Paging is an important thing for thousands of thousand data if we want to develop a scalable application. Sometime it may need custom

Say Hello To Behavior Driven Development (BDD)- Part 1

Introduction Part 1 is going to introduce you with the concept of Behavior Driven Development. Part 2 will consist a step by step instruction to build an application following Behavior driven devel