CSharpFeeds - All your C# feeds in one place.

Sponsors

Feed: The Code Project Latest Articles

Site: http://www.codeproject.com/ Link: http://codeproject.com/webservices/articlerss.aspx?cat=3

Friday, March 23, 2007

LINQ Introduction Part 1 Of 3

by Sacha Barber via The Code Project Latest Articles on 3/23/2007 5:00:00 PM

An introduction to LINQ ...

[ read more ]

Smart Code Generator .Net - Code Generation experience with Visual Studio and ASP.NET- Architectural Overview.

by Shahed.Khan via The Code Project Latest Articles on 3/23/2007 2:00:00 PM

This article describes how I coupled Visual Studio and ASP.NET and created a very powerful code generator. Also describes the internals of SmartCodeGenerator and how it is possible to extend the framework to meet your needs. SmartCodeGenerator uses cutting edge technologies that are available today. ...

[ read more ]

Wednesday, March 21, 2007

Aggregating Web Content in C# (Stock Ratings Sample)

by thund3rstruck via The Code Project Latest Articles on 3/21/2007 8:32:00 PM

A Demonstration of Aggregation and Pattern matching in web content ...

[ read more ]

Dynamic property attribute evaluation at run and desing time

by mileni via The Code Project Latest Articles on 3/21/2007 8:23:00 PM

Ever wanted to hide, propertect properties at design or runtime using other property value? Here is the answer!!! ...

[ read more ]

ASP.NET Password TextBox

by DKNYOli via The Code Project Latest Articles on 3/21/2007 1:47:00 PM

A password textbox that survives postback and that can be set programmatically ...

[ read more ]

Syslog daemon for Windows Eventlog

by alphons via The Code Project Latest Articles on 3/21/2007 12:09:00 PM

Syslogd is an installable Windows service which receives and translates syslog messages to Windows Eventlog logs ...

[ read more ]

Url rewritting in some simple steps...(My simple way series Article)

by JustChiragPatel via The Code Project Latest Articles on 3/21/2007 8:53:00 AM

Dont worry Url rewritting is simple and easy... ...

[ read more ]

An Introduction to Oracle's Berkeley XML Database

by Handpeople via The Code Project Latest Articles on 3/21/2007 2:46:00 AM

An article introducing Oracle's Berkeley XML Database and the command shell ...

[ read more ]

Compact and Repair an Access Database Programmatically Using C#

by Jeremy T. Fuller via The Code Project Latest Articles on 3/21/2007 2:40:00 AM

A simple method that compacts and repairs a Microsoft Access database file using the Microsoft Jet library and C# COM interop. The example code is meant to be integrated into an ASP.NET web site. ...

[ read more ]

Tuesday, March 20, 2007

100% Reflective Class Diagram Creation Tool

by Sacha Barber via The Code Project Latest Articles on 3/20/2007 11:56:00 PM

100% Reflective Class Diagram Creation Tool ...

[ read more ]

A general purpose base class for TextBox filtering

by Eric Lynch via The Code Project Latest Articles on 3/20/2007 8:06:00 PM

This article describes a base class, FilterTextBox, that can be used to implement flexible filtering for a TextBox control. ...

[ read more ]

Handling Touch, Pen or Mouse Digitizer input in your .NET Application

by Todd Landstad via The Code Project Latest Articles on 3/20/2007 7:21:00 PM

A simple application that shows how you can determine whether user input is from a mouse, tablet digitizer or touch. ...

[ read more ]

Google Translator

by Ravi Bhavnani via The Code Project Latest Articles on 3/20/2007 6:58:00 PM

An object that harnesses the power of Google's online natural language translation tools. ...

[ read more ]

A Panel control that you can flip over

by thebeekeeper via The Code Project Latest Articles on 3/20/2007 6:16:00 PM

This article shows how to create a 3D style effect using only GDI+ image manipulations ...

[ read more ]

Understanding Strokes and Digital Ink

by frankgo via The Code Project Latest Articles on 3/20/2007 6:07:00 PM

Learn how Ink is created and strokes are managed ...

[ read more ]

Optimizing your Mobile .NET 3.0 WPF Application for a UMPC or Touch-enabled PC

by Todd Landstad via The Code Project Latest Articles on 3/20/2007 5:42:00 PM

A simple application that is optimized for varying screen sizes and includes power/network status. ...

[ read more ]

Vista Controls

by Pedro M. C. Cardoso via The Code Project Latest Articles on 3/20/2007 3:45:00 PM

Windows Vista Controls that degrade gracefully on Legacy Windows ...

[ read more ]

Data Entry application with PIVOT processing in GridView

by Ole E via The Code Project Latest Articles on 3/20/2007 8:46:00 AM

Describes building a WorkGroup TimeSheet with GridView ...

[ read more ]

Using Raw Input from C# to handle multiple keyboards

by smesser, Emma Burrows via The Code Project Latest Articles on 3/20/2007 12:45:00 AM

Windows XP supports multiple keyboards, but by default, the .Net Framework will treat them all as one. This article explains how to use the Windows API Raw Input methods to support multiple keyboards from a C# application. ...

[ read more ]

Dynamic Properties - A Database Created At Runtime

by Dave Elliott via The Code Project Latest Articles on 3/20/2007 12:42:00 AM

This article describes how to create a data structure that will allow a user at runtime to add additional data points in a manner that is easy to administer while allowing data to be inserted and validated. ...

[ read more ]

Monday, March 19, 2007

Detecting USB drive removal in C# program

by Jan Dolinay via The Code Project Latest Articles on 3/19/2007 5:34:00 PM

An article on detecting insertion and removal of removable drives in C# ...

[ read more ]

Sunday, March 18, 2007

Owner Drawn Component - Extended MenuItem

by Mike Hankey via The Code Project Latest Articles on 3/18/2007 11:37:00 PM

This is the second installment in the Owner Drawn Controls series of articles. ...

[ read more ]

Saturday, March 17, 2007

C# search engine: refactored to search Word, PDF and more

by craigd via The Code Project Latest Articles on 3/17/2007 9:55:00 AM

Refactor Searcharoo C# search engine code to make it easier to extend, and add ability to index/search Microsoft Office documents, PDFs, etc. ...

[ read more ]

Implementation of paging and sorting for the GridView control that works with the array of the objects.

by Mykola Tarasyuk via The Code Project Latest Articles on 3/17/2007 9:09:00 AM

The article describes how to implement paging and sorting for the GridView control that works with the array of the objects. ...

[ read more ]

Using regular expression for parsing

by wjhu111 via The Code Project Latest Articles on 3/17/2007 8:02:00 AM

Derived currently supports RTF and HTML format ...

[ read more ]

Friday, March 16, 2007

Simple introduction to threads in c# for beginners.

by alfi uziel via The Code Project Latest Articles on 3/16/2007 8:25:00 PM

Simple introduction to threads in c# for beginners. ...

[ read more ]

Tutorials on creating PDF files using C# (.NET 2.0)

by victorbos via The Code Project Latest Articles on 3/16/2007 5:20:00 PM

Tutorials on creating PDF files using C# (.NET 2.0) and iTextSharp ...

[ read more ]

Friday, March 09, 2007

Optimizing your Mobile .NET 3.0 WPF Application for a UMPC or Touch-enabled PC

by Todd Landstad via The Code Project Latest Articles on 3/9/2007 10:38:00 PM

A simple application that is optimized for varying screen sizes and includes power/network status. ...

[ read more ]

Set up IIS to work with server and client certificates and HTTPS: test your client or web service code in minutes (without using Win 2003 or Certficate Server).

by Koushik Biswas via The Code Project Latest Articles on 3/9/2007 8:28:00 PM

Have you written a web service that will be deployed over HTTPS and you want to test it on your own box? Have you written a client that needs to call a web service using a client certificate, and want to test it without involving half your company? Here's how to do it! ...

[ read more ]

Sunday, February 25, 2007

iTunes Bar Look-a-Like (Progressbar)

by Snews via The Code Project Latest Articles on 2/25/2007 11:11:00 PM

A Control that mimics the look-n-feel from iTunes and the iPod manager ...

[ read more ]

Connect To MSN Messenger Using The MSN Protocol : Part 1

