CodeProject - C#
Handwriting Recognition Revisited: Kernel Support Vector Machines
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
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
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
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
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
Architectural approach of a domain independent Single Sign On implementation for Asp.net applications
Categories: IT & Technology
Simple Silverlight Configurator/Pivot (View Model/MVVM)
The application allows your users to query a collection using Silverlight using an animated display
Categories: IT & Technology
Object With Customizable Properties
A Class with customizable properties without using reflection.
Categories: IT & Technology
Automatic Image Stitching with Accord.NET
Demonstration of automatic image stitching by interest point matching using the Accord and AForge.NET Frameworks.
Categories: IT & Technology
WCF by Example - Introduction
Patterns and best practices for the desing and development of rich client enterprise applications using WPF, WCF and NHibernate
Categories: IT & Technology
WCF by Example - Chapter VII - WPF Client - Contract Locator
Baseline WCF Distribution Layer - Decoupling of WCF Services and ViewModels
Categories: IT & Technology
Experimenting with enterprise level bus messaging
A look into messaging solutions using NServiceBus
Categories: IT & Technology
Making Log4Net work with the .Net Client Profile
A step by step guide to getting Log4Net working with the .Net Client Profile
Categories: IT & Technology
Play Embedded YouTube Videos Randomly
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#
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
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
Another convenient control for your WPF applications
Categories: IT & Technology
Splash and Login Forms (Problems and solutions)
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
preforming addition, multiplication of very long integers using C#
Categories: IT & Technology
