Some small improvements for clarity.
* PostModel -> PostDto * 404 test case * README
This commit is contained in:
@@ -8,14 +8,14 @@ This exercise is designed to test your skills in C# and .NET.
|
||||
* Minimal ASP.NET Core Web API
|
||||
* Entity Framework Core
|
||||
* SQLite3 Database (simplified for portability)
|
||||
* HttpClient for downstream REST API calls
|
||||
* `HttpClient` for downstream REST API calls
|
||||
* ???
|
||||
|
||||
## Prerequisites
|
||||
|
||||
* Latest [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
|
||||
* Visual Studio Code
|
||||
* Docker Desktop and docker compose plugin
|
||||
* Visual Studio Code with C# Dev Kit extension
|
||||
* Also works with Visual Studio 2022 and JetBrains Rider.
|
||||
* **Disable Copilot completions** (that would make it too easy...)
|
||||
* Be ready for sharing your screen in Zoom
|
||||
* Launch settings have been configured to run and debug the web application
|
||||
|
||||
Reference in New Issue
Block a user