by Syed M Hussain via The Code Project Latest Articles on 2/25/2007 5:22:00 PM

Connect to the MSN Messneger Server using the MSN Protocol ...

[ read more ]

Bob Custom XML Serializer

by BabakAnsari via The Code Project Latest Articles on 2/25/2007 11:18:00 AM

Custom XML serializer suing .NET ...

[ read more ]

A C# based thumbnail viewer

by Sreejai R. Kurup via The Code Project Latest Articles on 2/25/2007 6:00:00 AM

C# based thumbnail viewer employing a BackgroundWorker to load images in the background. ...

[ read more ]

Friday, February 23, 2007

Add docking and floating support easely and quickly with DockExtender

by Herre Kuijpers via The Code Project Latest Articles on 2/23/2007 9:34:00 AM

DockExtender allows you to add docking / floating / resizing behaviour to any control on your win form with just a few lines of code, making it very easy for your application to support basic docking features. ...

[ read more ]

Speech Recognition And Synthesis Managed APIs In Windows Vista

by James Ashley via The Code Project Latest Articles on 2/23/2007 7:02:00 AM

Hands-on tutorial demonstrating how to add speech recognition and synthesis functionality to a C# text pad application. ...

[ read more ]

Thursday, February 22, 2007

Insert Text into Existing Files in C#, Without Temp Files or Memory Buffers

by Paul C Smith via The Code Project Latest Articles on 2/22/2007 6:55:00 AM

You really don't need to buffer temp data to accomplish a simple text insert. ...

[ read more ]

Wednesday, February 21, 2007

Extended PictureBox control handles vast virtual screen

by Iquoba via The Code Project Latest Articles on 2/21/2007 1:46:00 AM

Extended PictureBox control handles vast virtual screen ...

[ read more ]

Tuesday, February 20, 2007

WCF: Duplex Operations and UI Threads

by jeff.barnes via The Code Project Latest Articles on 2/20/2007 7:25:00 PM

This article examines how duplex operations are implemented in WCF as well as some of the issues that may arise when dealing with UI threads. ...

[ read more ]

Stream Based Encryption for .Net

by BobJanova via The Code Project Latest Articles on 2/20/2007 11:55:00 AM

A symmetric stream-based encryption method in C# based on a rolling cipher and mod-257 multiplications ...

[ read more ]

SMTP Mail Manager

by Laolusrael via The Code Project Latest Articles on 2/20/2007 4:22:00 AM

If you have ever thought of a way of using the SmtpClient class with the MailMessage class and all ...

[ read more ]

Spelling Suggestions in a WPF TextBox

by Josh Smith via The Code Project Latest Articles on 2/20/2007 12:31:00 AM

Examines an intuitive way to correct typos in a TextBox. ...

[ read more ]

Monday, February 19, 2007

Creating a glass button using GDI+

by Lukasz Swiatkowski via The Code Project Latest Articles on 2/19/2007 8:00:00 PM

How to create an animating glass button using only GDI+ (and not using WPF). ...

[ read more ]

Updating the GUI from another thread made easy

by daniel.byrne via The Code Project Latest Articles on 2/19/2007 3:20:00 PM

Ever tried updating a control from a background thread and received an error? Here's an easy and clean way to do it... ...

[ read more ]

Thursday, February 15, 2007

Sorting Generic Collections

by Saravanan M via The Code Project Latest Articles on 2/15/2007 10:18:00 PM

Here is an advanced sortable list that can be used in ASP.Net Pages. ...

[ read more ]

How To test console applications

by atriplex via The Code Project Latest Articles on 2/15/2007 8:30:00 AM

This article demonstate very simple way to automate testing of your console application ...

[ read more ]

Sunday, February 11, 2007

The Option Pattern

by Andrew Shapira via The Code Project Latest Articles on 2/11/2007 9:03:00 PM

This article is the first in a series about a ubiquitous design pattern - the option pattern. ...

[ read more ]

Friday, February 09, 2007

Lambda Expressions and Expression Trees: An Introduction

by J. Dunlap via The Code Project Latest Articles on 2/9/2007 4:05:00 PM

Introduces C# 3’s lambda expressions and expression trees in an easy-to-understand way, and describes their benefits and uses. Also touches on anonymous delegates. ...

[ read more ]

Maintain focus between postbacks in ASP.NET 2.0 also in ASP.NET AJAX

by George Mamaladze via The Code Project Latest Articles on 2/9/2007 10:52:00 AM

A workaround to maintain focus between postbacks in ASP.NET 2.0 also in ASP.NET AJAX without SmartNavigation ...

[ read more ]

Show GridView if datasource is empty

by Vl@de via The Code Project Latest Articles on 2/9/2007 5:39:00 AM

A simple method to show a GridView even if the datasource asigned is empty ...

[ read more ]

Generic Directory Watcher Service

by Luke Stratman via The Code Project Latest Articles on 2/9/2007 12:58:00 AM

This service watches for filesystem events in directories and runs specified programs in response to those events. ...

[ read more ]

Thursday, February 08, 2007

Programmatically adding attachments to emails in C# and VB.NET

by David Broooks via The Code Project Latest Articles on 2/8/2007 2:55:00 PM

A technique for programmatically adding attachments to emails in C# and VB.NET. ...

[ read more ]

A fast and performing gauge

by A.J.Bauer via The Code Project Latest Articles on 2/8/2007 10:12:00 AM

This article shows you how to write a performing control using .NET 2.0 and GDI+. ...

[ read more ]

Wednesday, February 07, 2007

MagicWords, a SlickRun clone

by jroland via The Code Project Latest Articles on 2/7/2007 4:33:00 PM

How to build a SlickRun clone in one hour ...

[ read more ]

Sample Code for Ajax in C#.net,Asp.net with Ajax.dll

by Bala Murali S via The Code Project Latest Articles on 2/7/2007 5:24:00 AM

This project is used to easily understand and implement Ajax in C#.net , ASP.Net with Ajax.dll ...

[ read more ]

Display the output from command-line process on your desktop (a GeekTool clone)

by adparadox0 via The Code Project Latest Articles on 2/7/2007 3:23:00 AM

The trials and tribulations of creating a GeekTool clone ...

[ read more ]

Tuesday, February 06, 2007

Sample NHibernate IInterceptor implementation

by Ali Ozgur via The Code Project Latest Articles on 2/6/2007 2:26:00 PM

This article describes a simple implemettaion of NHibernate IInterceptor interface ...

[ read more ]

The most complete C# Webbrowser wrapper control

by mehrcpp via The Code Project Latest Articles on 2/6/2007 2:02:00 PM

A C# (.NET 2.0) control for hosting, and advanced customization of the original Webbrowser control and much more. ...

[ read more ]

How to write a loading circle animation in .NET?

by Martin Gagne via The Code Project Latest Articles on 2/6/2007 11:47:00 AM

A new kind of progress bar for .NET 2.0. ...

[ read more ]

Solving Problems in ADO.Net for Scalable Applications

by Taimoor Mirza via The Code Project Latest Articles on 2/6/2007 4:36:00 AM

How to apply DataSet's changes in correct sequence to database and maintain ...

[ read more ]

Computer Conversions (Hexadecimal, Decimal, Octal and Binary)

by Scott Klawitter via The Code Project Latest Articles on 2/6/2007 3:30:00 AM

An article to demonstrate how to convert from one base 2, 8, 10 or 16 to another of base 2, 8, 10, 16 ...

[ read more ]

Monday, February 05, 2007

Yet Another Menu Generator

by Pman75 via The Code Project Latest Articles on 2/5/2007 8:14:00 PM

A 2 tier menu generator that can be navigated forwards and/or backwards. ...

[ read more ]

Sending files in chunks with MTOM Web Services and .NET 2.0

by Tim_Mackey via The Code Project Latest Articles on 2/5/2007 10:12:00 AM

How to send large files across Web Services in small chunks using MTOM (WSE 3). ...

[ read more ]

Simple sample for .NET Remoting

by Manoj Kumar Raju via The Code Project Latest Articles on 2/5/2007 6:56:00 AM

This article is for beginners ...

[ read more ]

C# Data Access, Business, Entity Layer & Stored Procedure Generator

by Pushkar Adsule via The Code Project Latest Articles on 2/5/2007 5:08:00 AM

