Hallo .NET 8.0: Practical ASP.NET Core Minimal API
$7.99
Minimum price
$12.00
Suggested price

Hallo .NET 8.0: Practical ASP.NET Core Minimal API

About the Book

"Hallo .NET 8.0: Practical ASP.NET Core Minimal API" is a meticulously crafted guide that takes you on an explorative journey into the world of ASP.NET Core 8.0. Designed for a broad audience, from beginners to seasoned developers, this book dives deep into the practical aspects of Minimal API development. It starts with an introductory section that sets the foundation, highlighting the evolution and significance of Minimal APIs in the .NET framework. 

The core of the book is structured into comprehensive sections covering ASP.NET Core Minimal API development, database integrations, and critical aspects of web security. It stands out with its 20 hands-on lab exercises, each carefully designed to reinforce learning through practical application. From setting up development environments and building your first API to delving into complex topics like data security and efficient database handling, the book ensures a thorough understanding of each concept. 

In its final chapters, the book transitions into crucial topics like monitoring and deployment, preparing readers to not only build but also sustain and optimize applications in real-world settings. This section is pivotal for understanding the lifecycle of web applications and equips readers with the skills to deploy and maintain their projects effectively.

"Hallo .NET 8.0: Practical ASP.NET Core Minimal API" is more than a technical manual; it's an essential tool for mastering the ASP.NET Core 8.0 framework. Whether you're developing your first web application or looking to upgrade existing skills, this book is an invaluable asset. Its practical approach, combined with in-depth coverage of essential topics, makes it a must-have for anyone aspiring to excel in the rapidly evolving field of web development. Embark on this learning adventure and arm yourself with the knowledge and skills to confidently navigate the world of ASP.NET Core 8.0.

About the Author

Agus Kurniawan
Agus Kurniawan

Agus Kurniawan's journey in the field of technology, spanning from 2001, is a remarkable blend of deep technical expertise and a fervent passion for sharing knowledge. As a seasoned professional, Agus has carved a niche in diverse technological domains, including software development, IoT (Internet of Things), Machine Learning, IT infrastructure, and DevOps. His experiences are not just limited to developing cutting-edge solutions but also extend to shaping the future of upcoming technologists through training and workshops.

Agus's career is marked by significant contributions to both technological innovation and community development. His recognition as a Microsoft Most Valuable Professional (MVP) from 2004 to 2022 underlines his proficiency in Microsoft technologies and his dedication to educating others. Agus has been at the forefront of delivering various training sessions and workshops, sharing his insights and helping others grow in the ever-evolving tech industry.

