.NET news » Search results
Search results for query "COM" (123):
C# 4.0, the Dynamic Keyword and COM
Are you a Microsoft .NET Framework programmer who struggles with critical legacy applications using COM objects that are beyond your control? Dino Esposito shows how to lessen the burden by going dynamic.
Making SVG Charts with Common Objects
This article explains how to create some interesting charts in SVG documents
Accessing Hardware in Silverlight using COM
Silverlight 4 gives access to the user's microphone and camera, and adds printing capabilities, but as far as hardware goes, that's it. Fortunately Silverlight 4 also provides access in Elevated Trust Out-Of-Browser applications to COM. If you need to access other local hardware, providing a COM component is the solution. This example provides a COM object written in C# and addressed by a Silverlight application.
Visualizing Complex Functions
A program to produce beautiful and informative images of complex functions.
Comparison Sorting algorithms in C# explained
In computer science and mathematics, a sorting algorithm is an algorithm that puts elements of a list in a certain order. These algorithms are briefly divided into two parent categories as Comparison based sorting algorithms which include BubbleSort, SelectionSort, InsertionSort, ShellSort, MergeSort, HeapSort and QuickSort as most commonly used amongst all and Non-Comparison based sorting algorithms such as RadixSort, BucketSort etc. The focus of this article is to provide various comparison based sorting algorithms in a simplistic way with optimized, cleaned up and easy to understand code (with proper comments and instructions).
Step by Step Guide to Silverlight 4 Command Binding
Silverlight 4 now came up with the support of Command Binding. Using Command binding you can easily develop your Silverlight MVVM (Model-View-ViewModel) applications where your view will not know about data. In this article, I will describe you the Command binding feature in Silverlight 4 Step-by-St
DICOM Image Viewer
A simple viewer of images stored in the DICOM 3.0 File Format (C#). The file should have raw pixel data, uncompressed. Window Level functionality is also provided.
PowerComboBox with CheckBoxes & Grouping
4-in-1 ComboBox with CheckBoxes, Grouping, BackColor and ItemHover event
Ajax Chat Sample via Comet Ajax
Its the article of how you can create serious web applications via PokeIn comet ajax library in minutes
EXIF Compare Utility using WPF
The Exif Compare Utility is a WinDiff equivalent for image files that compares the Exif meta-data and displays the differences and similarities. The application is written using WPF and MVVM.


Syndicate