No Image

C# .Net and Java

January 31, 2010 muthu 0

This article compares the same program written in the C# and Java languages and then compares the dissembled code of both languages. Java Hello Program: […]

No Image

C# .Net Tutorial Namespaces

January 31, 2010 muthu 0

A Namespace in Microsoft .Net is like containers of objects. They may contain unions, classes, structures, interfaces, enumerators and delegates. Main goal of using namespace […]

No Image

OOP & C# .Net

January 31, 2010 muthu 0

The skeleton of object – oriented programming is of course the concepts of class. This C# tutorial on OOPS explains classes and their importance in […]

No Image

C# .Net Data Types

January 31, 2010 muthu 0

Data is physically stored inside cells of memory. This memory could be physical memory (Hard disk) or logical memory (RAM). Any cell of memory is […]

No Image

MFC GDI Plus Picture Box

January 30, 2010 muthu 0

   This project gives a sample of a control that displays pictures on the dialog. The control uses the Microsoft GDIPlus library. It displays pictures […]