Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Implement a .NET desktop application (i.e., Windows Form, WPF, UWP) by using C# to load the data from Medals.csv, choose appropriate data structure to organize

Implement a .NET desktop application (i.e., Windows Form, WPF, UWP) by using C# to load the data from Medals.csv, choose appropriate data structure to organize the data. After the data has been loaded, your app should be able to 1. Add new medalist information to the data structure 2. Delete a specific data from the data structure 3. Implement a generic Search method that implements the linear-search algorithm. Search method should compare the search key with each element in the data source until all elements has been processed. The output of this method can be IEnumerable Then use the medalist to test your Search method image text in transcribed

G I J N 2 N A B D E F 1 Athlete Year Gold Med Silver Mer Bronze Medals 2 Michael P 2008 8 0 0 3 Michael P 2004 6 0 2 4 Michael P 2012 4 2 0 5 Natalie CC 2008 1 2 3 6 Aleksey N 2000 2 1 3 7 Alicia Cou 2012 1 3 1 8 Missy Frar 2012 4 0 1 9 Ryan Loch 2012 2 2 1 10 Allison Scl 2012 3 1 1 11 Natalie Cc 2004 2 1 12 Ian Thorpe 2000 3 2 0 13 Dara Torre 2000 2 0 3 14 Cindy Klas 2006 1 2 2 15 Nastia Liu 2008 1 3 1 16 Marit Bjr 2010 3 1 1 17 Sun Yang 2012 2 1 1 18 Kirsty Cov 2008 1 3 0 19 Libby Lent 2008 2 1 1 20 Ryan Loch 2008 2 0 2 21 Inge de Br 2004 1 1 2 22 Petria Thc 2004 3 1 0 23 lan Thorpe 2004 2 1 1 24 Inge de Br 2000 3 1 0 25 Gary Hall 2000 2 1 1 26 Michael K 2000 2 2 0 27 Susie O'N 2000 1 3 0 28 Jenny Tho 2000 3 1 29 Pieter van 2000 2 0 2 Medals B B 0

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts of Database Management

Authors: Philip J. Pratt, Mary Z. Last

8th edition

1285427106, 978-1285427102

More Books

Students also viewed these Databases questions