This Tool Generates Data Access Layer including respective stored procedures, associated Business layer and Entity layer class which is shared between both Data Access layer and Business Layer. It takes MSSQL connection string as input. ...

[ read more ]

Sunday, February 04, 2007

Adding Custom Attributes and applying CSS to Nodes in a TreeView Control

by Bassam Saoud via The Code Project Latest Articles on 2/4/2007 4:38:00 PM

Extending TreeView control to customize nodes and add custom attributes ...

[ read more ]

Secure VNC Viewer

by Luke Stratman via The Code Project Latest Articles on 2/4/2007 3:26:00 PM

Helper application to automatically establish SSH or SSL tunnels for VNC connections ...

[ read more ]

Serving SQL XML through a WebService (SQL2005)

by Russ Quinn via The Code Project Latest Articles on 2/4/2007 10:04:00 AM

How to server XML from SQL2005 through a WebService ...

[ read more ]

Simple pop-up control

by Lukasz Swiatkowski via The Code Project Latest Articles on 2/4/2007 1:44:00 AM

How to create a custom pop-up control in C#. ...

[ read more ]

Saturday, February 03, 2007

Using managed code to detect what .NET Framework versions and service packs are installed

by Scott Dorman via The Code Project Latest Articles on 2/3/2007 11:33:00 PM

Explains how to use managed code to detect which .NET Framework versions and service packs are installed. ...

[ read more ]

Goto definition Add-In but for SQL Stored Procedures !!

by alaac# via The Code Project Latest Articles on 2/3/2007 1:47:00 PM

this add-in let you navigate to the specified SQL stored procedure if you refer to in your code, ...

[ read more ]

Importing data with SSIS Object model

by Moim Hossain via The Code Project Latest Articles on 2/3/2007 1:09:00 PM

Describes how to use SSIS object model for importing data to SQL server 2005 ...

[ read more ]

Generic Cache Manager

by Daniel@SA via The Code Project Latest Articles on 2/3/2007 9:33:00 AM

A Cache Manager built using Generics and the Microsoft Enterprise Library Cache Application Block ...

[ read more ]

Running Object Table: Provider in .NET, consumer in MFC

by bjdodo via The Code Project Latest Articles on 2/3/2007 4:42:00 AM

Two example classes: one in C# that registers itself to the ROT, the other one in MFC/C++ that is using that object ...

[ read more ]

Events Manager: A Vista Gadget

by badr zrari via The Code Project Latest Articles on 2/3/2007 4:27:00 AM

An events manager gadget for Windows Vista ...

[ read more ]

A Composite UI Application Block CAB MDI application

by David Broooks via The Code Project Latest Articles on 2/3/2007 4:10:00 AM

An introduction to the world of CAB demonstrated with a sample MDI smart client application ...

[ read more ]

Introduction to the Validation Application Block

by n_ahid via The Code Project Latest Articles on 2/3/2007 3:27:00 AM

Validation application block has been added to enterprise library 2007 CTP release. ...

[ read more ]

Optimizing integer divisions with Multiply Shift in C#

by rob tillaart via The Code Project Latest Articles on 2/3/2007 2:55:00 AM

An article on improving the performance of an algorithm by replacing integer divisions ...

[ read more ]

Friday, February 02, 2007

Context Help Made Easy

by Tom Clement via The Code Project Latest Articles on 2/2/2007 8:12:00 PM

This article introduces a new way of instrumenting your code that enables help authors associate help topics with the application’s visual contexts at any time - even post-compilation – and to do so using the application’s user interface without the involvement of the developer. ...

[ read more ]

Timer surprises, and how to avoid them

by Luc Pattyn via The Code Project Latest Articles on 2/2/2007 7:32:00 PM

A simple app demonstrates unexpected behavior of .NET timers and Thread.Sleep(); native multimedia timers come to the rescue. ...

[ read more ]

The localizable Dropdown for ASP.NET 2.0

by sea_caty via The Code Project Latest Articles on 2/2/2007 6:01:00 PM

This code shows how to do a simple localizable dropdown that sets up the options from suitable text ...

[ read more ]

StringEnumerator

by Rudy Rihani via The Code Project Latest Articles on 2/2/2007 5:07:00 PM

A utility class relying on Generics and Attributes that allows strings to be enumerated (as enums) ...

[ read more ]

Send a request to an SSL page from C#

by prussoniello via The Code Project Latest Articles on 2/2/2007 12:37:00 PM

Send a request to an SSL page from C# ...

[ read more ]

Outlook To OneNote AddIn

by John Guin via The Code Project Latest Articles on 2/2/2007 8:46:00 AM

An article on creating a useful addin using Outlook and OneNote 2007 ...

[ read more ]

Using Multiple NHibernate Assemblies with NHSessionManager

by Ali Ozgur via The Code Project Latest Articles on 2/2/2007 7:13:00 AM

This article describes how NHSessionManager can be configured to use multiple NHibernate assemblies ...

[ read more ]

Say Hello to Tracking Service!!

by akshayswaroop via The Code Project Latest Articles on 2/2/2007 6:50:00 AM

This article explains the intricacy of implementing a custom tracking service ...

[ read more ]

Adding commandbar controls to outlook

by Kamlesh_Singh via The Code Project Latest Articles on 2/2/2007 6:10:00 AM

Adding buttons, events on outlook application ...

[ read more ]

Access image metadata using Visual Studio's new object data binding feature

by johnhreynolds via The Code Project Latest Articles on 2/2/2007 3:45:00 AM

Using a new class library to bind to photo metadata with a few line of code. ...

[ read more ]

Thursday, February 01, 2007

Marshal an array of zero terminated strings

by dmihailescu via The Code Project Latest Articles on 2/1/2007 10:13:00 PM

Marshal an array of zero terminated strings ...

[ read more ]

Send a content type “multipart/form-data” request from C#

by prussoniello via The Code Project Latest Articles on 2/1/2007 8:41:00 PM

Send a content type “multipart/form-data” request from C# ...

[ read more ]

Video file saving in Windows Media video format for the DirectX.Capture class library

by almere109 via The Code Project Latest Articles on 2/1/2007 11:22:00 AM

Enhancements to the DirectX.Capture class for capturing audio and video to Windows Media files, using IWMProfile. ...

[ read more ]

DirectShow - TV finetuning using the IKsPropertySet in C#

by almere109 via The Code Project Latest Articles on 2/1/2007 11:14:00 AM

Enhancements to the DirectX.Capture class for TV finetuning using the IKsPropertySet. ...

[ read more ]

Wednesday, January 31, 2007

A Vector Type for C#

by R Potter via The Code Project Latest Articles on 1/31/2007 11:42:00 AM

A guide through a Vector type in C# using Cartesian and Euclidian Geometry ...

[ read more ]

Embedding and Playing WAV Audio Files in a WinForms Application

by Scott Lysle via The Code Project Latest Articles on 1/31/2007 11:09:00 AM

This article describes an approach to embedding WAV audio files into an application and playing them through the use of the System.Media class library ...

[ read more ]

Extend the Textbox Control to Validate Against Regular Expressions

by Scott Lysle via The Code Project Latest Articles on 1/31/2007 11:09:00 AM

This article describes an approach to validating text box entries against a regular expression ...

[ read more ]

Draw straight and curved arrows

by Michal Brylka via The Code Project Latest Articles on 1/31/2007 4:35:00 AM

Render custom arrows on any graphics ...

[ read more ]

Tuesday, January 30, 2007

.NET Interop for Gadgets – A C# GMail Inbox Reader Example

by Acoustic via The Code Project Latest Articles on 1/30/2007 5:58:00 PM

How to call absolutely any .NET code from your Vista Sidebar Gadget ...

[ read more ]

Simple web based obfuscation

by Sacha Barber via The Code Project Latest Articles on 1/30/2007 11:21:00 AM

Protect sesitive data from nasty web bots using server / client obfuscation methods ...

[ read more ]

Public Key RSA Encryption in C# .NET

by Mathew John Schlabaugh via The Code Project Latest Articles on 1/30/2007 9:35:00 AM

1024/2048 bit RSA cryptography in a "Notepad style" program. ...

[ read more ]

Convert INI file to XML

