Home > Rss Directory > Technology > CodeProject


List:
5 10 15 20 25 30 35 [40] 50
Page:
<< Prev 1 2 3 [4] 5 6 7 8 ... Next >>
Tom's Halls - A JavaScript Platform Game Engine   more similar news »
A 2D platform game engine using JavaScript DOM manipulation and CSS
Wed Nov 19, 2008
more from this source»»
Enable Gzip compression in IIS 6.0 for ASP.NET 2.0 websites   more similar news »
How to enable Gzip compression in IIS6.0 for ASP.NET 2.0 websites.
Wed Nov 19, 2008
more from this source»»
How to Use Microsoft's Driver Verifier to Interpret Unanalyzable Crash Dump Files   more similar news »
An article that explains how to use the Driver Verifier tool to analyze crash dump files.
Wed Nov 19, 2008
more from this source»»
Visualization of the 2D Voronoi Diagram and the Delaunay Triangulation   more similar news »
An add-on for the Fortune's algorithm.
Wed Nov 19, 2008
more from this source»»
Getting the Ring3 VA of an API from Kernel mode   more similar news »
This document briefly explains how to get a user land API virtual address from the Kernel.
Tue Nov 18, 2008
more from this source»»
JavaScript Mathematical Expression Evaluator   more similar news »
A mathematical expression evaluator in pure JavaScript, with support for user defined variables.
Tue Nov 18, 2008
more from this source»»
CGroupLine   more similar news »
CStatic enhancement that adds a trailing horizontal line, and supports WinXP themes.
Tue Nov 18, 2008
more from this source»»
Fixed Index Array   more similar news »
'FixIndexArray' provides direct access like a List, and has a fixed index position like a Dictionary.
Tue Nov 18, 2008
more from this source»»
Moving and sorting numeric items between ListBox controls   more similar news »
How to maintain a sorted ListBox with numeric items, and move items between two ListBox controls.
Mon Nov 17, 2008
more from this source»»
Performing Data Merge and Audit with SSIS   more similar news »
Merge data tables with validation audits and error logging
Mon Nov 17, 2008
more from this source»»
A WaitableTimer wrapper class   more similar news »
A C# wrapper for the Windows WaitableTimer.
Mon Nov 17, 2008
more from this source»»
Getting Version from MSI without Installing It   more similar news »
To get the version number from msi without installing the msi
Mon Nov 17, 2008
more from this source»»
Aviation Fight   more similar news »
This is a very simple 2D desktop game developed in Visual Studio
Mon Nov 17, 2008
more from this source»»
Synchronous Web Service Calls with Silverlight 2: Dispelling the async-only myth   more similar news »
In this article we look at the asynchronous web service model in Silverlight 2, and how it can be augmented to allow synchronous web service calls. We also explore efficient channel caching, and asynchronous Silverlight Unit Tests.
Sun Nov 16, 2008
more from this source»»
Beginner's Walk - Web Development   more similar news »
This Table of Contents is editable by all Silver members and above. What we want you to do is replace the entries in the Table of Contents below with links to articles that represent the entries.
Sun Nov 16, 2008
more from this source»»
Image Processing Basics in C#   more similar news »
This article demonstrates the utilization of C# for basic image processing algorithms such as
Sun Nov 16, 2008
more from this source»»
Navigable Grid in Silverlight 2, supporting Page Navigation for List Controls such as Data Grid   more similar news »
This article is to explain how to create a custom control and can be used to provide Navigation Bar for the Data Grid
Sun Nov 16, 2008
more from this source»»
Recursion in SQL using CTE   more similar news »
This article demostrates how you can achieve a function recursion effect in SQL
Sun Nov 16, 2008
more from this source»»
Skype4COM Event Handler Example For ALL Skype API Messages.   more similar news »
Monitors All Skype4COM and API Messages for Skype Includes Command Input. Shows What Goes One Behind The Scenes with Skype Message Processing using the API and Skype4COM Library. Includes Microsoft ClickOnce Deployment Technology As Well As ClickOnce Automatic Updates Examples. A Must Have Tool!
Sun Nov 16, 2008
more from this source»»
Generative Snippets in C#   more similar news »
Using C# to generate parameterized VS code snippets
Sun Nov 16, 2008
more from this source»»
Windows Mobile Interprocess Communication with Message Queues in .NET   more similar news »
Wrapper demonstrating the use of native message queues within managed code
Sat Nov 15, 2008
more from this source»»
ScriptEngine - User Defined Calculations in C#, VB, JScript and F#   more similar news »
Enabling run time code in any .NET language
Sat Nov 15, 2008
more from this source»»
WPF Masala - The Sliding and Flying Windows   more similar news »
Experiments with WPF animation to recreate some of Microsoft Health Common User Interface magic!
Sat Nov 15, 2008
more from this source»»
Graph control   more similar news »
this controls allows to draw function graph.
Sat Nov 15, 2008
more from this source»»
Introduction to WPF Templates   more similar news »
An article that gives an introduction to WPF templates
Sat Nov 15, 2008
more from this source»»
Use Command Pattern for Handling Queued Jobs in a Multi-threaded Environment   more similar news »
This is an article on how to use command pattern in a multi-threaded environment where jobs are queued for execution. With this, the thread scheduling using basic synchonizing methods, semaphores and mutex is also described.
Sat Nov 15, 2008
more from this source»»
FCKEditor Sharepoint Integration   more similar news »
How to integrate FCKEditor with Sharepoint
Sat Nov 15, 2008
more from this source»»
How To Close a Multi-Threaded .NET Windows Forms Application And Prevent The ObjectDisposedException From Getting Thrown   more similar news »
An article on how to properly close a multi-threaded Windows Forms application without having an ObjectDisposedException thrown.
Sat Nov 15, 2008
more from this source»»
Using PostgreSQL in your C# (.NET) application (An introduction)   more similar news »
In this article, I would like to show you step by step how to use this fantastic database in your C# application.
Sat Nov 15, 2008
more from this source»»
ToDoList 5.7 Beta - A simple but effective way to keep on top of your tasks   more similar news »
A hierarchical task manager with native XML support for custom reporting.
Fri Nov 14, 2008
more from this source»»
ToDoList 5.7.b2 (Beta) - A simple but effective way to keep on top of your tasks   more similar news »
A hierarchical task manager with native XML support for custom reporting.
Fri Nov 14, 2008
more from this source»»
SharePoint Reservations   more similar news »
A SharePoint calendar extension that prohibits overlapping appointments.
Fri Nov 14, 2008
more from this source»»
Large XML Files Processing and Indexing   more similar news »
Index large XML file for fast access. Use IO and XMLReader for parsing with Regex.
Fri Nov 14, 2008
more from this source»»
DBTool - Database Schema Versioning Helper Tool and a TDD Primer   more similar news »
Article describes design, development and testing of a home-grown tool for database schema updates using TDD approach.
Fri Nov 14, 2008
more from this source»»
The 3 Musketeers: - Model, View and Controller using HTTPHandler – Part 1   more similar news »
The 3 Musketeers: - Model, View and Controller using HTTPHandler – Part 1
Fri Nov 14, 2008
more from this source»»
The 3 Musketeers: Model, View and Controller using HTTPHandler – Part 1   more similar news »
The 3 Musketeers: Model, View and Controller using HTTPHandler – Part 1
Fri Nov 14, 2008
more from this source»»
Dynamic Enumerations from Database Tables   more similar news »
Create an assembly containing enumerations defined in your database.
Fri Nov 14, 2008
more from this source»»
Diffie-Hellman Key Exchange Example   more similar news »
An example of how an encryption key can be shared by two users using the Diffie-Hellman key exchange approach.
Fri Nov 14, 2008
more from this source»»
A Query Builder Class For Visual Basic 2005 Hand Coders   more similar news »
Most programmers prefer hand-coding database queries. This is a class that automates query building, while the code is as readable as the program logic.
Fri Nov 14, 2008
more from this source»»
An Overview of C# 4.0   more similar news »
Discusses the new features of C# 4.0 including dynamic lookup, covariance/contravariance generics, named and optional paramters
Thu Nov 13, 2008
more from this source»»
List:
5 10 15 20 25 30 35 [40] 50
Page:
<< Prev 1 2 3 [4] 5 6 7 8 ... Next >>