Giter Site home page Giter Site logo

suugbut / web-api-development-with-asp.net-core-8 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from packtpublishing/web-api-development-with-asp.net-core-8

0.0 0.0 0.0 1.95 MB

RESTful Web Services with ASP.NET Core 7, published by Packt

License: MIT License

web-api-development-with-asp.net-core-8's Introduction

Web API Development with ASP.NET Core 8

This is the code repository for Web API Development with ASP.NET Core 8, published by Packt.

Learn techniques, patterns, and tools for building high-performance, robust, and scalable web APIs

What is this book about?

Web API applications have become increasingly significant in recent years, fueled by the ever-accelerating pace of technological advancements. However, with this rapid evolution comes a pressing challenge: the need to create web API applications that are not only functional but also adaptable, maintainable, and scalable to meet the demands of users and businesses alike. This book will help you address this challenge head-on, equipping you with the knowledge and skills required to develop web API applications from scratch.

This book covers the following exciting features:

  • Build a strong foundation in web API fundamentals
  • Explore the ASP.NET Core 8 framework and other industry-standard libraries and tools for high-performance, scalable web APIs
  • Apply essential software design patterns such as MVC, dependency injection, and the repository pattern
  • Use Entity Framework Core for database operations and complex query creation
  • Implement robust security measures to protect against malicious attacks and data breaches
  • Deploy your application to the cloud using Azure and leverage Azure DevOps to implement CI/CD

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:

namespace MyFirstApi.Models;

public class Post
{
    public int UserId { get; set; }
    public int Id { get; set; }
    public string Title { get; set; } = string.Empty;
    public string Body { get; set; } = string.Empty;
}

Following is what you need for this book:

This book is for developers who want to learn how to build web APIs with ASP.NET Core and create flexible, maintainable, scalable applications with .NET platform. Basic knowledge of C#, .NET, and Git will assist with understanding the concepts more easily.

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

Software and Hardware List

Chapter Software required OS required
1-18 Visual Studio 2022 Community Edition Windows, macOS, or Linux
1-18 Azure, Azure DevOps, GitHub Windows, macOS, or Linux
1-18 Seq, Prometheus, Grafana, Jaeger Windows, Docker/Linux

Related products

Get to Know the Author

Xiaodi Yan is a seasoned software engineer with a proven track record in the IT industry. Since 2015, he has been awarded Microsoft MVP, showcasing his dedication to and expertise in .NET, AI, DevOps, and cloud computing. He is also a Microsoft Certified Trainer (MCT), Azure Solutions Architect Expert, and LinkedIn Learning instructor. Xiaodi often presents at conferences and user groups, leveraging his extensive experience to engage and inspire audiences. Based in Wellington, New Zealand, he spearheads the Wellington .NET User Group, fostering a vibrant community of like-minded professionals. Connect with Xiaodi on LinkedIn to stay updated on his latest insights.

web-api-development-with-asp.net-core-8's People

Contributors

bsingha27 avatar markdsouzapackt avatar nathanya-packt avatar yanxiaodi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.