Skip navigation.
Home

The Code Project Latest Updates

Syndicate content The Code Project
Latest Articles from The Code Project
Updated: 27 min 29 sec ago

Controlling IE Print Functionality (Printer Templates)

Fri, 2010-03-19 23:45
Using Javascript to control the output and format of printed webpages in Internet Explorer

Creating a chained dropdownlist using jQuery and XML

Fri, 2010-03-19 20:46
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

Fri, 2010-03-19 20:46
VB.NET program provides information about your hardware and operating system

A Keyboard Selection Enabled ComboBox in Silverlight

Fri, 2010-03-19 20:32
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

Fri, 2010-03-19 20:25
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)

Fri, 2010-03-19 19:32
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

Fri, 2010-03-19 16:16
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)

Fri, 2010-03-19 14:37
Check and mark more than one option in a DropDownList.

Program for Watermarking an Image

Fri, 2010-03-19 14:04
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++

Fri, 2010-03-19 14:04
A fully featured and easy-to-use Windows HTTP wrapper in C++.

Introduction to Bellevue View Engine - Part 2

Fri, 2010-03-19 14:03
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)

Fri, 2010-03-19 14:03
This article takes a scenario based approach to make reader understand this pattern

Windows Ribbon for WinForms, Part 15 – Use Ribbon as External DLL

Fri, 2010-03-19 13:19
In this article I'll present how to load ribbon resources from external DLLs.

LocBaml + MsBuild + ClickOnce Deployment

Fri, 2010-03-19 11:56
How to integrate LOCBAML with msBuild to create a WPF ClickOnce deployment package

Image per pixel enumeration, pixel format conversion and more

Thu, 2010-03-18 20:42
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

Thu, 2010-03-18 19:01
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

Thu, 2010-03-18 16:00
This article takes you on short trip of State Management techniques used in ASP.NET

StackPanel with FlowDocumentReader

Thu, 2010-03-18 15:59
We will learn how to employ a FlowDocumentReader inside a StackPanel

A simple - yet quite powerful - palette quantizer in C#

Thu, 2010-03-18 15:59
A palette quantizer based on human perception

Create your Own Runtime Movable Windows Forms Controls

Thu, 2010-03-18 15:20
A walkthrough on building a Windows Forms label control that can be moved by the user at runtime.