.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.
Graph Library
This article addresses the construction of a simple graph library using C#.
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.
Drawing a Line Graph in GDI+
Drawing a line graph in Cartesian coordinates (VB.NET and GDI+)
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.
1


Syndicate