CodeProject - C#

Syndicate content The Code Project
Latest Articles from The Code Project
Updated: 27 min 8 sec ago

Handwriting Recognition Revisited: Kernel Support Vector Machines

3 hours 22 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 26 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 28 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 45 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

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

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

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

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

Chess Program in C#

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

WCF by Example - Chapter VII - WPF Client - Contract Locator

Saturday, 04 September 2010 - 20:50
Baseline WCF Distribution Layer - Decoupling of WCF Services and ViewModels
Categories: IT & Technology

Experimenting with enterprise level bus messaging

Saturday, 04 September 2010 - 18:20
A look into messaging solutions using NServiceBus
Categories: IT & Technology

Making Log4Net work with the .Net Client Profile

Saturday, 04 September 2010 - 08:17
A step by step guide to getting Log4Net working with the .Net Client Profile
Categories: IT & Technology

Play Embedded YouTube Videos Randomly

Saturday, 04 September 2010 - 04:37
Illustrate how to embed a YouTube video into a web page, built a random play list and launch a video on the fly.
Categories: IT & Technology

Basics of dataflow programming in F# and C#

Saturday, 04 September 2010 - 01:34
Article intoduces dataflow programming and provides basic implementations of dataflow variables in C# and F#
Categories: IT & Technology

Reflection Studio - Part 2 - User interface: Themes, dialogs, controls, external libraries

Friday, 03 September 2010 - 22:27
Reflection Studio is a "developer" application for assembly, database, performance, and code generation, written in C# under WPF 4.0.
Categories: IT & Technology

Building a Search Text Box Control with WPF

Friday, 03 September 2010 - 20:09
Another convenient control for your WPF applications
Categories: IT & Technology

Splash and Login Forms (Problems and solutions)

Friday, 03 September 2010 - 20:09
The more perfect description of the creation the Splash and the Login forms with providing a full source code
Categories: IT & Technology

Addition, Multiplication of Very Long Integers

Friday, 03 September 2010 - 15:40
preforming addition, multiplication of very long integers using C#
Categories: IT & Technology