Click here to Skip to main content
15,896,606 members
Home / Discussions / C#
   

C#

 
GeneralRe:How i deserialize a specific JSON with Newtonsoft Pin
josda100029-Oct-18 6:10
josda100029-Oct-18 6:10 
QuestionHow do i do this assignment???? Pin
C#NoobHelpMe25-Oct-18 16:49
C#NoobHelpMe25-Oct-18 16:49 
AnswerRe: How do i do this assignment???? Pin
OriginalGriff25-Oct-18 19:29
mveOriginalGriff25-Oct-18 19:29 
AnswerRe: How do i do this assignment???? Pin
Richard MacCutchan25-Oct-18 21:23
mveRichard MacCutchan25-Oct-18 21:23 
JokeRe: How do i do this assignment???? Pin
Peter_in_278025-Oct-18 21:50
professionalPeter_in_278025-Oct-18 21:50 
GeneralRe: How do i do this assignment???? Pin
Richard MacCutchan25-Oct-18 21:52
mveRichard MacCutchan25-Oct-18 21:52 
GeneralRe: How do i do this assignment???? Pin
OriginalGriff26-Oct-18 0:47
mveOriginalGriff26-Oct-18 0:47 
AnswerRe: How do i do this assignment???? Pin
Pete O'Hanlon26-Oct-18 1:40
mvePete O'Hanlon26-Oct-18 1:40 
People have been making an assumption (very probably valid) that you want us to write your code for you. That would be doing you a disservice though as the question you ask is "How do I do this assignment????" and that's the question I'm going to answer, even though it's probably not the answer that you were wanting.

What you have here are a set of requirements. Some are explicitly stated and some require you to apply a little bit of problem solving. You start your task by working out what you already know. For instance, you have a vehicle speed and you know that it can store whole or floating point numbers (non-monetary). With a little bit of thought, you realise that the speed property is not going to be a whole number so it can't be a long, short or an int. This doesn't leave you with much in the way of data types so you need to do a little bit of research and find out which data types are available in C# that aren't monetary either.

That's how you solve the problem. By breaking big problems down into little problems. You have all the information you need in this question and the related book, so make use of them.
This space for rent

GeneralRe: How do i do this assignment???? Pin
Eddy Vluggen26-Oct-18 8:33
professionalEddy Vluggen26-Oct-18 8:33 
QuestionBackground worker release resources Pin
udi altman24-Oct-18 8:00
udi altman24-Oct-18 8:00 
AnswerRe: Background worker release resources Pin
OriginalGriff24-Oct-18 20:01
mveOriginalGriff24-Oct-18 20:01 
AnswerRe: Background worker release resources Pin
Eddy Vluggen25-Oct-18 0:45
professionalEddy Vluggen25-Oct-18 0:45 
QuestionDataGridView with scrollbar is flickering Pin
Shine Ashraf23-Oct-18 23:40
Shine Ashraf23-Oct-18 23:40 
AnswerRe: DataGridView with scrollbar is flickering Pin
Eddy Vluggen23-Oct-18 23:48
professionalEddy Vluggen23-Oct-18 23:48 
GeneralRe: DataGridView with scrollbar is flickering Pin
Shine Ashraf24-Oct-18 0:03
Shine Ashraf24-Oct-18 0:03 
GeneralRe: DataGridView with scrollbar is flickering Pin
Eddy Vluggen24-Oct-18 0:07
professionalEddy Vluggen24-Oct-18 0:07 
AnswerRe: DataGridView with scrollbar is flickering Pin
OriginalGriff23-Oct-18 23:53
mveOriginalGriff23-Oct-18 23:53 
GeneralRe: DataGridView with scrollbar is flickering Pin
Shine Ashraf24-Oct-18 0:07
Shine Ashraf24-Oct-18 0:07 
QuestionHow to program credit card swipe in winform ? Pin
Member 245846723-Oct-18 21:18
Member 245846723-Oct-18 21:18 
AnswerRe: How to program credit card swipe in winform ? Pin
OriginalGriff23-Oct-18 21:25
mveOriginalGriff23-Oct-18 21:25 
AnswerRe: How to program credit card swipe in winform ? Pin
Chris Quinn23-Oct-18 22:59
Chris Quinn23-Oct-18 22:59 
QuestionC# Input id Insert problems Pin
7007654323-Oct-18 21:16
7007654323-Oct-18 21:16 
QuestiondateTimePicker / smtp client Pin
User 1367511423-Oct-18 1:50
User 1367511423-Oct-18 1:50 
AnswerRe: dateTimePicker / smtp client Pin
BillWoodruff23-Oct-18 3:34
professionalBillWoodruff23-Oct-18 3:34 
GeneralRe: dateTimePicker / smtp client Pin
User 1367511424-Oct-18 1:23
User 1367511424-Oct-18 1:23 

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.