by Loki via The Code Project Latest Articles on 1/30/2007 9:30:00 AM

You probably need to convert your old INI files into XML. Read on for a solution. ...

[ read more ]

Custom Paging and the GridView ASP.NET 2.0 - you'll thank me for this !

by Erwin@ODS via The Code Project Latest Articles on 1/30/2007 6:45:00 AM

How to programmatically bind a GridView to a DataSource and let it show a pager ! ...

[ read more ]

Monday, January 29, 2007

MemoryBox: A Yes/No/Yes to all/No to all Dialog for C#

by Chris Johanson via The Code Project Latest Articles on 1/29/2007 11:14:00 PM

MemoryBox is a A Yes/No/Yes to all/No to all Dialog with similar implementation to the standard Windows MessageBox. ...

[ read more ]

DataTable Generator Using Attributes

by TeX HeX via The Code Project Latest Articles on 1/29/2007 8:12:00 PM

This article demonstrates the first version of a DataTable Generator. This generator uses information found in custom attributes on any class and transforms the class, or several instances of it, to a System.Data.DataTable. ...

[ read more ]

AI : Dawkins Biomorphs / And other evolving creatures

by Sacha Barber via The Code Project Latest Articles on 1/29/2007 6:40:00 PM

An implementation of Dawkins biomorphs and some more crazy evolving creatures ...

[ read more ]

Advanced Custom TreeView Layout in WPF

by Josh Smith via The Code Project Latest Articles on 1/29/2007 12:45:00 AM

Reviews an advanced layout customization for the WPF TreeView. ...

[ read more ]

A Gadget to control a cell phone

by sghctoma via The Code Project Latest Articles on 1/29/2007 12:30:00 AM

An article on creating a Vista Sidebar Gadget, that communicates/controls a mobile phone through a serial (COM) port. ...

[ read more ]

Sunday, January 28, 2007

Passing Data between Windows Forms

by salysle via The Code Project Latest Articles on 1/28/2007 6:34:00 AM

Passing Data between Windows Forms ...

[ read more ]

GridView CheckBox Selection With a Twist

by azamsharp via The Code Project Latest Articles on 1/28/2007 12:23:00 AM

How to implement GridView Checkbox selection. ...

[ read more ]

Saturday, January 27, 2007

Using Trigonometry and Pythagoras to WaterMark an Image

by bobsugar222 via The Code Project Latest Articles on 1/27/2007 2:26:00 AM

An article on a class to watermark images ...

[ read more ]

Friday, January 26, 2007

A wrapper for the canon CDSDK and PRSDK for remote capture

by Christian Graus, Benjamin Liedblad via The Code Project Latest Articles on 1/26/2007 10:45:00 PM

A wrapper to allow remote capture of images with Canon cameras in C# ...

[ read more ]

Pure C# .NET Desktop Color Picker With Magnifying Glass

by nd1279 via The Code Project Latest Articles on 1/26/2007 3:53:00 AM

A desktop color picker with magnifying glass written in C# 2.0 without using APIs with DllImport or something else. ...

[ read more ]

Thursday, January 25, 2007

FormPrint as a simple class

by J.Thomas via The Code Project Latest Articles on 1/25/2007 11:06:00 PM

An article on how to print or save (as a bitmap file) WinForms or any other controls. ...

[ read more ]

Priority Queue and Priority Based Process Scheduler Simulation

by Anindya Chatterjee via The Code Project Latest Articles on 1/25/2007 8:43:00 PM

A priority based process scheduler is simulated using a priority queue ...

[ read more ]

Add, Edit, and Delete in DataGridView with paging

by jdkulkarni via The Code Project Latest Articles on 1/25/2007 7:16:00 AM

This article describes the DataGridView manipulation like add, edit, delete with paging and using Asynchronous method calls. ...

[ read more ]

SQL Bulk Copy with C#.Net

by Kadir Camoglu. via The Code Project Latest Articles on 1/25/2007 5:40:00 AM

An article about copying data to SQL within your application. ...

[ read more ]

DrawTools

by Alex Fr via The Code Project Latest Articles on 1/25/2007 5:31:00 AM

Sample Windows Forms application for drawing graphic objects in a window client area using drawing tools and mouse. ...

[ read more ]

JavaScript Object Notation Support for .NET 2.0

by AndyKernahan via The Code Project Latest Articles on 1/25/2007 1:03:00 AM

A light weight alternative to XML ...

[ read more ]

Wednesday, January 24, 2007

Culture and Region Info tool for .NET 2.0

by Paulo Morgado via The Code Project Latest Articles on 1/24/2007 11:47:00 PM

A Culture and Region Info tool for .NET 2.0 based on System.Globalization.CultureAndRegionInfoBuilder ...

[ read more ]

Wrapi, a Visual Studio add-in for automatic wrapper implementation

by Gladstone via The Code Project Latest Articles on 1/24/2007 6:34:00 AM

Wrapi, a visual studio add-in for automatic wrapping of class fields or properties in c#, vb.net and c++ ...

[ read more ]

Why Develop Custom Controls? Just Customize Generic Controls. Part 3 : ColorComboBox

by Zijian via The Code Project Latest Articles on 1/24/2007 4:33:00 AM

ColorComboBox, not need to derive from ComboBox ...

[ read more ]

Monday, January 22, 2007

Dynamic Code Generation vs Reflection

by Herbrandson via The Code Project Latest Articles on 1/22/2007 6:46:00 PM

A dynamic code generator for setting property and field values that out performs reflection ...

[ read more ]

Drag and Drop Items in a WPF ListView

by Josh Smith via The Code Project Latest Articles on 1/22/2007 4:06:00 AM

Discusses automated drag-and-drop in the WPF ListView. ...

[ read more ]

Instantly Changing Language in the Form

by Julijan Sribar via The Code Project Latest Articles on 1/22/2007 3:29:00 AM

How to switch language on the form instantly. ...

[ read more ]

Sunday, January 21, 2007

Exploring Windows Communication Foundation - Part 1

by mastergaurav via The Code Project Latest Articles on 1/21/2007 11:54:00 AM

Starting with this article, we shall explore various aspects of WCF ...

[ read more ]

Saturday, January 20, 2007

Reflection in C# tutorial

by Idemudia Esangbedo via The Code Project Latest Articles on 1/20/2007 9:31:00 PM

Introduction to Reflection in C# ...

[ read more ]

Resume Sender

by Kerry Teo via The Code Project Latest Articles on 1/20/2007 6:15:00 PM

A simple application to help manage your job applications ...

[ read more ]

Friday, January 19, 2007

DSL Tools

by Carl_Anderson via The Code Project Latest Articles on 1/19/2007 8:21:00 PM

DSL Tools enables the construction of custom graphical designers and the generation of source code using domain-specific diagrammatic notations. ...

[ read more ]

Thursday, January 18, 2007

A generic frequency table in C# with descriptive statistics

by V. Thieme via The Code Project Latest Articles on 1/18/2007 11:33:00 AM

Frequencies, descriptive statistics and normality testing ...

[ read more ]

Why Develop Custom Controls? Just Customize Generic Controls. Part 2 : InTextboxLabel

by Zijian via The Code Project Latest Articles on 1/18/2007 7:10:00 AM

Embed a label inside the text box for compact UI. Not need to develop a derived class of TextBox ...

[ read more ]

Why Develop Custom Controls? Just Customize Generic Controls. Part 1 : Flashing

by Zijian via The Code Project Latest Articles on 1/18/2007 6:52:00 AM

Plug features into generic classes or controls. ...

[ read more ]

Wednesday, January 17, 2007

Automating the code writing process using macros

by Dan Hvik via The Code Project Latest Articles on 1/17/2007 10:50:00 AM

This article describes the documentator macros for making code writing with Visual Studio 2003 a lot faster and easier. ...

[ read more ]

Tuesday, January 16, 2007

HttpTunnel in C#

by Kamlesh_Singh via The Code Project Latest Articles on 1/16/2007 11:53:00 AM

How to create TCp connection through proxy server ...

[ read more ]

Monday, January 15, 2007

Copy data from a DataTable to a SQLServer Database using SQLServer Management Objects and SqlBulkCopy

by avanwieren via The Code Project Latest Articles on 1/15/2007 10:32:00 PM

