Newsletter (17 Mar 2008)
Welcome to this week's CodeProject newsletter.
To ensure that future newsletters you receive from CodeProject aren't mistakenly blocked by antispam software, be sure to add the maillist.codeproject.com domain to your list of allowed senders.
The best and brightest articles for February have been chosen by you. The hard working winners are:
Best C# article of February 2008 | Sacha Barber - WPF: A Beginner's Guide - Part 5 of n |
Prizes: | Dundas Chart for .NET Pro - Dundas; FlyGrid.Net - 9rays; iGrid.NET - 10Tec; Shell MegaPack.Net - SSware; Klik! EntryLib.Net (WinForms) - Kliksoft; The latest C# books from Apress - APress; SmartOutline 2010 - SmartOutline; Database Restyle - Perpetuumsoft; Nevron Chart for .NET (Professional edition) - Nevron Software |
Best VB.NET article of February 2008 | Karl Shifflett - WPF Business Application Series Part 1 of n - Application Structure, Skinning & Custom ToolBar Button Control |
Prizes: | iGrid.NET - 10Tec; Shell MegaPack.Net - SSware; Dundas Chart for .NET Pro - Dundas; Spices.VSIP.Obfuscator - 9rays; Klik! EntryLib.Net (WinForms) - Kliksoft; The latest VB books from Apress - APress; SmartOutline 2010 - SmartOutline; .Net Dashboard Suite - Perpetuumsoft; Nevron User Interface for .NET (Professional edition) - Nevron Software |
Best C++/MFC article of February 2008 | Oleg Krivtsov - Tree control with columns |
Prizes: | iGrid.NET - 10Tec; Codejock Xtreme ToolkitPro - CodeJock; SmartOutline 2010 - SmartOutline; Nevron 3DChart for ActiveX - Nevron Software |
Best ASP.NET article of February 2008 | Shakeel Iqbal - Image Gallery 1.0 |
Prizes: | FlyTreeView for ASP.NET 2.0 - 9rays; Report Sharp-Shooter - Perpetuum LLC; Dundas Chart for .NET Pro (Web) - Dundas; The latest ASP.NET books from Apress - APress; Nevron Chart for .NET (Professional edition) - Nevron Software; Nevron User Interface for .NET (Professional edition) - Nevron Software; SmartOutline 2010 - SmartOutline |
A couple of familiar faces in that list. I think it's time a new challenger stepped up to the plate!
Windows Vista SP1 is due for release any tick of the clock. Wander on over to Microsoft's Download center for a bit of virtual camping-out but please remember to backup everything before taking the plunge.
 |
Free Microsoft Expression Web with any PEER 1 Windows Managed Hosting Plan. Expression Web is a cutting-edge professional design tool used to create modern, standards-based sites that deliver superior quality on the web. Find out more about this offer and PEER 1 Managed Hosting plans. |
|
 |
Free ASP.NET AJAX Training -- NEW! Start learning AJAX now with award-winning training from AppDev. Get a complimentary CD or download from our new course. You’ll receive step-by-step instruction by expert Scott Cate, plus hands-on labs, sample code, printable courseware and pre/post exams (a $115 value). Get your free AJAX 2007 training now. (Offer not available in all Countries)
|
|
 |
Cut development time 70% with DevForce enterprise application framework. Industry’s most mature, extensible framework with ORM, caching, validation, distributed transactions, and more. Build rich internet applications in .NET today. Free trial; check out our LINQ white paper. |
|
 |
The Digipede Network is distributed computing software that delivers dramatically improved application performance. Built entirely on .NET, the Digipede Framework SDK allows .NET developers to build scalable, high-performance, distributed applications in Visual Studio. Try it free for 30 days.
|
|
 |
Free Paperback Book Best Kept Secrets of Peer Code Review. See how lightweight processes result in effective review without the burdens of traditional inspections. Case studies and stories from the field. Brought to you by the makers of Code Collaborator, a tool for lightweight code review. |
|
 |
