Relative Content

Tag Archive for object-oriented

Object construction design

I recently started to use c# to interface with a database, and there was one part of the process that appeared odd to me. When creating a SqlCommand, the method I was lead to took the form:

Formal definition for term “pure OO language”?

I can’t think of a better place among SO siblings to pose such a question. Originally I wanted to ask “Is python a pure OO language?” but considering troubles and some sort of discomfort people experience while trying to define the term I decided to start with obtaining a clear definition for the term itself.

Should I create an Enum mapping to my database table

I have a database table containing a list of systems relevant to the tool I am building, mostly in-house applications, or third-party systems we receive data from. This table is added to infrequently, approx every 2 months.