Tag: Development

Community

Creating class diagrams with UML

(Kirk Knoernschild) In the first part of this series we looked at the basics of UML, it’s history and how to pick a UML tool. This time around we are going to explore how to use the Unified Modeling Language (UML) when developing Java applications. While we are using some basic Java for this exa

Community

Automating PostgreSQL Tasks

(Manni Wood) You can and should automate routine database tasks, to remove the possibility of user error and to let yourself focus on other, more interesting work. If you use PostgreSQL on Unix or Linux, you can combine the shell with PostgreSQL’s psql client to automate database chores.

Community

The Message Display Control

(Rob Long) If you have ever developed an ASP.NET application that uses a mixture of client-side and server-side validation, you will have more than likely run into the problem of formatting the error messages in a consistent manner. This is especially true when embedding multiple user controls on a

Community

Isolated Storage – Overview

(Graham Parker) Knowing how and where to store things is bread and butter stuff for an Application Developer. Applications need to store state information, options, user settings, configuration information, connection strings, their data, system information and much more. Choosing where to store thi