Click here to Skip to main content
15,885,141 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to get a list of all drive letters including mapped network drives Pin
OriginalGriff12-Jan-15 21:57
mveOriginalGriff12-Jan-15 21:57 
GeneralRe: How to get a list of all drive letters including mapped network drives Pin
robwm113-Jan-15 5:04
robwm113-Jan-15 5:04 
GeneralRe: How to get a list of all drive letters including mapped network drives Pin
OriginalGriff13-Jan-15 5:06
mveOriginalGriff13-Jan-15 5:06 
GeneralRe: How to get a list of all drive letters including mapped network drives Pin
robwm113-Jan-15 8:25
robwm113-Jan-15 8:25 
GeneralRe: How to get a list of all drive letters including mapped network drives Pin
OriginalGriff13-Jan-15 8:37
mveOriginalGriff13-Jan-15 8:37 
QuestionHow to plot data into the graph which is receive from com port Pin
Member 1129798112-Jan-15 3:40
Member 1129798112-Jan-15 3:40 
AnswerRe: How to plot data into the graph which is receive from com port Pin
Afzaal Ahmad Zeeshan12-Jan-15 4:24
professionalAfzaal Ahmad Zeeshan12-Jan-15 4:24 
AnswerRe: How to plot data into the graph which is receive from com port Pin
V.12-Jan-15 21:12
professionalV.12-Jan-15 21:12 
Too much for a quick answer, but we can give you some first steps. Try that and come back with more specific problems when needed.

First of all, if you're a beginner you're probably in over your head, if you have a senior developer to ask questions to, do that.
Secondly, you'll need to divide your problem into smaller problems. for instance you could separate your data to graph problem by creating a module that reads the com port and just saves the data to database. A second problem would then be to read the data from database and put into a graph. A third, again separate module would check which data should be removed and removes it.

Make sure to use a layered and modular approach. Take in account risks (what happens if data could not be read from com port, or removed the next day? What happens if one of the modules falls out, ...).

With that in mind, steer away from any IDE you're using and start opening up documents to create a good design:
- what are the object definitions and how are they moved around both in database as in code?
- what are the possible modules and what are there tasks?
- Who can use which part of the system?
- What technologies will you use for the graph system (some prototyping will need to be done)
- Try to imagine how the system would grow.
- What exceptions or problems could arise?
- ...

good luck.
V.

(MQOTD rules and previous solutions)

QuestionStatic constructor? Pin
TMattC11-Jan-15 20:41
TMattC11-Jan-15 20:41 
AnswerRe: Static constructor? Pin
V.11-Jan-15 20:52
professionalV.11-Jan-15 20:52 
GeneralRe: Static constructor? Pin
TMattC11-Jan-15 21:07
TMattC11-Jan-15 21:07 
GeneralRe: Static constructor? Pin
V.11-Jan-15 21:17
professionalV.11-Jan-15 21:17 
GeneralRe: Static constructor? Pin
OriginalGriff11-Jan-15 21:18
mveOriginalGriff11-Jan-15 21:18 
GeneralRe: Static constructor? Pin
V.11-Jan-15 21:22
professionalV.11-Jan-15 21:22 
GeneralRe: Static constructor? Pin
OriginalGriff11-Jan-15 21:27
mveOriginalGriff11-Jan-15 21:27 
AnswerRe: Static constructor? Pin
OriginalGriff11-Jan-15 21:17
mveOriginalGriff11-Jan-15 21:17 
AnswerRe: Static constructor? Pin
Dar Brett11-Jan-15 21:27
Dar Brett11-Jan-15 21:27 
GeneralRe: Static constructor? Pin
TMattC11-Jan-15 22:33
TMattC11-Jan-15 22:33 
GeneralRe: Static constructor? Pin
OriginalGriff11-Jan-15 22:58
mveOriginalGriff11-Jan-15 22:58 
GeneralRe: Static constructor? Pin
TMattC11-Jan-15 23:39
TMattC11-Jan-15 23:39 
GeneralRe: Static constructor? Pin
OriginalGriff11-Jan-15 23:46
mveOriginalGriff11-Jan-15 23:46 
GeneralRe: Static constructor? Pin
TMattC13-Jan-15 22:35
TMattC13-Jan-15 22:35 
GeneralRe: Static constructor? Pin
OriginalGriff13-Jan-15 23:04
mveOriginalGriff13-Jan-15 23:04 
GeneralRe: Static constructor? Pin
TMattC13-Jan-15 23:45
TMattC13-Jan-15 23:45 
AnswerRe: Static constructor? Pin
blachsmith16-Jan-15 15:36
blachsmith16-Jan-15 15:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.