Forum Replies Created

Viewing 4 posts - 16 through 20 (of 20 total)

  • RE: An nHibernate Head Scratcher

    In my experience, use of so-called ORM (Object-Relational Management) tools create as many or more problems than they solve. There are many times we haven't got a choice because a...

  • RE: Primary key naming convention

    Method 2: prefixing the tablename to "ID" when using arbitrary unique identifiers is best practice.  The reason is that when the Primary Key is migrated as a foreign key, it...

  • RE: Practical Methods: Naming Conventions

    I've gone back back and forth on the singular v. plural table names argument.  In the early days when I was a systems analyst, I was taught that table names...

  • RE: Practical Methods: Naming Conventions

    While I agree with the essence of the previous posts, saying something is "nonsense" without constructively suggesting alternatives or even saying why is not helpful.

    As for a statement like "never use...

Viewing 4 posts - 16 through 20 (of 20 total)