Archive for May, 2008

Displaying a Microsoft Project XML file using Diagrammer for .NET, WPF and LinQ (Part 2)

Thursday, May 29th, 2008

In the part 1 of this post, we have seen how to use ILOG Diagrammer for .NET, WPF and Linq to display the content of a Microsoft Project XML file into a graph showing the tasks and the constraints between them,…

Read more

Licensing in .NET explained - Part 2

Thursday, May 22nd, 2008

In the first part of this article, we’ve seen how to deal with licensed components from the user point of view. In the second part, I’ll try to explain the whole licensing process, that is:

  1. Authoring licensed components.
  2. Creating licences at…

Read more

Displaying a Microsoft Project XML file using Diagrammer for .NET, WPF and LinQ (Part 1)

Monday, May 19th, 2008

Diagrammer for .NET 1.5 introduces a set of new WPF controls that can present information as a graph display made of nodes and links. In this post, I will show how you can use these controls to display the content…

Read more

Diagrammer .NET Tips and Tricks Explained Through the “UML Class Diagram” Sample - Part 2

Monday, May 19th, 2008

In the previous post, we explained how to assemble built-in ILOG Diagrammer for .NET objects to build a complex UML Type symbol. The first post described how to define the appearance of the symbol, now we will define its behavior.…

Read more

Licensing in .NET explained - Part 1

Tuesday, May 13th, 2008

Authoring licensed .NET components is explained in several places over the web. But I was not able to find an article that would cover all the aspects of licensing in .NET. That’s why I decided to write this article, and…

Read more