The Code Project Latest Updates
Controlling IE Print Functionality (Printer Templates)
Using Javascript to control the output and format of printed webpages in Internet Explorer
Creating a chained dropdownlist using jQuery and XML
This article is about to create a chained drop down list when we want to represent data from hierarchical data sets.
Everything you want to know about your computer with System Information II
VB.NET program provides information about your hardware and operating system
A Keyboard Selection Enabled ComboBox in Silverlight
Currently, ComboBoxItems cannot be selected using the keyboard - only the mouse. This is an attempt to resolve that.
Whistle or clap to control you computer
In this article, we'll put together a program to control few things on computer by clapping or whistling.
Few step(s) to remove SQL Server database user(s)
Few step(s) to remove SQL Server database user(s) when you are facing error like “The database principal owns a database role and cannot be dropped.” for dropping a user.
How to Use CslaGen to Generate CSLA Data Access Layer Code
This article shows how to quickly create the CSLA DAL files for a mother/daughter relationship (hierarchical data) using CslaGen.
A multiple selection DropDownList (a CheckBoxList inside a DropDownList)
Check and mark more than one option in a DropDownList.
Program for Watermarking an Image
To uniquely identify the images from our storage we use watermarking them with some text (usually company / portal name)
A Fully Featured Windows HTTP Wrapper in C++
A fully featured and easy-to-use Windows HTTP wrapper in C++.
Introduction to Bellevue View Engine - Part 2
Prototype of a new template engine for Asp.Net MVC framework that respects HTML and uses CSS-like syntax for model binding.
Strategy pattern primer (A layman to laymen)
This article takes a scenario based approach to make reader understand this pattern
Windows Ribbon for WinForms, Part 15 – Use Ribbon as External DLL
In this article I'll present how to load ribbon resources from external DLLs.
LocBaml + MsBuild + ClickOnce Deployment
How to integrate LOCBAML with msBuild to create a WPF ClickOnce deployment package
Image per pixel enumeration, pixel format conversion and more
A set of handy extension methods, to help you with quick Image modifications.
Comparison of Architecture presentation patterns MVP(SC),MVP(PV),PM,MVVM and MVC
This article will compare four important architecture presentation patterns i.e. MVP(SC),MVP(PV),PM,MVVM and MVC. Many developers are confused around what is the difference between these patterns and when should we use what. This article will first kick start with a background and explain different
StateManagement Suggestions : A Beginners View
This article takes you on short trip of State Management techniques used in ASP.NET
StackPanel with FlowDocumentReader
We will learn how to employ a FlowDocumentReader inside a StackPanel
A simple - yet quite powerful - palette quantizer in C#
A palette quantizer based on human perception
Create your Own Runtime Movable Windows Forms Controls
A walkthrough on building a Windows Forms label control that can be moved by the user at runtime.

