Click here to Skip to main content
6,630,289 members and growing! (21,702 online)
Email Password   helpLost your password?
Announcements
BullFrog Power
 
Search    
Add to IE Search

Articles by Anoop Madhusudanan (11 articles found)

Average article rating: 4.38

Silverlight

Silver Draw - A Silverlight Based Collaboration White Board with Drawing and Chat
Last Updated: 2 Nov 2009   Page Views: 5,903   Rating: 4.92/5    Votes: 17   Popularity: 6.06   Bookmark Count: 41
Licence: The Code Project Open License (CPOL)   
Silver Draw shows how to use Silverlight and WCF Polling Duplex services to create realtime collaboration apps.

.NET Framework

Brainnet 1 - A Neural Netwok Project - With Illustration And Code - Learn Neural Network Programming Step By Step And Develop a Simple Handwriting Detection System
Last Updated: 4 Apr 2007   Page Views: 131,223   Rating: 4.53/5    Votes: 93   Popularity: 8.93   Bookmark Count: 317
This article is expected to (1) Demonstrate some practical uses neural network programming (2) Give you a fair idea regarding neurons, neural networks and their applications (3) Introduce BrainNet library - an open source Artificial Neural Network library I developed - mainly using the MS.NET
Learn How To Build A Provider Framework - With An Easy To Understand Example Towards Applying Provider Pattern
Last Updated: 20 Jul 2007   Page Views: 45,882   Rating: 4.12/5    Votes: 38   Popularity: 6.51   Bookmark Count: 132
After reading this article, you'll be able to (1) Change your mindset a little bit, and start thinking about 'frameworks' instead of just 'code' (2) Understand a lot about practically applying provider pattern in your projects (3) Gain much knowledge regarding xml config files and providers
NXML - Introducing an XML Based Language To Perform Neural Network Processing, Image Analysis, Pattern Detection Etc
Last Updated: 21 Oct 2009   Page Views: 33,444   Rating: 4.62/5    Votes: 22   Popularity: 6.20   Bookmark Count: 79
Licence: The Code Project Open License (CPOL)   
Do some Brain Tumor detection using neural networks, in a very simple and easy manner. This is the story and source code of an XML based language, to help you create, train and run your own neural networks?

C / C++ Language

Design Your Soccer Engine, and Learn How To Apply Design Patterns (Observer, Decorator, Strategy and Builder Patterns) - Part III and IV
Last Updated: 21 Oct 2009   Page Views: 48,598   Rating: 4.53/5    Votes: 60   Popularity: 8.05   Bookmark Count: 97
Licence: The Code Project Open License (CPOL)   
This article is a continuation of the previous article, and in this article, we will discuss (1) Applying the Strategy Pattern to solve design problems related with 'Team' and 'TeamStrategy' and (2) Applying the Decorator Pattern to solve design problems related with the 'Player'

C#

Fun with Dynamic Objects and MEF in C# 4.0 - A dynamic File System Wrapper
Last Updated: 5 Sep 2009   Page Views: 5,324   Rating: 4.52/5    Votes: 9   Popularity: 4.31   Bookmark Count: 13
Licence: The Code Project Open License (CPOL)   
Exploring the exciting things we can do with DynamicObject in the System.Dynamic namespace and MEF, using .NET 4.0 and C#.
XGenPlus - A Flexible Tool to Generate Typed XML Serializers for your .NET Applications
Last Updated: 12 Nov 2007   Page Views: 21,444   Rating: 4.67/5    Votes: 8   Popularity: 4.21   Bookmark Count: 29
Licence: The Code Project Open License (CPOL)   
XGenPlus is a flexible tool to generate typed XML serializers for your .NET applications. It provides more flexibility than the sgen.exe tool combining the efficiency offered by Mvp.Xml.Xgen library.

VB.NET

Object Oriented Programming In VB.NET
Last Updated: 18 Nov 2004   Page Views: 179,033   Rating: 3.87/5    Votes: 87   Popularity: 7.50   Bookmark Count: 146
A must read for anyone who is interested in VB.NET. This article uncovers some basic Object Oriented Programming features of Visual Basic .NET. The whole article is divided into 10 lessons. The source code for these lessons is provided with the article.

