Code Project - All

Syndicate content The Code Project
Latest Articles from The Code Project
Updated: 21 min 19 sec ago

Tabbed Applications in Android

2 hours 5 min ago
Tutorial on creating tabbed applications in Android.
Categories: IT & Technology

Handwriting Recognition Revisited: Kernel Support Vector Machines

3 hours 16 min ago
In a previous article we discussed how to perform the recognition of handwritten digits using Kernel Discriminant Analysis. In this article, we will discuss some techniques to do it using Kernel Support Vector Machines.
Categories: IT & Technology

A small C# File Cloner class

6 hours 20 min ago
Introducing A small class that helps you in creating automatic copies of files and clean them up automatically, too.
Categories: IT & Technology

A small C# File Creator class

6 hours 22 min ago
Introducing A small class that helps you in creating a temporary file with string/binary data and clean-up the file automatically.
Categories: IT & Technology

T4 template for Silverlight apps to generate a class with literal strings defined in a .resx file

7 hours 39 min ago
A T4 template for Silverlight apps that generates a class containing literal strings for all the resource strings defined in a .resx file. It helps make your Silverlight code much more maintainable.
Categories: IT & Technology

How do I perform UI Automation testing in iOS 4

Monday, 06 September 2010 - 22:46
Beginner level guide (step by step) on UI Automation Testing in iOS 4
Categories: IT & Technology

Easy Data Access Layer

Monday, 06 September 2010 - 22:27
This library gives an easy data access tool for different data sources.
Categories: IT & Technology

CPForAndroid and an Android Project Template

Monday, 06 September 2010 - 14:53
MyDroidTemplate Eclipse Project template and a Droid App for Interacting with CodeProject
Categories: IT & Technology

Single Sign On (SSO) for cross-domain Asp.net applications, Part-I - The design blue print

Monday, 06 September 2010 - 12:59
Architectural approach of a domain independent Single Sign On implementation for Asp.net applications
Categories: IT & Technology

Using Alerts in Android

Monday, 06 September 2010 - 05:49
tutorial on using alerts in Android
Categories: IT & Technology

MultiColumnTree

Monday, 06 September 2010 - 05:08
A treeview with multiple columns.
Categories: IT & Technology

Simple Silverlight Configurator/Pivot (View Model/MVVM)

Monday, 06 September 2010 - 04:02
The application allows your users to query a collection using Silverlight using an animated display
Categories: IT & Technology

Object With Customizable Properties

Monday, 06 September 2010 - 01:36
A Class with customizable properties without using reflection.
Categories: IT & Technology

Automatic Image Stitching with Accord.NET

Sunday, 05 September 2010 - 22:43
Demonstration of automatic image stitching by interest point matching using the Accord and AForge.NET Frameworks.
Categories: IT & Technology

Black Jack Using Scrum – Winner Winner Chicken Dinner

Sunday, 05 September 2010 - 18:08
How I used Scrum as guide for gambling in Vegas
Categories: IT & Technology

WCF by Example - Introduction

Sunday, 05 September 2010 - 12:43
Patterns and best practices for the desing and development of rich client enterprise applications using WPF, WCF and NHibernate
Categories: IT & Technology

OAG Library (OpenGL) Part 2.3 - Drawing 2D Textures using the mouse and Programatically

Sunday, 05 September 2010 - 12:21
This tutorial shows Library Code for 2D Textures how to draw them programatically using the mouse in an application MFC.
Categories: IT & Technology

Chess Program in C#

Sunday, 05 September 2010 - 09:50
SrcChess is a chess program built in C#
Categories: IT & Technology

gTitleBar - Custom TitleBar for borderless forms (VB.NET)

Sunday, 05 September 2010 - 01:33
Simulates standard titlebar on a borderless form for easy placement of additional controls on the titlebar freeing up space on the form. It can also be put on a panel to simulate a MDI Form.
Categories: IT & Technology

Recording and Playing Video on Android

Saturday, 04 September 2010 - 21:23
This article attempts to elucidate how to create an application to record and play video. There is also a brief explanation of related APIs
Categories: IT & Technology