Question: 1 . Create a Blazor Web Application called FinalA 2 4 with Individual Account authentication. We will configure the authentication to use the database used

1. Create a Blazor Web Application called FinalA24 with Individual Account authentication. We will configure the authentication to use the database used in Database Review 1(see point 4). Edit the navmenu.razor file to ONLY show the 3 pages of our Final and the default Home page . I will leave the naming of the links to you. All three pages need to have different icons and they must be different from the default icons already there (only home will be left with its default icon).
(10 Points)
2. Edit the Home.razor file in the pages folder to create your own home page. At a minimum it must contain your name, that it's your Final and the date you created it on the page. (5 Points)
3. Numbers Review - You will have 2 files for the Numbers Review section. File one will be a razor page. File two will be a Razor Component which uses three variables Start, End and divide to print all the whole numbers in the Start to End range that can be divided by the divide value (e.g Start is 1, end is 150, divide is 4, the count would be \(4,8,12,16,\ldots \)). I will be testing a couple of different values.
Show the Start, End and Step values and add a button called "Display Numbers". You will also display a count of the numbers being printed called NumCount. This will utilize 2-way binding and the initial NumCount value will be 0. Once you click the button to print the values it will output the count.
You will include the component within the razor page, pass the parameters when calling it where the first 3 set the start, end, and divide values and the final value implements the 2-way binding above. (15 Points)
1 . Create a Blazor Web Application called FinalA

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!