Basic application in C# and WPF with MVVM structure
Budget: €8 – €30 EUR
I need a very simple application written in C#, in Visual Studio, with WPF and it has to follow the MVVM architecture. I need it as a template for future projects. You will have to create the View, the Model and the ViewModel parts. You have to deliver me a folder with all the files needed to run the solution without additional code.
How it's made:
- GUI:
1) A panel with two text boxes where i can insert 2 numbers (double) and one "Submit" button to send the data to the Model part. Every text box has its text label ("val 1" and "val 2")
2) A panel for output: a text block where is displayed a number coming from the Model part (sumVal), and a very basic plot to show the points calculated in the Model part.
- Model:
1) One class to compute the sum between the 2 input values, called sumVal
2) One class to generate 10 datapoints (x, y) from the sine function, between x=0 and x=10 and using as argument of the sine the quantity (x*sumVal)
3) One class to plot in the GUI the datapoints computed in the previous class
If you accept the job, i need a quick call on Google Meet so we can discuss about details and to answer questions you may have.
How it's made:
- GUI:
1) A panel with two text boxes where i can insert 2 numbers (double) and one "Submit" button to send the data to the Model part. Every text box has its text label ("val 1" and "val 2")
2) A panel for output: a text block where is displayed a number coming from the Model part (sumVal), and a very basic plot to show the points calculated in the Model part.
- Model:
1) One class to compute the sum between the 2 input values, called sumVal
2) One class to generate 10 datapoints (x, y) from the sine function, between x=0 and x=10 and using as argument of the sine the quantity (x*sumVal)
3) One class to plot in the GUI the datapoints computed in the previous class
If you accept the job, i need a quick call on Google Meet so we can discuss about details and to answer questions you may have.