IT Technology Blog

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

HW'in it with FubuMVC

After a little discussion on FubuMVC's default conventions, we finally approach our shiny goal: force our browser to display a certain phrase (that looks strangely familiar). Displaying a simple stri

Facebook Style Photo Tag

Download source - 1.66 MB Introduction You know how in Facebook, you can Tag images like this: How can this be done in .NET ? BreakDown We'll have to divide this feature into a number of comp

Introduction to Building FireFox Add-ons/Extensions

Introduction FireFox Add-ons is a very popular feature to the browser, it allows a user to add more to the browser or even modify the behavior, often in the form of extra toolbars, context menus, the

web browser compatible comet & websocket service

Download WillWebCommunication - 348.98 KB Introductiona few months ago, i wrote a web communication application for a company competition based on a html5 feature: websocket. no wonder, websocket

What are Online Compilers & Online IDE's?

Introduction It has always been difficult for programmers to organize and work on projects across a variety of locations, computers, and devices – especially when you work in teams. When you store

MSSQL Advanced Join Statements

There are several different Join types which I will discuss here: Cross Join Statement Full Join Statement Joining tables is one of the most useful operations we have. Large data should be divide

Building High Performance Queue in Database for storing Orders, Notifications, Tasks

Introduction We have Queues everywhere. There are queues for asynchronously sending notifications like email and SMS in most websites. E-Commerce sites have queues for storing orders, processing and

Using a Staging Environment for Tracking Down Bugs

Being able to replicate production bugs is highly important. A key aspect to this is having data that is similar or [preferably] identical in a non-production environment where the issue can be tracke

99.99% available ASP.NET and SQL Server SaaS Production Architecture

Introduction You have a hot ASP.NET+SQL Server product, growing at thousand users per day and you have hit the limit of your own garage hosting capability. Now that you have enough VC money in your

PlantUML Editor: A Fast and Simple UML Editor using WPF

Download source - 3.56 MB Download the latest code and installer here Please read the pre-requisites carefully. Introduction PlantUML Editor, built using WPF and .NET 3.5, is an IDE for drawing

MSSQL Statements Syntax

Select Statement Update Statement Insert Statement Delete Statement Select Into Statement Many times, I forget the exact syntax I should use whether I'm writing in MSSQL, My-SQL or Oracle.

MSSQL Join Statements

There are several different Join types which I will discuss here: Inner Join Statement Left Outer Join Statement Right Outer Join Statement Self Join Statement Joining tables is one of the most

How to Create your First SQL Server Integration Services (SSIS) Package - Part 1

Table of Contents Introduction What is SSIS package? Features SSIS Import/Export Wizard Creating or maintaining SSIS packages Features of the data flow task How to create a simple SSIS

Database Mirroring In MS SQL Server - Part I

While this video does not appear under "Videos" in the profile tab, it is part of videos on The Code Project. If you are interested in hosting a video on a coding solution on Code Project, email us at

Database Snapshot in MS SQL Server

Introduction Smile, say cheese, and click!! And the snap is clicked. Anytime later when I look at it, it reminds me of the time the snap was clicked. I really wish there was a time machine which coul

Using Nightly Populated Tables for Faster SQL Queries

What’s more important – speed or data accuracy/quality when generating reports? There’s no definitive correct answer to this question as there’s often a trade-off between the two. In many cases, a cos

Database Table Documentation with a Data Dictionary

At Boston Public Schools, we have many hundreds of data tables. Some are used all the time, others are used only during certain times of the year, while others are simply backups or are no longer used

A Video Converter in Visual Basic .NET

Download source - 2.45 MB Introduction This is a simple video converter developed with .NET while playing with ffmpeg. Ffmpeg is an open source command line audio / video converter. ffmpeg uses

Dictionary Object (ContainsKey Vs. TryGetValue)

Download dictionary - 676 B Introduction  Here I am going to discuss about two important method of the Dictionary>tkey, tvalue< class to play with the data of the Dictionary. Dictio

11 useful classes you'll love

Download UtilityClasses-bin - 24 KBDownload UtilityClasses-src - 88.79 KB Introduction These utility classes are piece of code I gathered from internet the last years. And I'm sure you'll f