I have been doing a bit of VB .net development for a year or so now but havnt learnt that much if im honest. I really want to start to improve my skills with the idea of moving jobs at some point in the near future. With this in mind I have started to learn C# .net as it seems to be much more popular than VB.
One of the projects at work is being redesigned and I am in charge of this but I have a few questions about what the best way to do this is.
The system stores a large number of records for question answers which relate to an inspection of a property. The system will only store a record if there is an answer present for a question; if not then it will not store a record.
The questionnaire is liable to change over time due to changes in the way properties are assessed. This means that I have to store the questions for a particular years assessment in individual records as opposed to a single record for an assessment.
I have created custom controls for the question types and my plan is to iterate over them and draw them on the form.
My question is how to deal with the saving and updating of the answers to the assessment questions. Some will be updates, some new answers and I need to know which is which.
There are a number of options as to how to do this but how do you test for a value that has changed since loaded. Is there an easy way of automating saving and updating?
Any help, tips etc would be much appreciated.
Thanks
One of the projects at work is being redesigned and I am in charge of this but I have a few questions about what the best way to do this is.
The system stores a large number of records for question answers which relate to an inspection of a property. The system will only store a record if there is an answer present for a question; if not then it will not store a record.
The questionnaire is liable to change over time due to changes in the way properties are assessed. This means that I have to store the questions for a particular years assessment in individual records as opposed to a single record for an assessment.
I have created custom controls for the question types and my plan is to iterate over them and draw them on the form.
My question is how to deal with the saving and updating of the answers to the assessment questions. Some will be updates, some new answers and I need to know which is which.
There are a number of options as to how to do this but how do you test for a value that has changed since loaded. Is there an easy way of automating saving and updating?
Any help, tips etc would be much appreciated.
Thanks