IT Technology Blog

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

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

Another DataGridView Printer

Download source code - 37 KB Download article PDF - 783 KB Introduction I went looking for a class to do printing from a DataGridView, and none of them did all that I was looking for. I needed to

Everything you need to know about Locales

Introduction A long time ago when I was a senior developer in the Windows group at Microsoft, I was sent to the Far East to help get the F.E. version of Windows 3.1 shipped. That was my introduction

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

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

Data Historians - You Bought It, Use It! Real World Example

Introduction No matter what line of business you are in, it is all about data, lots of data, data from every source possible. The data can be collected manually, i.e. by someone writing dow

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

NotifyParentObservableCollection (Part 2) monitors changes of its children properties

Download source code and demo project (requires Visual Studio 2010) - 25.71 KB Table of Content NotifyParentObservableCollection (Part 1) - implemented using strong events NotifyParentObservabl

A Tiger Hash Implementation for C#

Download tigerhash - 14.23 KB Introduction This set of pure-C# classes implements the cryptographic TIGER hash algorithm. It inherits from .net's HashAlgorithm class and so is usable as drop-in

Event Calendar for ASP.NET MVC Application

Download the final sample of the solution we're going to build. - 432.59 KB Introduction  This tutorial explains the steps required to integrate a Google-like, interactive event calendar in&

INI Reader / Writer Class for MFC and ANSI C++ ( Windows \ Linux )

Download MFC Version (Visual Studio 6.0 Project) - 20.37 KB Download Ansi C++ Version Ansi\Unicode (Visual Studio 6.0 Project) - 16.35 KB Download MFC Version (Visual Studio .NET 2005 Project) - 2

STM32 Discovery: The Basics - Creating a project

Download fromA-Z Step1 - 251.53 KB IntroductionIn this post I will be discussing how I got the stm32 discovery board working with the Keil IDE.  This was my first time using an ARM processor,

QxOrm - C++ ORM (Object Relational Mapping) library

Download QxOrm_1.1.4 - 1.41 MB Introduction Using the code Quick sample Tutorial : qxBlog project History Introduction QxOrm is a C++ library designed to provide Object Relational

Generating Unique Key (Finger Print) for a Computer for Licensing Purposes

Download source - 1.60 KB Introduction For licensing purposes, according to me, the best and secure way is to generate a unique key for the client's machine and provide a corresponding license ke

Debugging, Tracing and Instrumentation in .NET and ASP.NET (14 FAQ)

Debugging, Tracing and Instrumentation in .NET and ASP.NET (14 FAQ)   Contents So, what’s the agenda?What is Instrumentation? What is debugging and tracing? How can we implement debuggin

Consequences of using the Copy-Paste method in C++ programming and how to deal with it

I create the analyzer detecting errors in source code of C/C++/C++0x software [1]. So I have to review a large amount of source code of various applications where we detected suspicious code fragments

SQL Framework

 Download SQLFramework.zip - 1.89 KB Introduction Developers who have experienced in large application development know the necessities of framework. In this regards, more experience develope

Adding class paths to SystemClassLoader

Download source code - 5.1 KB Introduction This article is a non-recommended hack for dynamically adding a class path to SystemClassLoader. You should re-think your design before using this hack; u

Basic Events Out Of The Box

Download BasicEvents - 10.16 KB IntroductionWhen working on one on my recent projects, I needed to fire an event that contains a message. I 've looked for any EventArgs that contains a strin

Basic Authentication on a WCF Rest service

Download Source code VS2010 - 247.67 KB Contents Introduction Basic Authentication Extending WCF Rest Finding the extension point, RequestInterceptor Linking the custom RequestInterceptor to