
C# .Net and Java
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: […]
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: […]
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 […]
The skeleton of object – oriented programming is of course the concepts of class. This C# tutorial on OOPS explains classes and their importance in […]
Microsoft Intermediate Language (MSIL) is a platform independent language that gets compiled into platform dependent executable file or dynamic link library. It means .NET compiler […]
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 […]
An ActiveX is class, is a library, is a COM object further more is a concept itself. ActiveX controls are pieces of code compiled and […]
The ActiveX is a container with a well-determined functionality. Everybody has heard or seen an ActiveX control. They are everywhere. You could see them in […]
This project gives a sample of a control that displays pictures on the dialog. The control uses the Microsoft GDIPlus library. It displays pictures […]
This project gives a sample of a control that displays the thumbnails of the JPEG pictures in a selected folder. The control uses the Microsoft […]
Copyright © 2025 | WordPress Theme by MH Themes