IT Technology Blog

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

Bigger is not always better: Communication breakdown

Using Excel 2010 on Windows 7 to make an estimate for a new project, I ran into this problem that I think is both funny and a bit frustrating. As we all

Html 5 Controls for ASP.Net MVC

Download Html5 MVC Web Controls Class Library - 17.19 KB Download Html5 MVC Web Controls Source - 37.02 KB

Stream Compression - System.IO.Compression Library – Usability Review.

Couple of weeks ago I was working along with the architect, designing a feature that we needed to support in our product, as part of the requirements, the user

Deployment-time composability - pre-processing and post-processing tasks during Asp.net Web page request.

IHTTPModule In web development, when you come across requirements that need to do some pre-processing and post-processing in a web page request; there are

Zoom an image with different interpolation types.

Download ZoomInterpolation_Application - 2.14 MBDownload ZoomInterpolation_Source - 2.01 MB Table Of Contents Introduction  Background O

AJAX... Why the rush?

Recently, I've gotten into web programming with various languages, services, and frameworks surrounding the client side of the internet and I've recently stumbl

LaxCraft - Sample MVC3 Site

Introduction  LaxCraft is an ASP.NET MVC3 site that allows a youth team to keep track of their effort on and off the field. It is currently designed just

Practical Software Architecture

Introduction Why with all of today’s technology are so many development shops still creating projects in an antiquated fashion? It’s not the simple question of

Handling database connections more easily

Introduction Please remember to vote on this article. In this article I am going to bring together several pieces of code to help handle database co

How to Read and Write ODF/ODS Files (OpenDocument Spreadsheets)

Download source - 199.63 KB Introduction The OpenDocument Format (ODF) is an XML-based file format for representing electronic documents such as spreadsheet

Behavioral: A BDD library for better organizing your unit tests

Download source - 42.89 KB Download binaries - 4.25 KB Behavioral can be Download latest files from codeplex site. Introduction

Read and write Open XML files (MS Office 2007)

Download demo project and source files - 192 KB Introduction With Office 2007, Microsoft decided to change the default application formats from old, propriet

A Very Smart and Easy Way to Develop Server Software for File Manipulation

Download source code - 122.71 KB Introduction  Over the past years, I've learned many things from CodeProject and now I want to give somet

Package that resizes and compresses images used with an ASP.NET web site and combines them into CSS sprites

Download CSS Sprite Generator - 2934.9 KB Introduction On most web pages, images make up most of the files loaded by the browser to show the page. As a resu

SQL - Pivot with Grand Total Column and Row

Introduction Microsoft SQL Server has introduced the PIVOT and UNPIVOT commands as enhancements to T-SQL with the release of Microsoft SQL Server 2005. Pivot T

ASP.NET Custom Control + Crystal Report Dynamic Text Format

Download demo project - 97.68 KB Download database - 887.16 KB Download binary DLL (custom control) - 4.97 KB Introduction In this post, I describe how to

Database Security Testing In the Light of SQL Injection Attack

Introduction This article basically focuses on providing clear, simple, actionable guidance for preventing SQL Injection flaws in the database applications und

Difference between On clause and Where clause when used with left join in SQL Server

Download scripts - 1.88 KB Introduction The purpose of this article is to show the difference between the On clause and Where clause when using with left joi

PowerShell: Extracting persisted Workflow instances to XML files

Sometimes it is useful to extract variables from a persisted workflow to debug an issue or to verify your persistence for various reasons. Workflows are persist

The Complete Datagrid (Alphabetic and Customized Paging )

Download demo - 185.64 KB Introduction Datagrid: A data bound list control that displays the items from data source in a table. The DataGrid control allow