IT Technology Blog

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

Just Add Location: How to Add Bing Maps to WP7 Apps

  Code Project Virtual Tech Summit Session If you missed the premiere of one of our virtual tech summits you'll still be able to view these sessions. This video originally premiered in ou

Android Usb Port Forwarding

Download Windows part : AndroidTool.zip - 3.2 MB Download Android part Tracetool_service.zip - 99.04 KB Introduction   The Android architecture does not allow to start communicat

SQL Server Indexed Views - Speed Up Your Select Queries: Part 1

History about views Views are a virtual table defining a query against one or more tables. Data isn’t stored in the database and the result set is determined while the view is executed. What’s an In

C# & SQLite - Storing Images

Download StoringImages - 764.23 KB IntroductionThis article is to demostrate how to load images into a SQLite database and retreve them for viewing. It is writen in VS2010, C#, .NET4.0&n

Compare Two XML By Using OPENXML Query in ASP.NET

Download source - 10.33 KB View Output Introduction OPENXML allows access to XML data as though it is a relational rowset. It does this by providing a rowset view of the internal representation o

Simple and Useful JavaScript Regular Expression Tutorial

Introduction Regular Expression is a very important part of any language programming because of its ability to help programmers to write fast and pure applications. You Don't Know What a Regular Exp

Elmah for Glimpse – Best of both worlds

Introducing Elmah We all know Elmah right? It’s one of the top packages in NuGet. For those who don’t really know or use Elmah, I’ll give a brief explanation of the functionality it provides and how

Rendering Speeds of Web Pages using <table>s versus CSS

Download source files - 15 KB Introduction There are evangelists for laying out web pages using CSS and there are evangelists for laying out web pages using <table>s. Both camps might p

Homemade Alarm System

Download demo - 244.67 KB Download source - 73.5 KB Introduction This article describes a security software system. Suppose you have no skills or soldering equipment, but you want to provide sec

ToDoList 6.2 Feature Release - A simple but effective way to keep on top of your tasks

Downloads  Latest Executable + Plugins (6.2) - 1007 KB (Includes help file and sample stylesheets)              Application Source (6.2)

Boolean text search queries and their processing

Download bool_search - 90.57 KB Introduction Choosing string matching algorithm - Simple string matching - Knuth-Morris-Pratt algorithm - Aho-Corasick algorithm Im

Drawing nearly perfect 2D line segments in OpenGL

Download vp1_lab1 - 1.84 MB Introduction OpenGL is great, when it comes to line drawing most people would draw it by: glBegin(GL_LINES); glVertex3f( x1,y1,0); glVertex3f( x2,y2,0);

Simple WPF Page Transitions

Download PageTransitionsDemo - 20.29 KB Introduction / Background  I have a little side project that I am working on which has multiple pages of information that need to be displayed, and

High fidelity printing through the SSRS Report Viewer control

Introduction Since SQL Server 2005, a fully featured WinForms control has been available for incorporation into any project to provide excellent report functionality, including exporting to PDFs and

Rendering Speeds of Web Pages using s versus CSS

Download source files - 15 KB Introduction There are evangelists for laying out web pages using CSS and there are evangelists for laying out web pages using <table>s. Both camps might profit

An Introduction to Sql 11 (Code Name Denali) -Part IV (Contained Database in CTP 1)

An Introduction to Sql 11 (Code Name Denali) -Part IV (Contained Database in CTP 1) Table of Content Introduction Background The Problem with the current (non contained) database What is Containe

Summarize C# Control Excel Skills

Download excel_color_table - 6.22 KB 0. Import Namespace using Microsoft.Office.Core; using Microsoft.Office.Interop.Excel; using System.IO; using System.Reflection; 1. How to open an Excel fil

A Collection of JavaScript Gotchas

This article is an introduction to the weird side of JavaScript, and it definitely has a weird side! Software developers who usually write code in another language will find a lot of intriguing "

ASP.NET Server Side Messages & Client Validation Message Handling.

Download ValidationMessage - 62.46 KB Introduction Most of the time while developing web applications we need to show server side messages at the client side in a dialog. Your server

Introducing LINQ—Language Integrated Query

Download TestLINQ.zip - 38.16 KB Introduction In my previous 3 articles on codeproject.com, I have explained fundamentals of Windows Communication Foundation (WCF), including: Implementing a Basi