Question
C# Assignment. Please read the instructions carefully so that no errors are made. Create all needed code for a simple ASP.NET Core MVC web app.
C# Assignment.
Please read the instructions carefully so that no errors are made. Create all needed code for a simple ASP.NET Core MVC web app. Follow the below specifications. Please make sure it runs without error.
There are four types of Olympic games: Summer Olympics, Winter Olympics, Paralympics Olympics, and Youth Olympic Games. In each of the games there sports that can be divided into two categories: Indoor and Outdoor sports:
Country | Game | Sport/Type |
Canada | Winter Olympics | Curling/Indoor |
Sweden | Winter Olympics | Curling/Indoor |
Great Britain | Winter Olympics | Curling/Indoor |
Jamaica | Winter Olympics | Bobsleigh/Outdoor |
Italy | Winter Olympics | Bobsleigh/Outdoor |
Japan | Winter Olympics | Bobsleigh/Outdoor |
Germany | Summer Olympics | Diving/Indoor |
China | Summer Olympics | Diving/Indoor |
Mexico | Summer Olympics | Diving/Indoor |
Brazil | Summer Olympics | Road Cycling/Outdoor |
Netherlands | Summer Olympics | Road Cycling/Outdoor |
USA | Summer Olympics | Road Cycling/Outdoor |
Thailand | Paralympics | Archery/Indoor |
Uruguay | Paralympics | Archery/Indoor |
Ukraine | Paralympics | Archery/Indoor |
Austria | Paralympics | Canoe Sprint/Outdoor |
Pakistan | Paralympics | Canoe Sprint/Outdoor |
Zimbabwe | Paralympics | Canoe Sprint/Outdoor |
France | Youth Olympic Games | Breakdancing/Indoor |
Cyprus | Youth Olympic Games | Breakdancing/Indoor |
Russia | Youth Olympic Games | Breakdancing/Indoor |
Finland | Youth Olympic Games | Skateboarding/Outdoor |
Slovakia | Youth Olympic Games | Skateboarding/Outdoor |
Portugal | Youth Olympic Games | Skateboarding/Outdoor |
Write a C# Web Page where the front page shows the flag for each country and allows Interface:
Front Page:
- Displays flag for each country in alphabetical order
- Tool tip on mouse-over of flag displays the country's name, game and category(Indoor/Outdoor)
- Left side contains 2 section links
- Filter countries by game, include "ALL"
- Filter countries by category, include "ALL"
Secondary Pages:
- Displays after click of game and category type
- Displays the flags of the countries from the table
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started