Updates

Latest Tweet



What's New?

Check out for latest innovation, a computer based training video collection


Like this Page

Seeing Data: Designing User Interfaces for Database Systems Using .NET Review by W Boudville

UI with complex SQL data

A formidably detailed and comprehensive attack on the problem of user interfaces and data visualisation. Riordan tackles this in the context of Microsoft's .NET platform. Notice the two topics. There are books on pure UI design, for various operating systems. Nothing wrong with that. But they tend to concentrate on the strict visuals and how the user interacts with various widgets. Usually, any data to be displayed or modified is general and lacks much structure.

There are certainly elements of this approach here. Like where Riordan discusses the various properties of fonts and faces, or colours or different image types.

But she goes further. She shows how to make UIs customised for SQL data. To make your SQL Server easily accessible. A full workout. From using the widget families that come with .NET and hooking these all the way back to a SQL Server. In, for example, a four tier architecture. Unusual to see all this in one book. PLus, she makes VB seem very easy to design and program in.