Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

ITE370 Using Omadwar NET Framewodyta information about music artists and the . . You will have a Mad Ahem For wil, ou want to up

image text in transcribed

image text in transcribed

image text in transcribed

ITE370 Using Omadwar NET Framewodyta information about music artists and the . . You will have a Mad Ahem For wil, ou want to up with the formed list name och you were with the meat, number of www and awarded Shein, Gold Double Gold, Diamond, Double Dame Ratinum Double Platinum dan med to have a default and someone nem standards for your properties to each dess and appropriate data type The um dos melhor to formatach bumn with its album roerewwward wilt olences - 1990, mond Your tumshot like the what with the following functionality Search for Artist By First Nawet Text box and button to search for an artist by his or her first name Searching by liestnane should not be case servative of an artists found that has the same first name as the one typed into the search text box, display the properties and albums for him or her Il ng artists found with the last name there is searching for show a message box that says no artist found and display the first artist in your artists in the textboxes with the sources for the first artist listed in the list box Show Random Artist should show a random artist's first and last name in the text boxes and alburns for the artist in the show. The Show landom Artist should show a different random antist every time the button is dicked. Swe Artist changes. User should be able to edit the first and last name for the artist in test boxes and then dick Save Name Changes so the values are updated Delete At Should delete the current artist belys displayed on the form. When alt deleted, the textboxes and list box should be updated to display the first artist in your artist Add Artist should have a new form appear for the user to enter values into text boxes for the new artist's first and last name. The new artist should be saved and displayed on the main form after udding. Add artist form shown below: tel Schwa First Name: Last Name Add Artist Care Som tung Arla Show All Abums for All Artists: Should show all of the burns for all of the artists in a list box on another form, Other Coding Notes You should have u dass level list to hold artists and their albums Populate the list in form's default constructor with at least 3 artists, each of which should have at least two albums. You can make up your own artists and albums if you want Write your code to be scalable meaning the program should wu the same and not have any ruin time trors il add/remove artists or add/remove albums for an artist Take out any unused variables or events. Activate Windows Keep your code condise and put any repeated code throughout your eyes at methods to wandows SAFN Text boxes to delay artist and last name Listax to display albums for artist When you are done, rip up your project folder and submit it ITE 370 Using C# Create a windows forms app (.NET Framework) to display information about music artists and their albums. O You will have 2 Classes: Artist and Album. For each artist, you want to keep up with the first name and last name For each album, you want to keep up with the album name, release year, number of songs, and award level (ie, Silver, Double Silver, Gold, Double Gold, Diamond, Double Diamond, Platinum or Double Platinum). o Each class needs to have a default and custom constructor. o Use proper naming standards for your properties for each class and appropriate data types o The album class must have a ToString() method to format each album with its album name-release year: award level. Ex: No Fences - 1990: Diamond Your form should look like the following screenshot with the following functionality: Artists and Albums or Show Random Artist Search By Artist First Name First Name Last Name Albums istAlbums Save Name Changes Add New Artist Delete Artist Show All Albums For All Artists Text boxes to display artist first and last name List box to display albums for artist Search for Artist By First Name: Text box and button to search for an artist by his or her first name o Searching by first name should not be case sensitive. o If an artist is found that has the same first name as the one typed into the search text box, display the properties and albums for him or her o If no artist is found with the last name the user is searching for, show a message box that says no artist found and display the first artist in your artist list in the textboxes with the albums for the first artist listed in the list box. Show Random Artist should show a random artist's first and last name in the text boxes and albums for the artist in the list box. The Show Random Artist should show a different random artist every time the button is clicked. Save Artist Changes. User should be able to edit the first and last name for the artist in text boxes and then click Save Name Changes so the values are updated. Delete Artist: Should delete the current artist being displayed on the form. When artist is deleted, the textboxes and list box should be updated to display the first artist in your artist list Add Artist should have a new form appear for the user to enter values into text boxes for the new artist's first and last name. The new artist should be saved and displayed on the main form after adding. Add artist form shown below: . Add Artist First Name: Last Name: Add Artist . Show All Albums for All Artists: Should show all of the albums for all of the artists in a list box on another form Other Coding Notes: You should have a class level list to hold artists and their albums Populate the list in form's default constructor with at least 3 artists, each of which should have at least two albums. You can make up your own artists and albums if you want. Write your code to be scalable meaning the program should work the same and not have any run time errors if I add/remove artists or add/remove albums for an artist Take out any unused variables or events. Activate Windows Keep your code concise and put any repeated code throughout your events into methods. 10 Setings to addvate Windows. . ITE370 Using Omadwar NET Framewodyta information about music artists and the . . You will have a Mad Ahem For wil, ou want to up with the formed list name och you were with the meat, number of www and awarded Shein, Gold Double Gold, Diamond, Double Dame Ratinum Double Platinum dan med to have a default and someone nem standards for your properties to each dess and appropriate data type The um dos melhor to formatach bumn with its album roerewwward wilt olences - 1990, mond Your tumshot like the what with the following functionality Search for Artist By First Nawet Text box and button to search for an artist by his or her first name Searching by liestnane should not be case servative of an artists found that has the same first name as the one typed into the search text box, display the properties and albums for him or her Il ng artists found with the last name there is searching for show a message box that says no artist found and display the first artist in your artists in the textboxes with the sources for the first artist listed in the list box Show Random Artist should show a random artist's first and last name in the text boxes and alburns for the artist in the show. The Show landom Artist should show a different random antist every time the button is dicked. Swe Artist changes. User should be able to edit the first and last name for the artist in test boxes and then dick Save Name Changes so the values are updated Delete At Should delete the current artist belys displayed on the form. When alt deleted, the textboxes and list box should be updated to display the first artist in your artist Add Artist should have a new form appear for the user to enter values into text boxes for the new artist's first and last name. The new artist should be saved and displayed on the main form after udding. Add artist form shown below: tel Schwa First Name: Last Name Add Artist Care Som tung Arla Show All Abums for All Artists: Should show all of the burns for all of the artists in a list box on another form, Other Coding Notes You should have u dass level list to hold artists and their albums Populate the list in form's default constructor with at least 3 artists, each of which should have at least two albums. You can make up your own artists and albums if you want Write your code to be scalable meaning the program should wu the same and not have any ruin time trors il add/remove artists or add/remove albums for an artist Take out any unused variables or events. Activate Windows Keep your code condise and put any repeated code throughout your eyes at methods to wandows SAFN Text boxes to delay artist and last name Listax to display albums for artist When you are done, rip up your project folder and submit it ITE 370 Using C# Create a windows forms app (.NET Framework) to display information about music artists and their albums. O You will have 2 Classes: Artist and Album. For each artist, you want to keep up with the first name and last name For each album, you want to keep up with the album name, release year, number of songs, and award level (ie, Silver, Double Silver, Gold, Double Gold, Diamond, Double Diamond, Platinum or Double Platinum). o Each class needs to have a default and custom constructor. o Use proper naming standards for your properties for each class and appropriate data types o The album class must have a ToString() method to format each album with its album name-release year: award level. Ex: No Fences - 1990: Diamond Your form should look like the following screenshot with the following functionality: Artists and Albums or Show Random Artist Search By Artist First Name First Name Last Name Albums istAlbums Save Name Changes Add New Artist Delete Artist Show All Albums For All Artists Text boxes to display artist first and last name List box to display albums for artist Search for Artist By First Name: Text box and button to search for an artist by his or her first name o Searching by first name should not be case sensitive. o If an artist is found that has the same first name as the one typed into the search text box, display the properties and albums for him or her o If no artist is found with the last name the user is searching for, show a message box that says no artist found and display the first artist in your artist list in the textboxes with the albums for the first artist listed in the list box. Show Random Artist should show a random artist's first and last name in the text boxes and albums for the artist in the list box. The Show Random Artist should show a different random artist every time the button is clicked. Save Artist Changes. User should be able to edit the first and last name for the artist in text boxes and then click Save Name Changes so the values are updated. Delete Artist: Should delete the current artist being displayed on the form. When artist is deleted, the textboxes and list box should be updated to display the first artist in your artist list Add Artist should have a new form appear for the user to enter values into text boxes for the new artist's first and last name. The new artist should be saved and displayed on the main form after adding. Add artist form shown below: . Add Artist First Name: Last Name: Add Artist . Show All Albums for All Artists: Should show all of the albums for all of the artists in a list box on another form Other Coding Notes: You should have a class level list to hold artists and their albums Populate the list in form's default constructor with at least 3 artists, each of which should have at least two albums. You can make up your own artists and albums if you want. Write your code to be scalable meaning the program should work the same and not have any run time errors if I add/remove artists or add/remove albums for an artist Take out any unused variables or events. Activate Windows Keep your code concise and put any repeated code throughout your events into methods. 10 Setings to addvate Windows

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

Students also viewed these Databases questions

Question

a valuing of personal and psychological privacy;

Answered: 1 week ago