.NET news » Search results

Search results for query "graph" (6):

Line Graph Component in C#

Line graph is user control which can be integrated into Winforms. The X points are plotted against Y.
2011-10-27 08:35:00   Source: Line Graph Component in C#   Tags: C#

Graph Library

This article addresses the construction of a simple graph library using C#.
2008-04-10 06:55:00   Source: Graph Library   Tags: Graphics

Greedy Algorithms and Maximum Clique

Dr. McCaffrey this month presents a greedy algorithm as a solution to the graph maximum clique problem, which is to find the largest group of nodes in a graph that are all connected to one another. He explains how to design and test these algorithms to solve the problem.
2011-10-25 19:00:00   Source: Greedy Algorithms and Maximum Clique   Tags: Algorithms

Drawing a Line Graph in GDI+

Drawing a line graph in Cartesian coordinates (VB.NET and GDI+)
2011-04-10 16:25:00   Source: Drawing a Line Graph in GDI+   Tags: VB.NET

Using Entity Framework in Silverlight with Visual Basic

A common requirement in building applications is the need to serialize objects and pass them across tiers between the server and the client. These objects typically hold references to each other, and managing this “graph” and tracking all the changes so that they can be properly persisted to the database can get complicated quickly.

2010-10-28 19:00:00   Source: Using Entity Framework in Silverlight with Visual Basic   Tags: Silverlight

Generating Graphs with WPF

A common software-development task is generating a graph from a set of test-related data. But if you're doing it by hand and the underlying data changes frequently, this particular task can become quite tedious. James McCaffrey shows you how to automate the process using Windows Presentation Foundation technology.
2010-06-06 19:00:00   Source: Generating Graphs with WPF   Tags: WPF Graphics
1