How to copy data from a modified dataset into a SQL Server Database ...

[ read more ]

Fast color depth change for bitmaps

by Dima_sta via The Code Project Latest Articles on 1/15/2007 4:38:00 PM

This article describes color depth change for Bitmaps ...

[ read more ]

HTML Meta Tag Generator

by zeltera via The Code Project Latest Articles on 1/15/2007 3:40:00 PM

Visual HTML Meta Tag Generator ...

[ read more ]

Developing a Log Scope – Part I: Developing the concept

by Paulo Morgado via The Code Project Latest Articles on 1/15/2007 10:44:00 AM

Introducing the concept ...

[ read more ]

Web Ink/Drawing Control

by daluu via The Code Project Latest Articles on 1/15/2007 1:15:00 AM

An article on creating and using a web browser (IE only) compatible ink or drawing control using the Microsoft Tablet PC SDK version 1.7. A sample pre-built control is provided for use and demonstration. ...

[ read more ]

Friday, January 12, 2007

Gradient and Boxed ProgressBar

by Sarafian via The Code Project Latest Articles on 1/12/2007 10:17:00 AM

A base ProgressBar Control for the Implementation of a Gradient and Blocked ...

[ read more ]

Thursday, January 11, 2007

XSLT Unleashed

by Chris Stefano via The Code Project Latest Articles on 1/11/2007 10:17:00 PM

Another use for XML and XSLT ...

[ read more ]

Quick compression utility for C# byte arrays

by ronnotel via The Code Project Latest Articles on 1/11/2007 1:46:00 PM

A quick but useful utility for compression and decompression of byte arrays ...

[ read more ]

The "using" keyword in C#

by pfemiani via The Code Project Latest Articles on 1/11/2007 2:07:00 AM

A look at the c# "using" keyword. What happens behind the scenes. ...

[ read more ]

A little Sqlserver Script Helper

by ddrk via The Code Project Latest Articles on 1/11/2007 1:11:00 AM

when you want to get the data script from sqlserver , use this , it can be fine . ...

[ read more ]

Merge Header - Gridview/DataGrid

by Thiagarajan Rajendran via The Code Project Latest Articles on 1/11/2007 1:06:00 AM

This article shows how we can merge multiple column into single column in gridview using asp.net 2.0 ...

[ read more ]

Wednesday, January 10, 2007

ErrorProvider - Fix for Disappearing ToolTip

by Kevin.Molyneaux via The Code Project Latest Articles on 1/10/2007 3:16:00 PM

Microsoft's ToolTips have a 'feature' that when you click on a tooltip, the tool tip goes away and does not reappear, which is a major problem with the ErrorProvider messages. This posting presents a hacked solution; I am posting this in hopes that it will bring about a better resolution. ...

[ read more ]

Create Regex objects using a kind of "meta-variables" - quicker and easier

by Eugene Mirotin (Guard) via The Code Project Latest Articles on 1/10/2007 2:56:00 PM

Article describes a class VarRegex allowing you to reuse parts of regular expressions. ...

[ read more ]

Exploring ASP.NET Session State and Cache data

by Patrick Long via The Code Project Latest Articles on 1/10/2007 12:09:00 PM

An article showing how to create quick, "easy to use" views of session state and cache. ...

[ read more ]

Tuesday, January 09, 2007

Inheritance in O/R Mapping

by Iqbal M Khan via The Code Project Latest Articles on 1/9/2007 12:51:00 PM

Object oriented applications usually have inheritance as an important part of their design, including in their domain objects. However, the corresponding data model has no built-in mechanism for specifying inheritance. Therefore, domain objects must be mapped to relational database intelligently ...

[ read more ]

Monday, January 08, 2007

Controlling The Screen Saver With C#

by kschulz via The Code Project Latest Articles on 1/8/2007 4:37:00 PM

A C# class for monitoring, activating, deactivating, closing, and changing the timeout of the screen saver. ...

[ read more ]

Excel Report from Microsoft Project

by zam664 via The Code Project Latest Articles on 1/8/2007 4:26:00 PM

Extract project data from Microsoft Project and import it into Microsoft Excel. ...

[ read more ]

A practical use of the MVC pattern

by Balazs Zoltan via The Code Project Latest Articles on 1/8/2007 3:53:00 PM

Another approach to the MVC pattern. ...

[ read more ]

WatiN - Web Application Testing In .Net

by Jesus Jimenez via The Code Project Latest Articles on 1/8/2007 1:48:00 PM

This article exposes how to use WatiN and how to create UI tests for Web Applications ...

[ read more ]

Learn How To Build A Provider Framework - With An Easy To Understand Example Towards Applying Provider Pattern

by An 'OOP' via The Code Project Latest Articles on 1/8/2007 1:32:00 PM

After reading this article, you'll be able to (1) Change your mindset a little bit, and start thinking about 'frameworks' instead of just 'code' (2) Understand a lot about practically applying provider pattern in your projects (3) Gain much knowledge regarding xml config files and providers ...

[ read more ]

ExtendedDateTimePicker control, week numbers in the DateTimePicker control

by _JERKER_ via The Code Project Latest Articles on 1/8/2007 1:27:00 PM

Code for showing week numbers in a DateTimePicker control as MonthCalendar control does ...

[ read more ]

SmartCodeGenerator - Code Generation experience with Visual Studio and ASP.NET- Architectural Overview.

by Shahed.Khan via The Code Project Latest Articles on 1/8/2007 3:39:00 AM

This article describes how I coupled Visual Studio and ASP.NET and created a very powerful code generator. Also describes the internals of SmartCodeGenerator and how it is possible to extend the framework to meet your needs. SmartCodeGenerator uses cutting edge technologies that are available today. ...

[ read more ]

Sunday, January 07, 2007

URL Mapper Handler Factory

by Paulo Morgado via The Code Project Latest Articles on 1/7/2007 10:00:00 PM

An IHttpHandler/IHttpHandlerFactory to map requests ...

[ read more ]

Saturday, January 06, 2007

Find the nearest color with C# - Using the Euclidean distance between two colors

by _vt_ via The Code Project Latest Articles on 1/6/2007 2:03:00 PM

A short method to find the nearest color ...

[ read more ]

Friday, January 05, 2007

The use of Stacks in C#

by punchcardRay via The Code Project Latest Articles on 1/5/2007 9:53:00 PM

Using a stack to manage priorities ...

[ read more ]

Thursday, January 04, 2007

Smart Card Framework for .NET

by Olivier ROUIT via The Code Project Latest Articles on 1/4/2007 4:32:00 PM

Describes an XML framework for .NET to program Smart Card applications. ...

[ read more ]

Custom DataBindable BusinessObjects and The Typed DataSet

by Emmanuel71 via The Code Project Latest Articles on 1/4/2007 5:51:00 AM

An article about Custom Businessobjects in conjunction with the DataSet to Retrieve Data ...

[ read more ]

Creating a Custom Event Dictionary

by Daniel Dhillon via The Code Project Latest Articles on 1/4/2007 4:10:00 AM

An article on creating a custom event dictionary. ...

[ read more ]

Wednesday, January 03, 2007

Build Google IG like Ajax Start Page in 7 days using ASP.NET Ajax and .NET 3.0

by Omar Al Zabir via The Code Project Latest Articles on 1/3/2007 8:20:00 PM

Build a start page similar to Google IG in 7 nights using ASP.Net Ajax, .NET 3.0, Linq, DLinq and XLinq. ...

[ read more ]

Build Google IG like AJAX Start Page in 7 days using ASP.NET and AJAX

by Omar Al Zabir via The Code Project Latest Articles on 1/3/2007 8:20:00 PM

Build a start page similar to Google IG in 7 nights using ASP.Net Ajax, .NET 3.0, Linq, DLinq and XLinq. ...

[ read more ]

Reaction-less TreeView

by Foon (drawtree) via The Code Project Latest Articles on 1/3/2007 1:48:00 PM

TreeView without reaction to user mouse action. ...

[ read more ]

Tuesday, January 02, 2007

ASP.NET AJAX: State or no State?

by Granville Barnett via The Code Project Latest Articles on 1/2/2007 5:48:00 PM

An article covering the two different design paths we can take when using the ASP.NET AJAX framework ...