Algorithms & Recipes

Designing And Implementing A Neural Network Library For Handwriting Detection, Image Analysis etc.- The BrainNet Library - Full Code, Simplified Theory, Full Illustration, And Examples
Last Updated: 21 Oct 2009   Page Views: 99,445   Rating: 4.51/5    Votes: 77   Popularity: 8.51   Bookmark Count: 245
Licence: The Code Project Open License (CPOL)   
This article will explain the actual concepts and implementation of Backward Propagation Neural Networks very easily - see project code and samples, like a simple pattern detector, a hand writing detection pad, an xml based neural network processing language etc in the source zip.

Design and Architecture

Design Your Soccer Engine, and Learn How To Apply Design Patterns (Observer, Decorator, Strategy and Builder Patterns) - Part I and II
Last Updated: 9 Jan 2007   Page Views: 141,930   Rating: 4.54/5    Votes: 136   Popularity: 9.69   Bookmark Count: 366
Licence: The Code Project Open License (CPOL)   
This article is expected to (1) Introduce patterns to you in a simple, human readable way (2) Train you how to really identify and apply patterns (3) Demonstrate step by step methods to solve a design problem using patterns
Application Architecture - Driving Forces, Approaches, and Implementation Considerations
Last Updated: 9 Dec 2008   Page Views: 21,670   Rating: 3.74/5    Votes: 12   Popularity: 4.03   Bookmark Count: 77
Licence: The Code Project Open License (CPOL)   
This article discusses various driving forces, approaches, and implementation considerations involved in deciding the application architecture. There is no rocket science here - the whole objective is to aid you to decide an architecture that may suit your scenario.

Uncategorised Technical Blogs

Creating A Fluent Interface in C# - For training a bunch of Dogs [Technical Blog]
Last Updated: 3 Oct 2009   Page Views: 947   Rating: 4.00/5    Votes: 1   Popularity: 0.00   Bookmark Count: 3
Licence: The Code Project Open License (CPOL)   
A simple post on a simple subject Today Vin just tweeted "FI(Fluent Interface) - when you use method chaining, after finishing the functionality, "return this", and that's how you make it fluent". Thought about writing a detailed post on this, just to demonstrate various possibilities of Fluent pr
Thinking Beyond ToString() [Technical Blog]
Last Updated: 3 Oct 2009   Page Views: 1,081   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0   Bookmark Count: 2
Licence: The Code Project Open License (CPOL)   
If you want to convert something to string, what is the best way?. Here is a neat extension method for all your objects, so that it'll find the appropriate converter if one exists, or otherwise, fall back to ToString() :) public static class ConverterExtension { public static string

Anoop Madhusudanan


Member
Follow: In Twitter | Blog

Don't Miss this
  1. .NET Reactive Extensions and LINQ to Events

  2. MEF or Managed Extensibility Framework – Creating a Zoo and Animals

  3. C# 4.0 Dynamic Features - 'Attaching' properties/methods at runtime

  4. Applying Design Patterns - Thought Process with examples

  5. Fluent programming in C#

About Anoop Madhusudanan

Anoop's primary expertisation is in areas like application modelling, VS SDK, GIS, Security, code generation & meta coding, neural networks, internet/intranet technologies etc.

For the past couple of years, he is mainly working with Visual Studio Extensibility (VSX) and Enterprise Integration tools, to build domain specific frameworks and packages, mainly for Finance/Tax domain.

Now he is working as a Solution Architect, mainly in the .NET space.

He holds his BTech In Computer Engineering, Diploma in Computer Hardware Engineering and Post Diploma in Software Engineering.

You may contact him at amazedsaint (at) gmail.com.
Occupation: Architect
Location: India India


Last Updated 21 Nov 2009
Web18 | 2.2.0175 | Advertise | Privacy
Copyright © CodeProject, 1999-2009
All Rights Reserved. Terms of Use