Question: Question:01 Part a Write the Razor code together with the HTML code to display the content from a file flightinfo.txt in a table format. The
Question:01
Part a
Write the Razor code together with the HTML code to display the content from a file flightinfo.txt in a table format. The file content of flightinfo.txt is given below:
Singapore:Sydney:09/03/2021:0700
Sydney:Singapore:10/03/2021:1900
Singapore:melbourne:09/03/2021:2100
Melbourne:Singapore:10/03/2021:1000
The Razor code should display the file content in a table as shown below

Part b

From Date Timel Singapore Sydney 09/03/2021||0700 Sydney Singapore 10/03/20211900 Singapore |melbourne||09/03/2021||2100 Melbourne Singapore 10/03/20211000 i. The following XML syntax defines a Menu object with 3 Dish objects. Represent the equivalent of the following XML syntax in JSON.
ii. Modify the price of Chicken Rice to 5.5 and display only the details of Chicken Rice. (note: you must search and find Chicken Rice" instead of using the index directly)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
