Skip to content

vinayaroratech/Hands-On-RESTful-Web-Services-with-ASP.NET-Core-3

 
 

Repository files navigation

Hands-On RESTful Web Services with ASP.NET Core

This is the code repository for , published by Packt.

Design production-ready, testable, and flexible RESTful APIs for web applications and microservices

Code in Action

To see the Code in Action please visit the following link: http://bit.ly/2Ndao78.

What is this book about?

RESTful Web Services with ASP.NET Core is a hands-on guide that will get you familiar with the ASP.NET Core ecosystem and help you in building scalable and maintainable web services with all the latest features. The book will prepare you with an advanced approach while building real-world applications in business and enterprise solutions.

This book covers the following exciting features:

  • Gain a comprehensive working knowledge of ASP.NET Core
  • Integrate third-party tools and frameworks to build maintainable and efficient services
  • Implement patterns using dependency injection to reduce boilerplate code and improve flexibility
  • Use ASP.NET Core's out-of-the-box tools to test your applications
  • Use Docker to run your ASP.NET Core web service in an isolated and self-contained environment
  • Secure your information using HTTPS and token-based authentication
  • Integrate multiple web services using resiliency patterns and messaging techniques

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp3.0;net461</TargetFrameworks>
</PropertyGroup>
</Project>

Following is what you need for this book: This book is for anyone who wants to learn how to build RESTful web services with the ASP.NET Core framework to improve the scalability and performance of their applications. Basic knowledge of C# and .NET Core will help you make the best use of the code samples included in the book.

With the following software and hardware list you can run all code files present in the book (Chapter 1-20).

Software and Hardware List

Chapter Software required OS required
1-20 Visual Studio Code(*) Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Samuele Resca is a software engineer working at Just Eat and primarily focused on web technologies. He is a Microsoft Most Valuable Professional in Visual Studio and development technologies. Samuele writes software engineering blog posts on Samuele Resca – Blog and The DEV Community, and he contributes to open source projects. He is continuously learning and developing around the web ecosystem with a focus on the .NET Core ecosystem, cloud computing, serverless computing, and reactive programming. Samuele is from Italy, and he currently lives in London.

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Learn

  • Acquire a deep working knowledge of ASP.NET Core
  • Integrate third-party tools and frameworks to build maintainable and performant services
  • Implement patterns and good practices using dependency injection
  • Test an ASP.NET Core application using out-of-box tools of ASP.NET Core
  • Use docker to run your ASP.NET Core web service in an isolated and self-contained environment
  • Secure your information using HTTPS and token-based authentication
  • Integrate multiple web service using techniques such as resilient-clients and messaging

Build status

Chapter Build status
Chapter 8 Build Status
Chapter 9 Build Status
Chapter 10 Build Status
Chapter 11 Build Status
Chapter 12 Build Status
Chapter 13 Build Status
Chapter 15 Build Status
Chapter 16 Build Status
Chapter 17 Build Status
Chapter 18 Build Status
Chapter 19 Build Status

About

Hands-On RESTful Web Services with ASP.NET Core 3, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.6%
  • Other 1.4%