Always remain updated about current software development trends

Articles in PLATFORM

Quick Overview of C# Attribute Programming

Programming with attributes refines and solves some of the difficult development problems we face every day.

UserControl populating ItemsControl – Manipulation of ItemsControl collection from inner UserControl

UserControl populating ItemsControl \u2013 manipulation of ItemsControl collection from inner UserControl

Using custom fonts in your web pages

From the start of web, people were restricted to use standard fonts(those are globally available in all platforms) such as Arial, Times etc,  for displaying content in web pages. The main issue was that the browser did not have the capability to read the...

A Framework in C# for Fingerprint Verification

In this article, we introduce a framework in C# for fingerprint verification, we briefly explain how to perform fingerprint verification experiments and how to integrate your algorithms to the framework.

Why C# interface inheritance makes sense: see LINQ...

How Linq extension methods benefit from interfaces inheriting from interfaces

Infobright/MySQL Statistics Utility

Display Infobright/MySQL Database Statistics in Java

Windows Azure for Amazon AWS Users

One hurdle I run across while talking to AWS users about Azure\xa0comes down to terminology. Every cloud vendor has their own vernacular and this can be a source of endless frustration when one starts to compare the two services. Developers that have already...

Using async and await in Silverlight 5 and .NET 4 in Visual Studio 11 with the async targeting pack

Last September, I introduced the idea of Tasks in Silverlight . One of the things I really like about .NET 4.5, and the C# compiler that comes with it, is the ability to simplify asynchronous code by using the async modifier and await operator. Just yesterday...