IT Technology Blog

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

Simple Shopping Cart (Basket ) User Control using ASP.NET & JavaScript (Floating, Movable and Resizable)

Download sample application - 15.43 KB Download source code - 6.8 KB You can try my live demo here. Contents Introduction What is the Shopping Cart Software Why I Created this User Contr

A Software Virtual Keyboard for Your WPF Apps

Download Binaries - 41.64 KB Download Source - 468.31 KB Introduction Sometimes having a software-based ‘virtual keyboard’ for your desktop applications can be a real help. You can provide a wa

ASP.NET MVC 2 Basics - Working with List Boxes

Download ListBoxDemo - 15.55 KBIntroduction In many ways ASP.NET MVC represents a big step forward from Web Forms. Instead of working with an abstraction that tries to impose a non-web model onto a

Announcing MvcMailer - Send Emails Using ASP.NET MVC View

The Problem  Did you ever have to send a professional looking HTML Email from your ASP.NET MVC APP? Say, to welcome a newly signed up user or to send a password reset link? I am sure at

Effective paging with List View control in ASP.NET

  Download PagingWithListView.zip - 8.67 KB Introduction Paging is an important thing for thousands of thousand data if we want to develop a scalable application. Sometime it may need custom

Query Notification using SqlDependency and SqlCacheDependency

Download NotificationMessages - 91.29 KBDownload CacheDependencyNotifier - 2.69 KB Table of Contents Introduction What is Service Broker ? What is Query Notification? Prerequisites to create SQL

Metro UI (Zune like) interface (form)

Download MetroUI_Form.zip - 87.87 KB Introduction  The future of Windows Interfaces is probably the Zune-like ones, with a borderless form and some controls inside of it. The problem is: if you

Creating a Domain Service Factory to Host POCO Entities

Download sample - 4.26 MB Introduction If you have not, please see the associated article: POCO Entities Through RIA Service, as this article is the companion to using plain old class objects (POCO)

Reading sql_variant in Entity Framework

Download source - 1.53 KB Introduction Although Entity Framework does not have built-in support for the sql_variant data type [1][2] of SQL Server, it is possible to work around this limitation. T

Notepad RE (Regular Expressions)

Download source files, including executable - 308.33 KB Introduction This is a simple Notepad replacement. The main feature is that you can Search and Replace optionally using regular expres

The XML parsing article that should (not) be written!

Download ElmaxSrc065 - 79.98 KB Table of Contents  Simple Code Examples Introduction XML versus Binary Serialization Library Usage Element Creation Element Removal Element Value Assignment Elem

Convert a folder full of JPG's into an AVI video file.

Download AVI_FromJPGs - 53.49 KB IntroductionA simple VB.Net application that combines a folder full of JPG images into an AVI video file. The source project is a complete Windows Forms appli

Win32 Thread Pool

Download demo project and source - 42.84 KB Introduction What is a thread pool? Exactly that, a pool of threads. You may have heard of terms like object pooling, thread pooling, car pooling

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

Parsing windows 7 libraries without .net 4 or the windows7 api codepack

Download DDW7LibrariesLite - 67.96 KB Introduction  Working on a project in .net 3.5 I found that I needed to enumerate the windows 7 libraries, but I didn't have the option of .net4 and I

Interaction between C# application and Oracle through custom Object

Download OracleUDT - 42.22 KB Introduction As a developer I am very much fond of OOPS and its implementation in C#. When we talk about OOPS most of us are quite comfortable to play with custom obj

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

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

Dynamic Binding Of Hierarchy Data structure To Treeview Control

Download HierarchyTree - 3.32 KB Table of Contents Introduction Business Requirement Solution Database Implementation Recursive Function Conclusion Reference Introduction Asp.net

Combine Multiple css Files into One File and Minify css and javascipt using Nant

NantScript.zip - 3.02 KB  Introduction  When you use multiple css files in project , for each css file it makes extra HTTP request to server. Even though you use ASP.NET theme it breaks out