.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.
2010-06-06 19:00:00   Source: C# 4.0, the Dynamic Keyword and COM   Tags: C#

Making SVG Charts with Common Objects

This article explains how to create some interesting charts in SVG documents
2010-05-29 08:45:00   Source: Making SVG Charts with Common Objects   Tags: Graphics

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.
2010-05-26 09:36:00   Source: Accessing Hardware in Silverlight using COM   Tags: Silverlight

Visualizing Complex Functions

A program to produce beautiful and informative images of complex functions.
2010-05-12 01:28:00   Source: Visualizing Complex Functions   Tags: Examples Graphics

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).
2010-05-11 23:28:00   Source: Comparison Sorting algorithms in C# explained   Tags: Algorithms C#

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
2010-05-11 11:59:00   Source: Step by Step Guide to Silverlight 4 Command Binding   Tags: Silverlight

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.
2010-04-28 12:46:00   Source: DICOM Image Viewer   Tags: Multimedia

PowerComboBox with CheckBoxes & Grouping

4-in-1 ComboBox with CheckBoxes, Grouping, BackColor and ItemHover event
2010-04-28 09:49:00   Source: PowerComboBox with CheckBoxes & Grouping   Tags: Components GUI

Ajax Chat Sample via Comet Ajax

Its the article of how you can create serious web applications via PokeIn comet ajax library in minutes
2010-04-22 08:46:00   Source: Ajax Chat Sample via Comet Ajax   Tags: Ajax

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.
2010-04-12 06:56:00   Source: EXIF Compare Utility using WPF   Tags: Examples WPF
« Previous123456789101213Next »