Question: Need This Code In C# Only Please !!!! CS 314 Advanced Programming Fall 2017 Generate a C# windows form program based on the example on

Need This Code In C# Only Please !!!!  Need This Code In C# Only Please !!!! CS 314 Advanced

CS 314 Advanced Programming Fall 2017 Generate a C# windows form program based on the example on the next page with the following conditions. Display your picture, name, class information on the form 2. When the Start button is pressed, display all the following records to a RichTextBox 3. Changed the RichTextBox font to Courier New, 7.8pt 4. Create a SQLite database file OldStudents.sqlite from the data in the studentUnsorted.csv file 5. That is, you are to read the data from the csv file, and insert the 31 records into a SQLite database. You must use some kind of loop to read all the data from the file 6. Read the SQLite database and list all the records in the database sorted by last name 7. Insert a new record that contains information about yourself. 8. Re-read the database and list all the records in the database sorted by last name 9. Change the age of Lakeisha Lunn from 21 to 22 1o. Re-read the database and list all the records in the database sorted by last name 11. Delete all records whose first name is William 12. Re-read the database and list all the records in the database sorted by last name 13. Find the average age of the students in the database and display 14. Find the minimum age of the students in the database and display. is. Find the maximum age of the students in the database and display 16. Find the variance of the ages of the students in the database and display. 17. Find the standard deviation of the ages of the students in the database and display

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!