[ read more ]

Parameter Discovery on Ms Access With XML option. Using Microsoft Patterns and Practices

by Patrickquinn1212 via The Code Project Latest Articles on 1/2/2007 7:19:00 AM

Automation of command parameter building targeting Ms Access, I have only seen one other version and ...

[ read more ]

Simple Power Point Automation using C#

by Gigy via The Code Project Latest Articles on 1/2/2007 6:26:00 AM

Simple Power Point Automation using C# ...

[ read more ]

An alternative way to MSWord Render extension of SQL Reporting Service using XSLT and xml document mapping.

by n_ahid via The Code Project Latest Articles on 1/2/2007 4:03:00 AM

SQL Reporting service doesn’t support export report to MSWord yet. By using render extensions for exporting MSWord not so easy. This article describes an alternative way converting SQL report to MSWord file. ...

[ read more ]

Monday, January 01, 2007

How Events Work Under the Surface

by J. Dunlap via The Code Project Latest Articles on 1/1/2007 3:00:00 PM

Shows what goes on behind the "magic" that the compiler does when you declare a simple event member in a class. ...

[ read more ]

Sunday, December 31, 2006

Generic Mathematical Expression Framework

by Syed Hassaan Ahmed via The Code Project Latest Articles on 12/31/2006 5:00:00 PM

A Generic Mathematical Expression Framework for solving complex Equations, and Performing Common Operations on them, such as Integration, Differenciation etc ...

[ read more ]

Saturday, December 30, 2006

The SqlReader Object

by David Morton via The Code Project Latest Articles on 12/30/2006 7:20:00 AM

Cutting your code time in half using a smart SQL frontend. ...

[ read more ]

AutoComplete TextBox

by pfemiani via The Code Project Latest Articles on 12/30/2006 12:28:00 AM

Implement a simple auto-complete textbox. ...

[ read more ]

Friday, December 29, 2006

get Physical HDD serial number without WMI

by dmihailescu via The Code Project Latest Articles on 12/29/2006 9:12:00 PM

get Physical HDD serial number with no WMI ...

[ read more ]

Using CLR integration to compress BLOBs/CLOBs in SQL Server 2005

by yolousa72 via The Code Project Latest Articles on 12/29/2006 6:27:00 PM

This article shows how to use CLR integration to compress data in SQL Server 2005 ...

[ read more ]

DataSet Watch 2.0

by Osama Abbas via The Code Project Latest Articles on 12/29/2006 3:51:00 PM

An enhanced DataSet Visualizer for Visual Studio 2005. ...

[ read more ]

Simple Excel Automation using C#

by Gigy via The Code Project Latest Articles on 12/29/2006 7:47:00 AM

Simple Excel Automation using C# ...

[ read more ]

Simple Ms Word Automation using C#

by Gigy via The Code Project Latest Articles on 12/29/2006 4:59:00 AM

Simple Ms Word Automation using C# ...

[ read more ]

Thursday, December 28, 2006

Notes 2007

by David Morton via The Code Project Latest Articles on 12/28/2006 6:48:00 PM

An utility to search multiple files. ...

[ read more ]

A Chat Application Using Asynchronous TCP Sockets

by hitesh_sharma via The Code Project Latest Articles on 12/28/2006 4:57:00 PM

This article will discuss a chat application using asynchronous TCP sockets, in C#. ...

[ read more ]

Blox - The Most Responsive Tetris Clone

by Catalin Murariu via The Code Project Latest Articles on 12/28/2006 4:02:00 PM

It's a tetris clone, programmed from scratch in C# 2.0. ...

[ read more ]

How to Make Dynamic Hyperlinks Using C# in ASP.NET

by pocketkaos via The Code Project Latest Articles on 12/28/2006 3:19:00 PM

We've all seen blogs and other web sites that seem to be able to intersperse hyperlinks throughout their content, almost whimsically, if the given text is "linkable", or, formatted like a domain name or link of some kind. Here's how. ...

[ read more ]

Wednesday, December 27, 2006

Drag and Drop Image in C#.NET

by bijulsoni via The Code Project Latest Articles on 12/27/2006 9:15:00 PM

You can perform drag and drop operations of image data. This article explains how to use the DragEnter,DragLeave, and DoDragDrop events. ...

[ read more ]

Save images into a multi-page TIFF file or add images to an existing TIFF file

by bijulsoni via The Code Project Latest Articles on 12/27/2006 8:21:00 PM

Describes how to save images into a multi-page TIFF file and append images to an existing TIFF file by applying CCITT4 compression. ...

[ read more ]

Monitor and Display CPU State Information

by salysle via The Code Project Latest Articles on 12/27/2006 8:05:00 PM

This article describes a quick and simple approach to displaying information about the state of the CPU or CPUs on a targeted machine; the example provided shows how to display the percentage of processor time consumed by the CPU or CPUs on the target machine. ...

[ read more ]

Falling Snow on Your Desktop! The C# Version

by Igor Tolmachev via The Code Project Latest Articles on 12/27/2006 4:42:00 PM

This article explains how to create an application that makes it snow on the desktop. ...

[ read more ]

An LPR client in C#

by rob tillaart via The Code Project Latest Articles on 12/27/2006 4:20:00 PM

An article on printing with LPR in C#. ...

[ read more ]

Code generator, plug-in based

by Andre Luiz de Alcantara Chaves Bittencourt via The Code Project Latest Articles on 12/27/2006 4:07:00 PM

Another code generator, plug-in based. ...

[ read more ]

Tuesday, December 26, 2006

Read and write Open XML files (MS Office 2007)

by ZeljkoS via The Code Project Latest Articles on 12/26/2006 12:34:00 PM

Learn how to read and write Open XML files (MS Office 2007). ...

[ read more ]

Desktop Sheep

by Muammar© via The Code Project Latest Articles on 12/26/2006 12:32:00 PM

Animated sheep for your desktop ...

[ read more ]

Saturday, December 23, 2006

Number base conversion class in C#

by MarkGwilliam via The Code Project Latest Articles on 12/23/2006 10:45:00 AM

Library class to convert numbers between any number bases (from 2 to 36) ...

[ read more ]

Wednesday, December 20, 2006

.NET 3.0 WPF Tools && Examples

by Sacha Barber via The Code Project Latest Articles on 12/20/2006 2:43:00 PM

An article which shows how to achieve some of the common XAML concepts, and explains ...

[ read more ]

Tuesday, December 19, 2006

CreateXMLDB - Create an XML Database and Associated C# Class to Access it

by Jeff Gaines via The Code Project Latest Articles on 12/19/2006 2:14:00 PM

An application which creates an XML database and a C# class to access it. ...

[ read more ]

Solving Problems in ADO.NET

by mooni via The Code Project Latest Articles on 12/19/2006 10:07:00 AM

How to apply a DataSet's changes in the correct sequence to the database. ...

[ read more ]

Extending C# PrintDialog Part II

by Christopher Tan via The Code Project Latest Articles on 12/19/2006 5:58:00 AM

Printing Odd/Even pages in C# ...

[ read more ]

Monday, December 18, 2006

NetTrace - A simple, lightweight, fast debugging tracer

by darrellp via The Code Project Latest Articles on 12/18/2006 9:10:00 PM

An extremely easy to use and incredibly fast tracer with lots of options. ...

[ read more ]

Prevent Cross-Thread operation not allowed exception through reflection

by siroman via The Code Project Latest Articles on 12/18/2006 3:29:00 PM

How to avoid Cross-thread operation not allowed errors using reflection ...

[ read more ]

Extending C# PrintDialog Part I

by repolyo via The Code Project Latest Articles on 12/18/2006 3:04:00 AM

An extended C# PrintDialog with topmost capability ...

[ read more ]

Object Mapping Part I - The Row Cursor

by Marc Clifton, J. Dunlap via The Code Project Latest Articles on 12/18/2006 1:25:00 AM

A row cursor implementation suitable for synchronizing and navigating a DataView against with object-mapped instance. ...

[ read more ]

Object Mapping Part II - Schema Code Generator

by J. Dunlap, Marc Clifton via The Code Project Latest Articles on 12/18/2006 1:17:00 AM

Generate an object mapping class from a schema definition ...