Build Web 2.0 Apps without Hand-Coding Generate data entry and reporting .NET Web apps in minutes, straight from your database. Quickly create visually stunning, feature-rich apps that are easy-to-customize and ready-to-deploy. Get the free white paper that explains how. |
|
 |
Now you can have both scalability and high availability for your ASP.NET server farm! ScaleOut StateServer’s distributed cache offloads your database and ensures high availability with intelligent replication. Click here for a free 30 day trial evaluation download. |
|
 |
Dundas Chart for .NET v6.1 is here – Dundas Chart for .NET v6.1 now includes full optimization for Visual Studio 2008, additional Rose Chart styles, versatile vertical column labels, efficient server scroll events (for AJAX) and more. Click here for details. |
What do you require in a software library?
Survey period: 10 Mar 2008 to 17 Mar 2008
Assuming you get full source code with a library, what features are most important?
Good, clear design. I need to be able to understand it to use it | 1077 | 80.80 |  |
Good Documentation. | 964 | 72.32 |  |
Robustness. It has to be solid | 817 | 61.29 |  |
Extensibility. I should be able to extend the library easily | 591 | 44.34 |  |
Price. It should be reasonable | 561 | 42.09 |  |
Flexibilty. It should allow me perform tasks any way I like | 491 | 36.83 |  |
Support. I want support for the library, including upgrades | 410 | 30.76 |  |
Feature complete. It should have all possible features | 303 | 22.73 |  |
Multi-platform support. I want to be able to use it elsewhere | 261 | 19.58 |  |
This is a multiple choice question. Totals may not add up to 100% |
Most popular new articles 10 Mar 2008 - 17 Mar 2008
102 articles overall
51 new, 60 updated, 2 moved. 24 were edited, 78 unedited
Article topics listed: All Topics
Too many articles? Visit your profile page to change your newsletter article filters.
New articles added Last week
- XColorSpectrumCtrl - a non-MFC color picker control that displays a color spectrum - Hans Dietrich
XColorSpectrumCtrl displays a color spectrum that allows user selection, and provides APIs for color based on RGB and HSL color models. (Unedited)
C++ (VC6, VC8.0), Windows, Win32, Visual Studio (VS2005, VS6), Dev, Intermediate
- XColorHexagonCtrl - a non-MFC color picker control that displays a color hexagon - Hans Dietrich
XColorHexagonCtrl displays a color hexagon that allows user selection, and provides APIs for color based on RGB and HSL color models. (Unedited)
C++ (VC6, VC8.0), Windows, Win32, Visual Studio (VS2005, VS6), Dev, Intermediate
- Authenticating with a proxy in WPF - Paul Coldrey
Resolution of nasty problem with WPF HttpRequest's via a proxy (Unedited)
C# (C# 1.0, C# 2.0, C# 3.0), Windows (WinXP, Win2003, Vista), Win32, Win64, WPF, Dev, Intermediate, Advanced
- Progress Bar Best Practices - Tim Greenfield
How to show progress notification for long operations (Unedited)
C#, VB (VB 7.x, VB 8.0, VB 9.0, VB 6), Windows, .NET, Visual Studio, Arch, Dev, Design, Intermediate
- Multiple Thread Progress Bar Control - R2B2
Control that shows multiple threads and events for each thread (Unedited)
C# (C# 2.0, C# 3.0), Windows (Win2K, WinXP, Win2003, Vista), Dev, Beginner, Intermediate
- Routing with Windows Communication Foundation : Part 2 - Extending web.config - Paul Reeder
Implementing a custom configuration for routing rules (Unedited)
C# (C# 3.0), Windows (WinXP, Vista), IIS (IIS 6, IIS 7), WCF, Dev, Intermediate, Advanced
- ASP.NET Internals: Request Architecture - mohamad halabi
Explains in depth the ASP.NET request architecture (Unedited)
.NET (.NET 2.0, .NET 3.0), ASP.NET, Advanced
- Multi Profile with Membership and Profile API - Razwan Kader
Implement and maintain multiple profile of a user using Membership and Profile API (Unedited)
C# (C# 2.0, C# 3.0), .NET (.NET 3.5, .NET 3.0, .NET 2.0), ASP.NET, SQL (SQL 2005), Visual Studio (VS2005, VS2008), Arch, Dev, Intermediate
- Dynamically adjusting the size of a drop-down list and adding color to the back-ground and fore-ground of the list items - Sushant Joshi
To adjust the size of the drop-down list dynamically at the client-side and adding back-ground and fore-ground color to the drop-down list. (Unedited)
VB (VB 7.x, VB 8.0, VB 9.0, VB 6), VBScript, JScript, XML, CSS, HTML, Windows (TabletPC, NT4, Win2K, WinXP, Win2003, Vista, Embedded), .NET (.NET 1.1, .NET 2.0), ASP, ASP.NET, IIS (IIS 7, IIS 5, IIS 5.1, IIS 6), Visual Studio (VS.NET2002, VS.NET2003, VS2005, VS6, VS2008), Ajax, CEO, Arch, DBA, Dev, QA, Design, Beginner, Intermediate, Advanced
- Multiple File Upload User Control -
Samir Nigam
This article describes how to create a user control with event & properties. (Unedited)
C# (C# 2.0), JScript, CSS, HTML, .NET (.NET 2.0), ASP.NET, Dev, Intermediate
- How to pass value from Ajax Enabled Base User Control to Client User Control and to the Parent aspx page - T.Ashraf
How to pass value from Ajax Enabled Base User Control to Client User Control and to the Parent aspx page (Unedited)
C# (C# 2.0), Windows (WinXP, Vista), .NET CF, Office, ASP.NET, Ajax, Design, Beginner, Intermediate, Advanced
- Grid Inside a Grid - Nested Grid in C# - Gigy
Grid Inside a Grid Control on a web page (Unedited)
C# (C# 1.0, C# 2.0), JScript, CSS, HTML, .NET (.NET 1.1, .NET 2.0), ASP, ASP.NET, Ajax, Intermediate
- Force Feedback in Managed DirectX - Christopher M. Park
A C# example of working Force Feedback in Managed DirectX. (Unedited)
C# (C# 2.0), Windows, .NET (.NET 2.0), DirectX, Intermediate
- A Neural Network on GPU - billconan, kavinguy
This article describs the implementation of a neural network with CUDA. (Unedited)
C++ (VC8.0), C# (C# 2.0), Windows (WinXP), Win32, Arch, Dev, Beginner, Intermediate, Advanced
- Database Transactions with Multiple TableAdpaters - Brice Schagane
An article on using Transactions with Strongly Typed Datasets and multiple Table Adpaters while taking advantage of Partial Classes. (Unedited)
C# (C# 1.0, C# 2.0, C# 3.0), .NET (.NET 2.0), Visual Studio (VS2005), ADO.NET, Dev, Intermediate
- Monitoring and Recording DDL changes in SQL SERVER 2005 - Lalit Sharma
Monitoring and Recording DDL changes in SQL SERVER 2005 (Unedited)
Arch, DBA, Dev, QA, Intermediate
- Breaking the Law: Primary Keys in SQL Server - Bryan Kowalchuk
Proper Key Column Design (Unedited)
SQL, Windows, Arch, DBA, Dev, Beginner, Intermediate
- SQL Reporting Alternating and Varying Row Styles - Alexei Fimine
Shows how to set various styles to rows in MS SQL Reporting Services Reports based on row sequence or on data (Unedited)
SQL, SQL, DBA, Dev, Design, Beginner, Intermediate, Advanced
- Using PayPal’s PayFlowPro to Achieve Recurring Billing - andrew schmidt
An article on using PayPal’s PayFlowPro to achieve Recurring Billing
C#, .NET, Dev, Intermediate
- Integrating IronPython into your applications - S. Senthil Kumar
This article describes why scripting is useful and explains how to integrate IronPython as a scripting language in your application. (Unedited)
C# (C# 1.0, C# 2.0, C# 3.0).NET 3.5, .NET 3.0, .NET 2.0VS2005, VS2008, Arch, Dev, Intermediate, Advanced
- LINQ to XML - Mark Nischalke
An exploration of LINQ and XML in .NET Framework 3.5 (Unedited)
C# (C# 3.0), XML, .NET (.NET 3.5), Arch, Dev, Intermediate
- WPF - Bind to Opposite Boolean Value Using a Converter - James J. Foster
Learn how to use a value converter for binding to the opposite of a boolean value (Unedited)
WPF
- Implementing Drag Drop Operations for browser based WPF Applications (XBAP) - Nick Polyak
Simple implementation of Drag and Drop operation without full trust requirement (Unedited)
C# (C# 3.0), Windows (Win2K, WinXP, Win2003, Vista), .NET (.NET 3.0, .NET 3.5), WPF, Arch, Dev, Intermediate, Advanced
- WPF: A Beginner's Guide - Part 6 of n - Sacha Barber
An introduction into WPF Styles And Templates (Unedited)
C# (C# 3.0), .NET (.NET 3.0, .NET 3.5), WPF, Dev, Design, Beginner, Intermediate
- Post-Build Executable Back Patching - Jeffrey Walton
Perform Advanced Post-Build Image Processing with the DbgHelp Library (Unedited)
C++ (VC6, VC7, VC7.1, VC8.0), C++/CLI, C, Windows (Win2K, WinXP, Win2003, Vista), Win32, Win64, Dev, Intermediate
- Exploring Lambda Expression in C# - Zeeshan Jafar Hirani
This article covers things from syntax to constraints and implementation details for lambda expression in C#
C# (C# 3.0), .NET, Dev, Intermediate
- Two DropDownList with Client Call-Back - MAHDI JAN
An article on how to fill in a list by another list's client-selected items
C#, .NET (.NET 2.0), ASP.NET, Dev, Intermediate
- VTD-XML: XML Processing for the Future (Part II) - Jimmy Zhang
Use VTD-XML as cutter, splitter, incremental modifier and why Document-centric XML Processing is the future (Unedited)
C++ (VC6, VC7, VC7.1, VC8.0), C++/CLI, C, C# (C# 1.0, C# 2.0, C# 3.0), XML, CSS, SQL, ASM, MSIL, XSLT, LINQ, Windows (NT4, Win2K, WinXP, Win2003, Vista, TabletPC, Embedded), .NET CF, .NET (Mono, DotGNU, .NET 3.5, .NET 3.0, .NET 1.0, .NET 1.1, .NET 2.0), Office, ASP, ASP.NET, MFC, COM, ADO, XAML, WPF, CEO, Arch, DBA, Dev, QA, Design, Beginner, Intermediate, Advanced
- Strings matching preprocessing using Z blocks algorithm - aishar
this illustrate how to apply Z block technique to show the similar parts in given string (Unedited)
C# (C# 1.0, C# 2.0, C# 3.0)
- XML String Browser (just like Internet Explorer) using WebBrowser Control - George Zabanah
This article will show you how to view XML Strings in a browser (just like Internet Explorer) (Unedited)
C# (C# 2.0), Windows, Arch, Dev, Beginner
- Have a Great DesignTime Experience with a Powerful DesignSurface (Extended) Class - Paolo Foti
Use design facilities (TabOrder, UndoEngine, SnapLines / Grid alignment) to design WinForms
C#, Windows, .NET 2.0VS2008, Dev, Intermediate
- Parent Process Window - Knowm Ercy
Shows how to get the preocess ID and show a modal window on the parent processes window (Unedited)
C# (C# 1.0, C# 2.0, C# 3.0), VB 7.x, VB 8.0, VB 9.0, Windows (WinXP, Vista), Win32, Visual Studio (VS2008, VS2005), Dev, QA, Intermediate
- Using .NET Library and XML in VB6 - Nelson Kosta Souto
Using .NET Library and XML in VB6 (Unedited)
C# (C# 3.0, C# 2.0), VB (VB 6), XML, Windows (Win2K, WinXP, Win2003, Vista), .NET (.NET 3.0, .NET 2.0, .NET 3.5), Win32, Visual Studio (VS2008, VS2005, VS6), COM, COM+, Intermediate, Advanced
- Working with XML - Nelson Kosta Souto
Reading and Writing XML Documents (Unedited)
C# (C# 1.0, C# 2.0, C# 3.0), XML, Windows (Win2K, WinXP, Win2003, Vista), .NET (.NET 3.0, .NET 1.0, .NET 1.1, .NET 2.0, .NET 3.5), Win32, Visual Studio (VS.NET2002, VS.NET2003, VS2005, VS2008), Beginner
- HTML Report with break page using XSL and CSS - Martin Garcia
One possible way to build an HTML report that has a dynamic number of pages. (Unedited)
CSS, HTML, XSLT
- Load a DBF into a DataTable - Brian Duke
Load a DBF into a DataTable without using the Jet or other OLE Db driver (Unedited)
C# (C# 1.0, C# 2.0, C# 3.0), .NET (.NET 3.5, .NET 3.0, .NET 1.1, .NET 2.0), Dev, Advanced
- Increment File and Product Version Number - Multiple IDE - Jordan Walters
An add-in to automatically increment the FileVersion and ProductVersion fields in your application's resource file. Works in VC6 and VC2005, and probably all versions in between. (Unedited)
C++ (VC6, VC8.0), Windows (Vista), ATL, STL, Dev, Intermediate, Advanced
- GAC Installer - Alex_1
GAC Installer (Unedited)
C# (C# 2.0), Windows (WinXP, Win2003, Vista), Win32, Design, Beginner, Intermediate, Advanced
- Telerik Delivers Next Generation ASP.NET UI Components - Todd Anglin
To build next generation websites, you need UI components that give you the power and flexibility to harness the speed of Ajax and rich experience of client-side programming. Telerik is delivering the UI component suite that meets all of these requirements with its RadControls for ASP.NET AJAX.
C#, VB, .NET, ASP.NET, Ajax, Dev, Intermediate
Articles updated added Last week
- A Tabbed MDI Frame Window - Ernesto Perales Soto
A tabbed frame window to show several views of a document in a single frame.
VC7WinXP, MFC, VS.NET2002, Dev, Intermediate
- High Performance Unicode Text File I/O Routines for C++ - Paul Sanders (AlpineSoft)
Surprisingly, neither the C++ runtime library nor the Win32 Platform SDK provide any routines to read and write Unicode text files. This article provides high performance routines to read all types of Unicode files (both UTF-16 and UTF-8) as well as ANSI files. (Unedited)
C++ (VC6, VC7, VC7.1, VC8.0), Windows (NT4, Win2K, WinXP, Win2003, Vista), Win32, Win64, Dev, Intermediate
- CBalloonMsg - an easy-to-use non-modal balloon alternative to AfxMessageBox - Paul Roberts
Makes it easy to use a balloon tooltip to convey hints/messages non-modally (Unedited)
C++ (VC7.1, VC8.0), Windows (WinXP, Vista), MFC, Dev, Intermediate
- CPianoCtrl - A Display Piano Control - Leslie Sanford
An article about using the CPianoCtrl class
VC6, Windows, MFC, VS6, Dev, Intermediate
- Tree control with columns - Oleg Krivtsov
Tree control with columns that can be easily used in MFC application (Unedited)
C++ (VC8.0), C, Windows (Win2K, WinXP, Win2003, Vista), MFC, Beginner, Intermediate
- Calendar Plug-in for .dan.g.'s ToDoList - In 10 Easy Steps™ - [d3m0n]
A Calendar UI extension component for the ToDoList, giving you a timeline view of your tasks
C++ (VC6), Windows, Visual Studio (VS6), MFC, Dev, Intermediate
- ToDoList 5.4.10 Feature Release - A simple but effective way to keep on top of your tasks - .dan.g.
A hierarchical task manager with native XML support for custom reporting.
VC6, VC7, VC7.1, VC8.0Win2K, WinXP, Win2003, Vista, MFC, VS6, CEO, Arch, DBA, Dev, QA, Intermediate
- ASP.NET Splitter Bar - Resize panels, table cells, and controls. - Jeff Bazinet
VwdCms.SplitterBar is a server control that allows you to easily add resizing to your web page layout, now supports both vertical and horizontal resizing. (Unedited)
C# 2.0, Windows, .NET 2.0, ASP, ASP.NET, ADO.NET, VS2005, Dev, Intermediate
- UrlMappingModule - Mike Ellison
Bringing MVC Framework-style URL redirections to classic ASP.NET 2.0 WebForms development
C#.NET 2.0, ASP.NET, Dev, Intermediate
- The Anatomy of Forms Authentication - Jarrad Winter
In this article, I will attempt explain in “gory” technical details how Forms Authentication works (Unedited)
Windows, .NET, ASP.NET, Visual Studio, Dev, Advanced
- Generic Data Exchange Framework with AJAX - Alex_1
Generic Data Exchange Framework with AJAX (Unedited)
C#, JScript, XML, HTML, Windows, .NET, ASP.NET, Visual Studio, Ajax, Dev, Advanced
- Extending Cuyahoga FullText Indexing (Lucene.NET) - Ali Ozgur
In this article we will extend classes in Cuyahoga.Core.Search namespace in order to provide more generic full text indexing service (Unedited)
C# (C# 2.0), Windows (WinXP, Win2003), .NET (.NET 2.0), ASP.NET, Win32, Arch, Dev, Design, Intermediate, Advanced
- Facebook Application Development with FBML, FBJS, ASP.NET and C# - aleksisa
Build simple and sophisticated Facebook Apps with FBML, ASP.NET
C#, VB, JScript, SQL, HTML, Windows, .NET, ASP.NET, SQL, Arch, Dev, Design, Beginner, Intermediate
- Google Maps in HTML, ASP.NET, PHP, JSP etc. with ease - Abhishek sur
The Article will guide you with complete knowledge of how to add a google map in your webpage with knowledge of JAVASCRIPT, Use of Geocoder, Use of InfoWindow, Use of Marker, Tabbed Markers, Maximising marker, Creating context menu in your map (Unedited)
JScript, Windows, Visual Studio, Dev, Intermediate
- Expanding Image Animator - Abhishek sur
Animation of an image. Using multiple images as thumbnail you can enlarge it to a specific size (Unedited)
JScript, Windows, Visual Studio, CEO, Arch, Dev, Design, Advanced
- A CAPTCHA Control for ASP.NET 2 - Farshid Hosseini
A CAPTCHA control that is simple, secure, and easy to use.
C#, Windows, .NET 2.0, ASP.NET, GDI+, VS2005, Dev, Intermediate
- TraceTool 10: The Swiss-Army Knife of Trace - Thierry Parent
A C#, C++, Delphi, ActiveX and Java trace framework and a trace viewer: Tail, outputDebugString, event log, and with Log4J, Log4Net, and Microsoft Enterprise Instrumentation Framework (EIF) support. This also comes with full support for Pocket PC development (C++ and .NET).
C#, VC7.1Win2K, WinXP, Win2003, .NET 1.1VS.NET2003, Dev, Intermediate
- A Very Easy to Use Excel XML Import-Export Library - Yogesh Jagota
Import export library for Excel XML Format, which reduces a programmer's work to the bare minimum (Unedited)
C++/CLI, C# (C# 1.0, C# 2.0, C# 3.0), VB, .NET (.NET 3.5, .NET 3.0, .NET 2.0), Intermediate
- Customize the built in Outlook Select Names Dialog (or any other) - Helmut Obertanner
In this article you will learn how to customize the built in Select Names Dialog and use different external Datasources for your own Dialog (Unedited)
LINQ, C# 3.0, Office, WinXP, Win2003, Vista, .NET 3.5SQL 2005, VS2008, DBA, Dev, Intermediate
- Music Manager 1.1 - H. S. Masud
Music Library, Probability based random play (Unedited)
C#, Windows, .NET, Visual Studio, Dev, Intermediate
- Texture Transfer using Efros & Freeman's Image Quilting Algorithm - SIDDHARTH JAIN (fd97207)
A texture transfer program that implements Efros & Freeman's texture transfer algorithm (Unedited)
C# (C# 1.0, C# 2.0, C# 3.0), .NET (.NET 2.0), Dev, Advanced
- vCard Reader with light weight approach - Zijian
vCard reader coded in C#, with light weight approach (Unedited)
C# 1.0, C# 2.0, Windows, .NET 3.0, .NET 1.0, .NET 1.1, .NET 2.0VS.NET2002, VS.NET2003, VS2005, Dev, Intermediate
- WPF C# Ribbon Control Library - Derek Bartram
A WPF / C# Library for implementing Office 2007 Style Ribbon Interfaces (Unedited)
C# (C# 3.0), Windows (Win2K, WinXP, Win2003, Vista), Office, Win32, Win64, XAML, WPF, Dev, Design, Intermediate, Advanced
- A Multi-Threaded WPF TreeView Explorer - Kavan Shaban
Multi-Threaded WPF TreeView Explorer (Unedited)
C# (C# 3.0), .NET (.NET 3.5), WPF, Intermediate
- Simple Demo of Binding to a Database in WPF using LINQ-SQL - Brian_Stoker
A beginner example of binding WPF to a database using LINQ-SQL
C# (C# 3.0), Windows, .NET (.NET 3.5), Visual Studio (VS2008), Dev, Intermediate
- WPF: A Beginner's Guide - Part 5 of n - Sacha Barber
An introduction into WPF Databinding (Unedited)
C# (C# 3.0), .NET (.NET 3.0), WPF, Arch, Dev, Design, Beginner
- WPF : A Beginners guide part 3 of n - Sacha Barber
An introduction into RoutedEvents / RoutedCommands (Unedited)
C# (C# 3.0), .NET (.NET 3.5, .NET 3.0), WPF, Arch, Beginner
- WPF: A Beginner's Guide - Part 4 of n - Sacha Barber
An introduction into WPF Dependancy Properties (Unedited)
C# (C# 3.0), .NET (.NET 3.0, .NET 3.5), WPF, Arch, Dev, Design, Beginner
- Very simple WPF Drag and Drop Sample without Win32 calls - Nick Polyak
Drag and Drop sample without P/Invoke (Unedited)
C# (C# 1.0, C# 2.0, C# 3.0), Windows (WinXP), .NET (.NET 3.5), Visual Studio (VS2008), XAML, WPF, Arch, Dev, Beginner, Intermediate, Advanced
- WPF : A Beginners guide part 2 of n - Sacha Barber
An introduction into XAML / code and WPF resources (Unedited)
C# (C# 3.0), .NET (.NET 3.0, .NET 3.5), WPF, Arch, Dev, Beginner
- Create a Convenient Toolbar Assistant Using WTL - Rocom
A more easy to generate toolbar images. (Unedited)
C++ (VC6, VC7, VC7.1, VC8.0), Windows (NT4, Win2K, WinXP, Win2003, Vista), Win32, Visual Studio (VS.NET2002, VS.NET2003, VS2005, VS6, VS2008), ATL, WTL, STL, GDI, GDI+, Beginner
- A fast and slightweight cell control - xueming.yan
A fast and slightweight cell control for displaying tabular data. The cell is a custom control derived from ATL::CWindow (Unedited)
C++, Windows, Visual Studio, WTL, Dev, Advanced
- Dynamic TEXT Section Image Verification - Jeffrey Walton
Detect Hardware Faults and Unauthorized In-Memory Patches with Hashing using Crypto++
VC6, VC7, VC7.1, VC8.0Win2K, WinXP, Win2003VS.NET2002, VS.NET2003, VS2005, VS6, Dev, Intermediate
- Process viewer - Nibu babu thomas
Lists out the details of running processes in a system, loaded drivers, loaded dlls, version of each dll and process, process times, command line, owner, priority, GDI resource usage, privileges, loaded symbols, window heirarchy, autostart app finding and more. (Unedited)
C++ (VC8.0), C, Windows (NT4, Win2K, WinXP, Win2003, Vista), MFC, STL, GDI, Dev, Advanced
- Extensible strongly typed (de)serializer foundation supporting encryption and compression - Chris Richner
(De)serialize your objects encrypted and/or compressed with 3 lines of code (Unedited)
XML, C# 1.0, C# 2.0, C# 3.0, Windows, .NET 3.0, .NET 1.0, .NET 1.1, .NET 2.0VS2005, VS2008, Arch, Dev, Design, Beginner
- Schemaless C#-XML data binding with VTD-XML - Jimmy Zhang
Agile, efficient XML data binding without schema (Unedited)
C# (C# 1.0, C# 2.0, C# 3.0), XML, .NET CF, .NET (.NET 3.5, .NET 3.0, .NET 1.0, .NET 1.1, .NET 2.0), ASP, Win32, Win64, WCF, Ajax, CEO, Arch, DBA, Dev, QA, Design, Beginner, Intermediate, Advanced
- Basics of a Falling Blocks Game in VB.NET 2005 - Thomas Stockwell
A remake of the classic falling blocks game in a modern language
VB (VB 8.0), Windows (WinXP, Vista), .NET (.NET 2.0), Visual Studio (VS2005), Dev, Beginner, Intermediate
- Generic Object Tree For Synapse Controlled Relations - Jason Witty
A concept of building a tree and allowing each branch of the tree to associate to any object. (Unedited)
VB (VB 9.0), .NET (.NET 3.5), ASP.NET, Visual Studio (VS2008), Ajax, Arch, DBA, Dev, Design, Intermediate, Advanced
- Global Windows Hooks - VBDT
A single utility to hook the mouse and the keyboard system wide (Unedited)
VB 8.0, Windows, .NET 2.0VS2005, Dev, Advanced
- XML on a Chip - Jimmy Zhang
Discuss the technical considerations of porting XML processing to custom chips (Unedited)
C++/CLI, C, C# (C# 1.0, C# 2.0, C# 3.0), XML, SQL, Forth.NET, XSLT, LINQ, VC6, VB 7.x, .NET (.NET 3.0, .NET 1.0, .NET 1.1, .NET 2.0), CEO, Arch, DBA, Dev, QA, Design, Beginner, Intermediate, Advanced
- An extensible math expression parser with plug-ins - Mathieu Jacques
Design and code for an extensible, maintainable, robust, and easy to use math parser.
C#, VC6, VC7.1, Windows, .NET 1.1, COM, VS.NET2003, VS6, Dev, Intermediate
- Parsing - it is easy. Base CSharp classes and expressions calculator. - AlexNek
Provide Base C# parsing classes with demo application and description (Unedited)
C# (C# 1.0, C# 2.0, C# 3.0), .NET (.NET 2.0), Beginner, Intermediate
- Simple CSS Parser - BoneSoft
An article about a simple CSS parser
C# 2.0, Windows, .NET 1.1, .NET 2.0VS2005, Dev, Intermediate
- Stopping and Starting Services Automatically During Builds - mav.northwind
How to make your life a little easier while developing a service
C#, Windows, .NET, Win32, Win64, Visual Studio, Dev, Beginner
- Compiling and Integrating Crypto++ into the Microsoft Visual C++ Environment - Garth J Lancaster, Jeffrey Walton
Avoid common pitfalls when using Crypto++ and VC++
VC6, VC7, VC7.1, VC8.0NT4, Win2K, WinXP, Win2003VS.NET2002, VS.NET2003, VS2005, VS6, Dev, Beginner
- Object oriented JavaScript class library in C#/.NET style - EJocys
JavaScript classes ported from .NET (Unedited)
JScript, CSS, HTML, .NET (.NET 1.0, .NET 1.1, .NET 2.0, Mono, DotGNU, .NET 3.0, .NET 3.5), ASP, ASP.NET, Ajax, Intermediate, Advanced
cheers,
Chris Maunder
CodeProject
This email was sent to email@tempuri.org. To stop receiving this
newsletter click here.
CodeProject. 503-250 Ferrand Drive
Toronto Ontario, M3C 3G8 Canada +1 416-849-8900