Table of Contents

  • 1 Introduction
    • 1.1 Overview of .NET 8.0
      • 1.1.1 Unified Platform
      • 1.1.2 Performance Enhancements
      • 1.1.3 Improved Cloud and Container Support
      • 1.1.4 Enhanced C# Language Features
      • 1.1.5 Blazor and WebAssembly Innovations
      • 1.1.6 Expanded AI and Machine Learning Capabilities
      • 1.1.7 Better Security and Compliance
      • 1.1.8 Enhanced Tooling and Development Experience
    • 1.2 Understanding ASP.NET Core Minimal API
    • 1.3 Benefits of Using Minimal APIs
    • 1.4 Best Practices and Use Cases
    • 1.5 Setting Up the Development Environment
      • 1.5.1 Installing .NET 8.0 SDK
      • 1.5.2 Installing SSL Certificates Development Tool
      • 1.5.3 Setting Up an Integrated Development Environment (IDE)
      • 1.5.4 Verifying the Setup
      • 1.5.5 Additional Tools and Extensions
  • 2 ASP.NET Core Minimal API Development
    • 2.1 Introduction
    • 2.2 Exercise 1: Hello World - ASP.NET Core Minimal API
      • 2.2.1 Objective
      • 2.2.2 Requirements
      • 2.2.3 Lab Steps
    • 2.3 Exercise 2: RESTful Service Request and Response
      • 2.3.1 Objective
      • 2.3.2 Requirements
      • 2.3.3 Lab Steps
    • 2.4 Exercise 3: Swagger API Documentation
    • 2.5 Exercise 4: Building a Calculator Service
      • 2.5.1 Objective
      • 2.5.2 Requirements
      • 2.5.3 Lab Steps
    • 2.6 Exercise 5: Upload and Download File Web
      • 2.6.1 Objective
      • 2.6.2 Requirements
      • 2.6.3 Lab Steps
    • 2.7 Exercise 6: Exception Handling and Logging
      • 2.7.1 Objective
      • 2.7.2 Requirements
      • 2.7.3 Lab Steps
    • 2.8 Exercise 7: Middleware and Filters
      • 2.8.1 Objective
      • 2.8.2 Requirements
      • 2.8.3 Lab Steps
  • 3 Accessing SQL and NoSQL Databases
    • 3.1 Introduction
    • 3.2 .NET Entity Framework Core
    • 3.3 Entity Framework Core tools
    • 3.4 Exercise 8: EF Core 8.0 Code First and ASP.NET Core Minimal API
      • 3.4.1 Objective
      • 3.4.2 Requirements
      • 3.4.3 Lab Steps
    • 3.5 Exercise 9: EF Core 8.0 Database First and ASP.NET Core Minimal API
      • 3.5.1 Objective
      • 3.5.2 Requirements
      • 3.5.3 Lab Steps
    • 3.6 Introduction to Database Transactions
    • 3.7 Exercise 10: Database Transaction
      • 3.7.1 Objective
      • 3.7.2 Requirements
      • 3.7.3 Lab Steps
    • 3.8 Introduction to NoSQL Databases
    • 3.9 Exercise 11: NoSQL Database and ASP.NET Core Minimal API
      • 3.9.1 Objective
      • 3.9.2 Requirements
      • 3.9.3 Lab Steps
  • 4 Deep Dive into Web Security
    • 4.1 Introduction
    • 4.2 Exercise 12: Authentication and Authorization
      • 4.2.1 Objective
      • 4.2.2 Requirements
      • 4.2.3 Lab Steps
    • 4.3 Exercise 13: Role-Based Access Control (RBAC)
      • 4.3.1 Objective
      • 4.3.2 Requirements
      • 4.3.3 Lab Steps
    • 4.4 Exercise 14: Data Privacy and Protection
      • 4.4.1 Objective
      • 4.4.2 Requirements
      • 4.4.3 Lab Steps
    • 4.5 Exercise 15: Rate Limiting and Throttling
      • 4.5.1 Objective
      • 4.5.2 Requirements
      • 4.5.3 Lab Steps
    • 4.6 Exercise 16: Configuring CORS in ASP.NET Core 8.0 Minimal API
      • 4.6.1 Objective
      • 4.6.2 Requirements
      • 4.6.3 Lab Steps
  • 5 Monitoring and Deployment
    • 5.1 Introduction
    • 5.1.1 Monitoring in ASP.NET Core 8.0 Minimal API
    • 5.1.2 Deployment of ASP.NET Core 8.0 Minimal API
    • 5.2 Exercise 17: Health Check and Monitoring
      • 5.2.1 Objective
      • 5.2.2 Requirements
      • 5.2.3 Lab Steps
      • 5.2.4 Implement Custom Health Checks (Advanced)
    • 5.3 Exercise 18: Deploying to Web Server IIS
      • 5.3.1 Objective
      • 5.3.2 Requirements
      • 5.3.3 Lab Steps
    • 5.4 Exercise 19: Deploying to Linux Server with Nginx
      • 5.4.1 Objective
      • 5.4.2 Requirements
      • 5.4.3 Lab Steps
    • 5.5 Exercise 20: Deploying to Container Platforms
      • 5.5.1 Objective
      • 5.5.2 Requirements
      • 5.5.3 Lab Steps

The Leanpub 60 Day 100% Happiness Guarantee

Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.

Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.

You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!

So, there's no reason not to click the Add to Cart button, is there?

See full terms...

Earn $8 on a $10 Purchase, and $16 on a $20 Purchase

We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.

(Yes, some authors have already earned much more than that on Leanpub.)

In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.

Learn more about writing on Leanpub

Free Updates. DRM Free.

If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).

Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.

Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.

Learn more about Leanpub's ebook formats and where to read them

Write and Publish on Leanpub

You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

Learn more about writing on Leanpub