[ read more ]

Sunday, December 17, 2006

AGE, Another Graphic Engine in .Net

by Fabio Zanetta via The Code Project Latest Articles on 12/17/2006 1:18:00 PM

A library that allow some gdi+ manipulation at runtime in an easy way ...

[ read more ]

Saturday, December 16, 2006

C# 2.0 Graphing Control

by David Hovel via The Code Project Latest Articles on 12/16/2006 8:30:00 PM

Generic multi-curve graph control ...

[ read more ]

Friday, December 15, 2006

GridView-Search Control

by Chris Hambleton via The Code Project Latest Articles on 12/15/2006 6:31:00 PM

Search control with basic/advanced modes for DataTable filtering capabilities ...

[ read more ]

GridView-FormView (Master/Detail) Control

by Chris Hambleton via The Code Project Latest Articles on 12/15/2006 5:36:00 PM

Full-featured GridView-FormView with View/Insert/Update features ...

[ read more ]

Thursday, December 14, 2006

Full-featured Editable GridView Control

by Chris Hambleton via The Code Project Latest Articles on 12/14/2006 10:30:00 PM

Full-featured GridView with Edit/Insert/Update features and more! ...

[ read more ]

DataGridView Printing by Selecting Columns and Rows

by Afrasiab Cheraghi via The Code Project Latest Articles on 12/14/2006 5:53:00 PM

An article on DataGrdView printing. ...

[ read more ]

PercentageUpDown control

by Pinx via The Code Project Latest Articles on 12/14/2006 10:30:00 AM

Specialized version of the NumericUpDown control for entering and displaying percentage values ...

[ read more ]

Wednesday, December 13, 2006

Statistical parsing of English sentences

by Richard Northedge via The Code Project Latest Articles on 12/13/2006 10:15:00 PM

Shows how to generate parse trees for English language sentences, using a C# port of OpenNLP, a statistical natural language parsing library. ...

[ read more ]

Cross Page Postbacks on a GridView

by Siva Subramanian via The Code Project Latest Articles on 12/13/2006 11:55:00 AM

This article shows how to do cross page postbacks in a ASP.NET GridView. ...

[ read more ]

Tuesday, December 12, 2006

Single Control Validation Solution

by Jamie Nordmeyer via The Code Project Latest Articles on 12/12/2006 3:39:00 PM

Describes a control that wraps web form validation in to a single control. ...

[ read more ]

A small and elegant bruteforcing class

by Filip Waeytens via The Code Project Latest Articles on 12/12/2006 3:12:00 PM

A class that returns all possible combinations of a given subset, without using recursion. ...

[ read more ]

SWFObject Server Control for ASP.NET

by maxtoroq via The Code Project Latest Articles on 12/12/2006 2:15:00 PM

A server control that implements the SWFObject JavaScript library. ...

[ read more ]

Creating Custom Build Components for Sandcastle

by Eric Woodruff via The Code Project Latest Articles on 12/12/2006 2:56:00 AM

This shows how to create build components for use with Sandcastle's BuildAssembler tool to customize the help file topics that it generates. ...

[ read more ]

Monday, December 11, 2006

NRTFTree - A class library for RTF processing in C#

by sgoliver via The Code Project Latest Articles on 12/11/2006 10:59:00 PM

Class library to manage RTF files. ...

[ read more ]

Binary String Manipulation

by RolfBaxter via The Code Project Latest Articles on 12/11/2006 5:58:00 PM

An article to demonstrate conversion of a string to binary and manipulation there of. ...

[ read more ]

AI : Neural Network for beginners (Part 3 of 3)

by Sacha Barber via The Code Project Latest Articles on 12/11/2006 1:33:00 PM

AI : An introduction into Neural Networks (Multi-layer networks / Trained by Microbial GA) ...

[ read more ]

Sunday, December 10, 2006

Decoding the Mysteries of .NET 2.0 Configuration

by Jon Rista via The Code Project Latest Articles on 12/10/2006 11:18:00 PM

Continue delving into the mysteries of the powerful .NET 2.0 Configuration framework, and learn how to write validated, type-safe, and performant configuration code. ...

[ read more ]

How to use ASP.NET controls inside XSLTs

by Bcoelho via The Code Project Latest Articles on 12/10/2006 10:58:00 PM

Shows you how to generate ASP.NET controls from XSLT ...

[ read more ]

Saturday, December 09, 2006

Controlling Floppy Drive Stepper Motor via Parallel Port

by Ashish Derhgawen via The Code Project Latest Articles on 12/9/2006 8:41:00 AM

Controlling a floppy drive stepper motor using computer's parallel port ...

[ read more ]

A tab control similar to IE7's.

by christophilus via The Code Project Latest Articles on 12/9/2006 2:37:00 AM

A (fairly) simple tab control with closeable tabs. ...

[ read more ]

Friday, December 08, 2006

A curtain hiding screen updates, and blending old and new content with a nice fade effect

by Mathieu Jacques via The Code Project Latest Articles on 12/8/2006 8:27:00 PM

Freeze parts of the user interface until all drawings are done, and blend old content with the new one smoothly. ...

[ read more ]

Printers and SafeHandles

by quiensabe via The Code Project Latest Articles on 12/8/2006 7:36:00 PM

Using SafeHandles to access PrinterInfo and DriverInfo structures. ...

[ read more ]

Creating CAPTCHA-Like Functionality in ASP.NET

by azamsharp via The Code Project Latest Articles on 12/8/2006 3:48:00 PM

How to create CAPTCHA-like functionality in ASP.NET. ...

[ read more ]

Interfacing with a joystick using C#

by M Harris via The Code Project Latest Articles on 12/8/2006 11:51:00 AM

An article on how to use a game controller/joystick with C# and Managed DirectX. ...

[ read more ]

Implement A base Form for aytomatic data transfer

by Sarafian via The Code Project Latest Articles on 12/8/2006 8:03:00 AM

This is a Base Form that Provides a mechanism for a less-code data transfer in and out of it. ...

[ read more ]

TdhMarchingAnts - A .NET component to select (and draw) a rectangle on the client-area of an attached control and return the co-ordinates.

by Ilíon via The Code Project Latest Articles on 12/8/2006 2:48:00 AM

This article describes a .NET component to draw a "rubber-band rectangle" as determined by user mouse activity (which is replaced by "marching ants" after the selection is complete) on the surface of an attached control and return the rectangle co-ordinates via an event. ...

[ read more ]

Essential ASP.NET 2.0, 2nd Edition: Chapter 4: State Management

by Addison-Wesley via The Code Project Latest Articles on 12/8/2006 2:04:00 AM

ASP.NET 2.0 does not offer a penultimate solution for storing client state, but it does introduce three new features that should be considered any time you are looking for a place to store state on behalf of individual users. ...

[ read more ]

Thursday, December 07, 2006

Using Cosine Similarity in Two Documents

by m0nt0y4 via The Code Project Latest Articles on 12/7/2006 9:59:00 PM

Finding Similarity in Docs ...

[ read more ]

Bspline in C#

by Shailendra Sason via The Code Project Latest Articles on 12/7/2006 7:01:00 PM

Drawing Bsplines in C# with the help of GDI+ ...

[ read more ]

Wednesday, December 06, 2006

Universal Framework for Science and Engineering - Part 7: Virtual reality at once

by Petr Ivankov via The Code Project Latest Articles on 12/6/2006 8:10:00 PM

An article on framework applications to virtual reality. ...

[ read more ]

Tuesday, December 05, 2006

TabStrips: A TabControl in the Visual Studio 2005 way!

by H. Eskandari via The Code Project Latest Articles on 12/5/2006 4:54:00 PM

A TabControl in the Visual Studio 2005 style, which supports correct Right-To-Left (RTL) and Left-To-Right (LTR) drawing. ...

[ read more ]

Monday, December 04, 2006

WMI Namespace Security

by J_Madden via The Code Project Latest Articles on 12/4/2006 5:14:00 PM

Describes WMI namespace security, and introduces code to review and modify WMI Namespace security. ...

[ read more ]

C2DPushGraph: A Push Graph Control

by Stuart Konen via The Code Project Latest Articles on 12/4/2006 3:39:00 PM

A push graph control similiar to the graph control located in Microsoft's Task Manager. ...

