First off, I'm not looking for any code or code suggestions, I just want to pass this by some people before I have to submit the idea to my professor. I want to know if this sounds like a good beginner's project for .NET:
title: Music Identification Tool
Actions: Users are able to search a form for a specific artists, either by genre or name, and upon selection are prompted with another form to select a particular album which will be displayed along with title, year, genre, musicians, etc. I am also looking to create a button on the artists page that will suggest other musicians within that genre to the user (probably in another form), and again will provide them with album art, year, musicians, etc.
What do you think? Will this be easily implemented for a very early beginner?