Feeds:
Posts
Comments

Archive for the ‘C#, .Net’ Category

Just so I remember where to find it when I get around to check if I can use it:
Unfold, a WPF diagramming tool.

Read Full Post »

ZedGraph

This is very useful for plotting things in .Net:
Main Page – ZedGraphWiki
Are you looking for a way to draw in .Net? Heres yet another charting class library with a high degree of configurability that is also easy to use.
ZedGraph is a set of classes, written in C#, for creating 2D line and bar graphs of [...]

Read Full Post »

.NET General

Helps you understand the PropertyGrid control in the Microsoft .NET Framework and how to customize it for your application.

Read Full Post »

This article was very useful:The Code Project – Remoting with GUIs – C# Programming. What is it about? In the author’s own words:

Most introductory articles about remoting focus on console-based applications, but frequently beginners ask, “How can I do remoting with a GUI?”. I was asking the same question several months ago, but I couldn’t [...]

Read Full Post »

An article on Codeproject discussing some useful UI programming stuff…

You are developing this shiny new multithreaded .NET application that has this spanking new UI. You are done coding and it’s time for giving a demo to your boss. And while running the demo, the UI hangs. Just hangs. Damn it, you say, it was working [...]

Read Full Post »

haven’t checked this out yet, but it seems promising: MapWindow GIS
The MapWindow application is a free, extensible, geographic information system (GIS) that can be used in many ways:
* As an alternative desktop GIS
* To distribute data to others
* To develop and distribute custom [...]

Read Full Post »