Tagged Questions

2
votes
1answer
173 views

LINQ features in Ruby

I would like to write a code in Ruby that behaves like this C# code. It receives a candidate topology set and a world set, and tests if the candidate topology is a topology in respect to the world. ...
1
vote
1answer
364 views

Scalable Moebius strip in WPF

A moebius strip is a surface with one side. How would one define such an object in XAML/WPF? How could such an object be manipulated in 3D, scaled up and down and rotated using C#?
0
votes
1answer
681 views

Topology diagram in silverlight

I have a web application which lets users create entities, and define relationships and associations between the entities. I'd like to use silverlight to visually show a topology diagram of the ...