All Questions
6 questions
1
vote
2
answers
235
views
Synchronizer for importing XML files into a database when folder content changes
I have created a Synchronizer, the purpose of which is to read data from an XML source file and store the result in a DB.
I have different source types, for example Student.XML, School.XML, etc. ...
2
votes
2
answers
230
views
Class to provide access to various database sources
I'm struggling to understand how to implement principles of encapsulation, inheritance and polymorphism to break this code into logical parts. My background is in VBS/Classic ASP and database ...
1
vote
3
answers
603
views
Creates an employee record in a time and attendance database and returns the employee object [closed]
I am writing a time and attendance system. This is my idea of a simple elegant solution for the employee class. To me it makes the client very simple an encapsulates everything it needs, however I an ...
2
votes
2
answers
211
views
Noting discrepancies between scheduled and actual attendance of sessions
I ask as I'm mostly self taught, and don't have a team to be able to get experience/challenge or ask.
The Requirement
I have a register per week. (ie the kind you mark attendance on), with sub ...
3
votes
2
answers
201
views
Loading items from XML document
I'm making a game in Unity and I need to have a inventory/item system, I decided to store my items in simple XML document which I later read from. I'm planning to have different varieties of items and ...
4
votes
2
answers
9k
views
Implementation of OOP for retrieving list of objects from database
If I have a Person class that outlines the properties of a person and one of People that just contains a ...