[ read more ]

Load structure from byte[] byffer

by niki_yakov via The Code Project Latest Articles on 12/4/2006 1:07:00 PM

How you can load any structure with unsafe coding? Fill structure using byte array. ...

[ read more ]

Nice Color Palette Control (C#&VB.NET) .

by hainm via The Code Project Latest Articles on 12/4/2006 4:11:00 AM

C# and VB.NET source code of Nice Color Palette control. ...

[ read more ]

Saturday, December 02, 2006

Class for drawing flat color border

by Duke Voldemar via The Code Project Latest Articles on 12/2/2006 11:22:00 AM

Use this class in your controls to draw flat color border in the non-client area. ...

[ read more ]

Friday, December 01, 2006

SQL Statement Generator

by Chris Hambleton via The Code Project Latest Articles on 12/1/2006 3:41:00 PM

A utility that generates INSERT, UPDATE, or DELETE SQL statements. ...

[ read more ]

AnyDataFileToXmlConverter Class/Utility

by Chris Hambleton via The Code Project Latest Articles on 12/1/2006 3:08:00 PM

A class/utility that converts data-files of various formats to .NET DataSet-compatible XML. ...

[ read more ]

Thursday, November 30, 2006

Dragging and dropping with ASP.NET 2.0 and Atlas

by James Ashley via The Code Project Latest Articles on 11/30/2006 9:58:00 PM

This tutorial delves into the relationship between declarative and imperative programming in Atlas, and how these can be used to create drag and drop functionality in a web client. ...

[ read more ]

Printing Selected Columns and Rows in a DataGrid

by cheraghi via The Code Project Latest Articles on 11/30/2006 8:55:00 PM

An article on printing selected columns and rows in a DataGrid. ...

[ read more ]

PriorityLock - Release locks by priority

by S. Senthil Kumar via The Code Project Latest Articles on 11/30/2006 5:00:00 PM

A Monitor like class that releases locks by priority. ...

[ read more ]

Wednesday, November 29, 2006

Saving-Rebuilding InkCanvas Strokes

by Euthebiu via The Code Project Latest Articles on 11/29/2006 4:47:00 PM

An article on the InkCanvas and InkPresenter WPF controls. ...

[ read more ]

Back to Basics - Generic Data Structures and Algorithms In .NET 2.0

by Riaan Hanekom via The Code Project Latest Articles on 11/29/2006 3:13:00 PM

Implementations of generic data structures and algorithms in .NET 2.0. ...

[ read more ]

Tuesday, November 28, 2006

GIOS PDF Splitter and Merger

by Paolo Gios via The Code Project Latest Articles on 11/28/2006 7:56:00 PM

The first open source PDF splitter and merger tool written in C#. ...

[ read more ]

Postback-less, designer supported ASP.NET 2.0 color picker custom control

by Mehfuz Hossain via The Code Project Latest Articles on 11/28/2006 5:51:00 PM

The article explains the detailed steps of creating a designer supported postback-less custom control that will help to build your own. ...

[ read more ]

Easily apply visual theming to windows forms for .NET v1.1

by Sacha Barber via The Code Project Latest Articles on 11/28/2006 9:38:00 AM

An article which shows how to easily apply windows XP themes to windows forms in .NET v1.1 ...

[ read more ]

Monday, November 27, 2006

HTML Meta Tag Parser

by CodingDragon via The Code Project Latest Articles on 11/27/2006 9:36:00 PM

This article descripes a simple Meta tag parser. ...

[ read more ]

DataGrid With Well-behaved ToolTips

by Lisa Jorgensen via The Code Project Latest Articles on 11/27/2006 8:06:00 PM

A DataGrid that displays the correct ToolTip on each cell after sorting, and displays the ToolTip on a cell even when it is being edited. ...

[ read more ]

Developing wireless workflow automation client on Pocket PC/PDAs with web service in C# 2003.

by Zenab_Zenab via The Code Project Latest Articles on 11/27/2006 6:59:00 PM

This article focuses on devloping a device application for pocket pc. ...

[ read more ]

Dynamically Generating Icons (safely)

by Joshua Flanagan via The Code Project Latest Articles on 11/27/2006 2:39:00 PM

How to dynamically generate an icon in a restricted security zone, as with "No touch deployment" WinForms. ...

[ read more ]

Automatic variable replacement in Visual Studio code pane.

by Grant Simms via The Code Project Latest Articles on 11/27/2006 7:03:00 AM

This article describes how to create an add-in to automatically replace variables as code is changed or added in Visual Studio. ...

[ read more ]

Saturday, November 25, 2006

Creating a Custom Tool to Generate Multiple Files in Visual Studio 2005

by Nimble99 via The Code Project Latest Articles on 11/25/2006 6:20:00 AM

Visual Studio provides interfaces for extending the environment to generate one file, from another, through a "Custom Tool". Now, learn how to generate multiple files, easily, and extensibly. ...

[ read more ]

Friday, November 24, 2006

Generic Async Factory

by kichasrini via The Code Project Latest Articles on 11/24/2006 7:27:00 PM

A Generic Extensible Async Factory ...

[ read more ]

Wednesday, November 22, 2006

Add User Shortcuts To Files/Urls to Application Menus

by Chris Hambleton via The Code Project Latest Articles on 11/22/2006 10:12:00 PM

.NET Class that loads a list of Files/Urls and displays them in the menu of Windows Form application ...

[ read more ]

View XML Files Easily with XmlGridViewControl

by Chris Hambleton via The Code Project Latest Articles on 11/22/2006 9:36:00 PM

.NET control that displays XML files as XML or in a grid control ...

[ read more ]

File-Text Replacement Tool

by Chris Hambleton via The Code Project Latest Articles on 11/22/2006 7:52:00 PM

Utility that substitutes filenames from a file collection into a text template ...

[ read more ]

How to automatize work when working with Typed Dataset Against a database (CSC)

by BlaiseBraye via The Code Project Latest Articles on 11/22/2006 3:50:00 PM

DatasetAdaptor encapsulate a dataset and permit to automatize the work between database and this dataset. ...

[ read more ]

Bind XML Treeview with Gridview/DataGrid

by via The Code Project Latest Articles on 11/22/2006 1:43:00 PM

This Sample code is used to populate xml data into gridivew with Treeview format. ...

[ read more ]

Tuesday, November 21, 2006

Dynamically add and update combo-box's items inside a PropertyGrid control

by Iddo Goren via The Code Project Latest Articles on 11/21/2006 4:24:00 PM

It is not easy to dynamically control a combo-box's items inside a PropertyGrid control. This article will explain how to dynamically add and update combo-boxes inside a PropertyGrid control using clsPropertyComboBox class. ...

[ read more ]

Fun with Singletons in C# 2.0

by Federico Andres Lois via The Code Project Latest Articles on 11/21/2006 4:10:00 PM

This article will show you how to create generic singletons that honor all of their properties and at the same time are extensible enough to handle not so obvious scenarios. ...

[ read more ]

OID Conversion

by Miroslav Stampar via The Code Project Latest Articles on 11/21/2006 10:05:00 AM

Convert OID numbers from a byte array to a string and vice versa. ...

[ read more ]

Who cares about Domain Rules?

by Maruis Marais via The Code Project Latest Articles on 11/21/2006 9:50:00 AM

With this article I am evolving a domain problem towards the best possible solution. ...

[ read more ]

Unraveling the Mysteries of .NET 2.0 Configuration

by Jon Rista via The Code Project Latest Articles on 11/21/2006 8:07:00 AM

Learn how to utilize the powerful new .NET 2.0 configuration features to simplify and centralize your configuration code. ...

[ read more ]

Monday, November 20, 2006

Arythmetics of huge numbers

by Vladimir S. via The Code Project Latest Articles on 11/20/2006 11:21:00 PM

Tutorial on how to manipulate numbers vastly exceeding built-in types ...

[ read more ]

Explorer - A Visual Studio 2005 add-in which interacts with Windows Explorer

by Sylvain BLANCHARD via The Code Project Latest Articles on 11/20/2006 5:50:00 PM

This add-in adds the ability to open Windows Explorer at specified locations and to execute the application in 'Windows Explorer mode'. ...

[ read more ]