【解決方法】このプロジェクトはどうすればいいですか


Develop a web API (HTTP web API) project which has a POST and GET methods for a territory resource. Your POST and GET methods should show me that you understood the subject. Write at least some sort of functionality and explain it step by step. - Develop an MVC web application which has at least 2 pages. One page should save data to a database (POST), and the second page select all the data from the table you saved data (GET). Your POST and GET methods should show me that you understood the subject. Write at least some sort of functionality and explain it step by step. - Call the POST method of the web API (REST API) inside the MVC web application to save the data to the database. The form should be in the MVC app, but data and saving logic should be implemented in the web API (REST API). You will collect the data from the user via the MVC web app's form. Explain the code step by step. - Call the GET method of the web API (REST API) inside the MVC web application to get the data from the database. The list should be in the MVC app, but data and data fetching logic should be implemented in the web API (REST API). You will show the data from the user via the MVC web app's list and the data should be fetched via the web API, not directly from the db. Explain the code step by step. Simply there should be 2 projects. One should be an MVC app, one should be a web API app. Upload your code here, otherwise send your projects to me by email from your school email. Check if it is accessible. - You can use any language/platform .NET - You can use a relational database system like postgresql - Write the explanations in comments above the line you explain.

私が試したこと:

エラーが多い以外はすべて

解決策 1

私たちは行き詰まっている人々を喜んで助けますが、それは私たちがあなたのためにすべてを行うためにここにいるという意味ではありません。 私たちがすべての仕事を行うことはできません。あなたはこれに対してお金をもらっているか、成績の一部であり、私たちがあなたのためにすべてを行うのはまったく公平ではありません。

したがって、私たちはあなたに仕事をしてもらう必要があります。あなたが行き詰まったときは、私たちがお手伝いします。 それは、あなたが提出できる段階的な解決策を提供するという意味ではありません。
まず、自分が現在どこにいるのか、そしてプロセスの次のステップは何なのかを説明します。 次に、次のステップを実行するために何を試みたか、また実行したときに何が起こったかを教えてください。

開始する際に問題が発生する場合は、次のことが役立つかもしれません。 問題を解決するコードの書き方、初心者ガイド[^]

コメント

タイトルとURLをコピーしました