Web API Development for the Absolute Beginner : A Step-by-step Approach to Learning the Fundamentals of Web API Development with .NET 7

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

If you are a developer who wants to learn the basic skills of web and application programming interfaces (APIs) with .NET, this book is your complete introduction. The book takes a learn-by-experience approach. You will hit the ground running with a sample project that has everything you need to be wired up. As you follow along, you will learn simple and intuitive conventions that will free you from some of the more tedious decisions and work, in order to allow you to focus on the business requirements required by your team. Certain components of the framework should always appear in certain folders in the solution to speed up development while others need a name that follows particular conventions. You will learn the building blocks of Web API and how to leverage them to have a well-rounded API. Understanding these small but important tricks will make development faster, easier, and more pleasant, and will prevent time-consuming errors. Part I introduces you to the basics of Web. Part II gets you started creating an API that you will use and build upon throughout the book until you have a complete project. All companion code is available via GitHub. Part III covers more advanced concepts, including how to override out-of-the-box conventions to customize an API to meet your specific business needs. By the end of the book you will have a fully functional API, and you will be better prepared for an interview for a .NET backend developer job. What You Will Learn • Build a start-to-finish Web API • Know the main concepts of the Web • Apply best practices in API development to your own projects • Know the fundamentals of Web API development • Know the fundamentals of a RESTful API • Leverage Web API constructs to implement a clean and extensible API • Get hands-on experience to unit test a Web API • Gain the skills required to apply for a junior or entry-level .NET Web developer job Who This Book Is For Developers who want to learn API development with .NET

Author(s): Irina Dominte
Publisher: Apress
Year: 2023

Language: English
Pages: 423

Cover
Front Matter
Part I. The Basics
1. Introducing Web API
2. Introduction to the Web
3. Setting Up the Environment
4. Web API: Building Blocks
Part II. Implementing an API
5. Getting Started with Web API
6. Introducing an ORM
7. Getting Organized
8. Routing
9. Middleware
Part III. Beyond Basics
10. Model Binding
11. Versioning the API
12. Documenting the API
13. Testing the API
Back Matter