Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
packt-simrana authored Oct 12, 2022
1 parent 471c4e4 commit b0dd26f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ app.MapGet(/hello-get, () => [GET] Hello World!);
app.MapPost(/hello-post, () => [POST] Hello World!);
app.MapPut(/hello-put, () => [PUT] Hello World!);
app.MapDelete(/hello-delete, () => [DELETE] Hello World!);
```

**Following is what you need for this book:**
If you are an existing .NET developer who wants to develop lightweight APIs quickly without much complexity, this book is for you. If you are a developer who is just getting started with the ASP.NET Core framework, this book will help you learn web API development using the latest .NET features. The book assumes intermediate-level knowledge of C# programming, Visual Studio, and REST API concepts.

Expand Down

0 comments on commit b0dd26f

Please sign in to comment.