Author: SSWUG Research

Community

Getting Started with NHibernate

(Shawn Wildermuth) The hard part of using business objects has always been the tedious nature of writing the data access code to serialize business objects to and from a database. It would be great if there were a way to describe our objects’ relationships to the database and each other without reso

Community

Constraint Naming Standard

(Alf Pedersen) Constraint naming standard are important for many reasons, but one of the most important reason is that the SYS_* name oracle assigns to unnamed constraints is not very understandable. By correctly naming all constraints, we can quickly associate a particular constraint with our data

Community

At A Glance: ASP.net Vs. PHP

(Ian Wilson) Web applications, specifically those relying on back end databases, are typically being created using either Microsoft’s ASP.Net language, or the Open Source alternative language of PHP. Reasons why one might choose one over the other can include: The cost of development tools, or avail