IT Technology Blog

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

TraceTool 12.3: The Swiss-Army Knife of Trace

Download C# demo, library, and documentation (12.3) - 1.45 MB Download Delphi demo, library, and documentation (12.3) - 964 KB Download C++ demo, library, and documentation (12.3) - 940 KB Download

Captcha for aspx using VB.NET

Introduction To reduce the incidence of spam and reduce the likelihood of denial of service attacks, many web pages include an image block with distored text, known as a Captcha. (There is a good art

Step by Step Creation of Crystal Report with its features Group, Graph, Cross-Tab and Sub report.

Download CrystalReport - 55.08 KB Introduction This article will help you to create reports using Crystal Reports. Here I am giving step by step idea to create reports in an easy way. He

How create a Relevance based Search Query for SQL

Download RelevanceSearch - 101.04 KB Introduction  Many a times we require to implement the Search algorithm in the Applications. So in a normal case we may search the term for various crit

A "little snake" leads us through the most important features of the Windows Phone 7

Download SnakeMobile - 2.73 MB Hi, The idea of a contest which leads to the creation of an article has excited me and since I've got a son, Marco, a 15 years old student, potentially g

Android Binding - Introduction

Introduction Android Binding is a new Open Source Framework for Android-Java providing xml layout view binding mechanism. It helsp development of Android Application by decoupling the View widgets an

Xaml Man

Download Xaml_Man_src - 294.67 KBDownload Xaml_Man_demo_1 - 300.73 KBDownload Xaml_Man_demo_2 - 300.75 KB Introduction After working on the Speedster it was only fair that my next project should

A 21kb Datalayer For All Your Data Transfer Needs

Download 21kbDatalayer - 27.45 KB Introduction In this article, I will show you how to build a datalayer that can handle all data transfer needs, including multiple connections, all in

Creating documentation for a .NET component with Sandcastle Help File Builder.

Contents Introduction Documenting the API Compiling help file Writing additional topics Integrating into build process Introduction Good documentation is an important part of a successful product

Building a Generic Data Feed Web Service

Download GenericDataFeedService - 4.88 KB IntroductionElectronic data transfer is an efficient and desirable solution for sharing data among agencies. The purpose of this article is to illustrate an

Programming practice for server side state maintenance variable

IntroductionHttp protocol is stateless, so we need to maintain state on Client side or Server side. For this time I am going to discuss about the maintaining state on Server Side with one programming

Factory Pattern using Generics

 Download FactoryPatternWithGenerics - 93.97 KBIntroduction This article reveals some good use of design patterns using generics.Think if these design patterns are made using generics in .NET i

Cartoonizer - Convert photos into cartoon like images

Download Cartoon - 41.35 KBLatest code in Google Code Project Introduction  This allows you to apply a painting/cartoon effect to an image by using a bilateral filter followed by edge detec

Automation tool for web activities

Download AutomatingWeb.zip - 12.48 KB Background  Following my post about Live Score [Cricket] on GIT, I got the requests to publish the code for doing same. And here I am, startin

SQL for Developers: Basic Data Retrieval

Download Basic_Data_Retrieval_-_Executable.zip - 7.43 KB Download Basic_Data_Retrieval_-_Project.zip - 13.04 KB Introduction As a software developer, I am often called upon to write SQL queries

ASP.NET Mobile Handset Detection, Redirection & Development Made Easy

Download Detection_Sample_Source.zip - 1.07 MB Download Enhancement_Library.zip - 148.37 KB Introduction This article explains two approaches to determine if an HTTP request is coming from a mobil

ASP.NET and jQuery to the Max

Download source code - 64.4 KB Die Update Panel Die Or how we can use ASP.NET in a real AJAX flavor and live happily. The UpdatePanel represents Microsoft's main interpretation of AJAX techniques

BindingHub - a new component and design pattern, very useful in WPF as well as in ViewModels

Why do you need BindingHub? Before diving into concrete use cases and implementation details, let’s see what is missing in the current WPF implementation. WPF is supposed to be declarative programm

RCF - Interprocess Communication for C++

Download RCF 04 - 637 KB Download RCF 09c - 392 KB Introduction RCF (Remote Call Framework) is a C++ IPC framework, providing an easy and consistent way of implementing interprocess communication

Create md5 hash-code using assemblies in SQL Server 2005

IntroductionIt’s very simple create md5 hash function in such languages like C# or VB.Net. But in some cases it’s nessesary to implement md5-hash algorithm on SQL Server. Unfortunally, SQL Server does