Site: http://www.codeproject.com/ Link: http://codeproject.com/webservices/articlerss.aspx?cat=3
by Sacha Barber via The Code Project Latest Articles on 3/23/2007 5:00:00 PM
An introduction to LINQ ...
[ read more ]
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. ...
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 ...
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!!! ...
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 ...
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 ...
by JustChiragPatel via The Code Project Latest Articles on 3/21/2007 8:53:00 AM
Dont worry Url rewritting is simple and easy... ...
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 ...
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. ...
by Sacha Barber via The Code Project Latest Articles on 3/20/2007 11:56:00 PM
100% Reflective Class Diagram Creation Tool ...
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. ...
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. ...
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. ...
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 ...
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 ...
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. ...
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 ...
by Ole E via The Code Project Latest Articles on 3/20/2007 8:46:00 AM
Describes building a WorkGroup TimeSheet with GridView ...
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. ...
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. ...
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# ...
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. ...
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. ...
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. ...
by wjhu111 via The Code Project Latest Articles on 3/17/2007 8:02:00 AM
Derived currently supports RTF and HTML format ...
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. ...
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 ...
by Todd Landstad via The Code Project Latest Articles on 3/9/2007 10:38:00 PM
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! ...
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 ...
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 ...
by BabakAnsari via The Code Project Latest Articles on 2/25/2007 11:18:00 AM
Custom XML serializer suing .NET ...
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. ...
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. ...
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. ...
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. ...
by Iquoba via The Code Project Latest Articles on 2/21/2007 1:46:00 AM
Extended PictureBox control handles vast virtual screen ...
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. ...
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 ...
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 ...
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. ...
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). ...
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... ...
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. ...
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 ...
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. ...
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. ...
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 ...
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 ...
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. ...
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. ...
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+. ...
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 ...
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 ...
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 ...
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 ...
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. ...
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. ...
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 ...
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 ...
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. ...
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). ...
by Manoj Kumar Raju via The Code Project Latest Articles on 2/5/2007 6:56:00 AM
This article is for beginners ...
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. ...
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 ...
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 ...
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 ...
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#. ...
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. ...
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, ...
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 ...
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 ...
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 ...
by badr zrari via The Code Project Latest Articles on 2/3/2007 4:27:00 AM
An events manager gadget for Windows Vista ...
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 ...
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. ...
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 ...
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. ...
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. ...
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 ...
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) ...
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# ...
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 ...
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 ...
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 ...
by Kamlesh_Singh via The Code Project Latest Articles on 2/2/2007 6:10:00 AM
Adding buttons, events on outlook application ...
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. ...
by dmihailescu via The Code Project Latest Articles on 2/1/2007 10:13:00 PM
Marshal an array of zero terminated strings ...
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# ...
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. ...
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. ...
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 ...
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 ...
This article describes an approach to validating text box entries against a regular expression ...
by Michal Brylka via The Code Project Latest Articles on 1/31/2007 4:35:00 AM
Render custom arrows on any graphics ...
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 ...
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 ...
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. ...
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. ...
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 ! ...
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. ...
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. ...
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 ...
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. ...
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. ...
by salysle via The Code Project Latest Articles on 1/28/2007 6:34:00 AM
Passing Data between Windows Forms ...
by azamsharp via The Code Project Latest Articles on 1/28/2007 12:23:00 AM
How to implement GridView Checkbox selection. ...
by bobsugar222 via The Code Project Latest Articles on 1/27/2007 2:26:00 AM
An article on a class to watermark images ...
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# ...
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. ...
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. ...
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 ...
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. ...
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. ...
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. ...
by AndyKernahan via The Code Project Latest Articles on 1/25/2007 1:03:00 AM
A light weight alternative to XML ...
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 ...
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++ ...
by Zijian via The Code Project Latest Articles on 1/24/2007 4:33:00 AM
ColorComboBox, not need to derive from ComboBox ...
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 ...
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. ...
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. ...
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 ...
by Idemudia Esangbedo via The Code Project Latest Articles on 1/20/2007 9:31:00 PM
Introduction to Reflection in C# ...
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 ...
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. ...
by V. Thieme via The Code Project Latest Articles on 1/18/2007 11:33:00 AM
Frequencies, descriptive statistics and normality testing ...
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 ...
by Zijian via The Code Project Latest Articles on 1/18/2007 6:52:00 AM
Plug features into generic classes or controls. ...
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. ...
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 ...
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 ...
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 ...
by zeltera via The Code Project Latest Articles on 1/15/2007 3:40:00 PM
Visual HTML Meta Tag Generator ...
by Paulo Morgado via The Code Project Latest Articles on 1/15/2007 10:44:00 AM
Introducing the concept ...
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. ...
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 ...
by Chris Stefano via The Code Project Latest Articles on 1/11/2007 10:17:00 PM
Another use for XML and XSLT ...
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 ...
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. ...
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 . ...
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 ...
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. ...
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. ...
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. ...
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 ...
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. ...
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. ...
by Balazs Zoltan via The Code Project Latest Articles on 1/8/2007 3:53:00 PM
Another approach to the MVC pattern. ...
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 ...
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 ...
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 ...
by Shahed.Khan via The Code Project Latest Articles on 1/8/2007 3:39:00 AM
by Paulo Morgado via The Code Project Latest Articles on 1/7/2007 10:00:00 PM
An IHttpHandler/IHttpHandlerFactory to map requests ...
by _vt_ via The Code Project Latest Articles on 1/6/2007 2:03:00 PM
A short method to find the nearest color ...
by punchcardRay via The Code Project Latest Articles on 1/5/2007 9:53:00 PM
Using a stack to manage priorities ...
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. ...
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 ...
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. ...
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. ...
by Foon (drawtree) via The Code Project Latest Articles on 1/3/2007 1:48:00 PM
TreeView without reaction to user mouse action. ...
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 ...
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 ...
by Gigy via The Code Project Latest Articles on 1/2/2007 6:26:00 AM
Simple Power Point Automation using C# ...
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. ...
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. ...
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 ...
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. ...
by pfemiani via The Code Project Latest Articles on 12/30/2006 12:28:00 AM
Implement a simple auto-complete textbox. ...
by dmihailescu via The Code Project Latest Articles on 12/29/2006 9:12:00 PM
get Physical HDD serial number with no WMI ...
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 ...
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. ...
by Gigy via The Code Project Latest Articles on 12/29/2006 7:47:00 AM
Simple Excel 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# ...
by David Morton via The Code Project Latest Articles on 12/28/2006 6:48:00 PM
An utility to search multiple files. ...
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#. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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#. ...
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. ...
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). ...
by Muammar© via The Code Project Latest Articles on 12/26/2006 12:32:00 PM
Animated sheep for your desktop ...
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) ...
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 ...
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. ...
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. ...
by Christopher Tan via The Code Project Latest Articles on 12/19/2006 5:58:00 AM
Printing Odd/Even pages in C# ...
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. ...
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 ...
by repolyo via The Code Project Latest Articles on 12/18/2006 3:04:00 AM
An extended C# PrintDialog with topmost capability ...
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. ...
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 ...
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 ...
by David Hovel via The Code Project Latest Articles on 12/16/2006 8:30:00 PM
Generic multi-curve graph 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 ...
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 ...
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! ...
by Afrasiab Cheraghi via The Code Project Latest Articles on 12/14/2006 5:53:00 PM
An article on DataGrdView printing. ...
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 ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
by sgoliver via The Code Project Latest Articles on 12/11/2006 10:59:00 PM
Class library to manage RTF files. ...
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. ...
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) ...
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. ...
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 ...
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 ...
by christophilus via The Code Project Latest Articles on 12/9/2006 2:37:00 AM
A (fairly) simple tab control with closeable tabs. ...
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. ...
by quiensabe via The Code Project Latest Articles on 12/8/2006 7:36:00 PM
Using SafeHandles to access PrinterInfo and DriverInfo structures. ...
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. ...
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. ...
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. ...
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. ...
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. ...
by m0nt0y4 via The Code Project Latest Articles on 12/7/2006 9:59:00 PM
Finding Similarity in Docs ...
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+ ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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#. ...
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. ...
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 ...
by CodingDragon via The Code Project Latest Articles on 11/27/2006 9:36:00 PM
This article descripes a simple Meta tag parser. ...
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. ...
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. ...
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. ...
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. ...
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. ...
by kichasrini via The Code Project Latest Articles on 11/24/2006 7:27:00 PM
A Generic Extensible Async Factory ...
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 ...
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 ...
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 ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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. ...
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 ...
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'. ...