I want to learn ASP.NET MVC, at the same time creating a website project that I have in mind.
The website I'm thinking of would be like displaying a list of pictures based on user's selection, by category, etc. So there will be drill-down on the links. Obviously, the list will come from the database.
Would MVC + MySQL be a good framework for this?
I am a C# programmer with web forms. Just want to learn a new technology.