MSAGL (Microsoft Automatic Graph Layout) is a .NET library and tools created by Microsoft Research for creating hierarchical graphs, viewing them and saving them to bitmaps. MSAGL is built on the principle of the Sugiyama scheme. MSAGL can be used to create layered or hierarchical graph layouts. These layered graphs can be used to represent [...]
Tag Archives: Visual C# Express 2010
How to program MSAGL (GLEE) to create hierarchical graph layouts
Posted in ASP.NET, Charting, Windows Forms Also tagged C#, GLEE, Graph Layout, MSAGL Leave a comment
How to maintain HTTP session state with cookies in C# CGI program in Visual C# 2010 Express and IIS
In my previous post 8 steps to develop, setup and call c# cgi programs in IIS 7, we learned how to create a CGI program in C#, install it as a website and call it using GET and POST. In this article, I am going to modify that C# program to include code to read and [...]
Posted in Web Development Fundamentals Also tagged C#, CGI, Cookies, GET, HTTP, HTTP Headers, IIS, POST, Query String Leave a comment
