Ultimate ASP.NET Core Web API: From Zero To Six-Figure Backend Developer

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"

Second Edition of our complete, hands-on, and easy to digest program that gets you from zero to building production-ready APIs in just a few weeks. You don’t HAVE to learn by yourself. Having us and the whole community by your side can help you absorb the materials at 3x the speed. And it’s fun! Ever since .NET Core 1.0 was introduced, the whole .NET ecosystem seems to have been given a new life. The framework was revitalized and now with the .NET version 7, it has become a force to be reckoned with. Not many technologies achieve this level of polish, stability, maturity, and speed. Creating a flexible yet stable technology is quite a feat, and that’s exactly what ASP.NET Core developers have achieved. On top of that, REST APIs have become a defacto standard in the industry because of their ability to decouple backend and frontend parts of the application and the ability to serve thousands of clients simultaneously. But you already know all that. Let us ask you something: * Did you have trouble finding a job in web development? * Have you been frustrated by your lack of understanding of APIs? * Do you feel you’re struggling to get your head around a lot of REST concepts? * Do you think you should earn more money? If your answer is “yes” to any of these questions, then this is the right book and program for you. Includes a source code and the following bonus material: 1. The HTTP Reference Tables. The HTTP Reference Tables is a bonus material that will help you develop your API more quickly. We compiled everything related to HTTP so you don’t ever need to search the internet for a status code or anything else related to HTTP inside your API. By using this ebook, you’re going to save a lot of time and be more efficient. === 2. Practical Postman Collection To make it even easier for you we made a JSON request collection that you can use to practice the knowledge and skills that you learned in our program. By Practicing on Real-World Examples, you’re making sure that you’re getting the most experienced and practical skills that can be used as an advantage on your future projects. === 3. Workbook Ultimate ASP.NET Core Web API Workbook’s main goal is to continue building on everything you’ve learned from our main book. That way you can maintain and improve your knowledge and achieve your goal of Mastering ASP.NET Core Web API. You have to understand, the key to success is to put into practice everything you learn and to improve your understanding of the topic. This workbook provides exactly that for you. === 4. Dockerizing ASP.NET Application Docker is one of the greatest innovations that happened in the last few years. It has opened new horizons in software development and it spun off many innovative solutions and projects. Docker images and containers are rapidly becoming THE way to do software development. Our main goal will be to show off the tremendous power of Docker and ASP.NET Core when combined. === 5. Freelancing Unleashed When we started to write our Ultimate ASP.NET Core Web API book, we had one idea in our heads. How can we help our readers even more? Starting a career in software development can be hard. Being a junior developer is hard, too. But what about being your own boss and making more money than on a corporate job? In this bonus material, we help you discover is freelancing really for you and how to maximize the opportunity of freelancing platforms. === 6. Mastering ASP.NET Core Security Security is important and we all know it. But due to its implementation complexity, security is usually put off to the end of the development cycle, and sometimes even neglected. So make sure your application is secure and tight, and make use of the mechanisms ASP.NET Core provides.

Author(s): Marinko Spasojevic; Vladimir Pecanac
Edition: 2 (.NET 7)
Publisher: CodeMaze
Year: 2022

Language: English
Commentary: Original .NET 6 version: 0CBBEA46E7D240580668B9058A97C2AB
Pages: 387

01. Project Configuration
02. Configuring a Logging Service in .NET Core
03. Onion Architecture Implementation
04. Handling GET Requests
05. Global Error Handling
06. Getting Additional Resources
07. Content Negotiation
08. Method Safety and Method Idempotency
09. Creating Resources
10. Working with DELETE Requests
11. Working with PUT Requests
12. Working with PATCH Requests
13. Validation
14. Asynchronous Code
15. Action Filters
16. Paging
17. Filtering
18. Searching
19. Sorting
20. Data Shaping
21. Supporting HATEOAS
22. Working with Options and Head Requests
23. Root Document
24. Versioning APIs
25. Caching
26. Rate Limiting and Throttling
27. JWT and Identity
28. Refresh Token
29. Binding Configuration and Options Pattern
30. Documenting API with Swagger
31. Deployment to IIS
32. Bonus 1 - Response Performance Improvements
33. Bonus 2 - CQRS and MediatR