Leanpub Header

Skip to main content

Filters

Category: "ASP.NET"

ASP.NET

  1. The C# and .NET Interview Compendium – Second Edition
    The C# and .NET Interview Compendium – Second Edition
    Interview Questions and Answers for C# and .NET Developers
    Yohan Rodriguez

    A practical, modern interview-preparation compendium for C# and .NET developers (615 manuscript pages).

  2. 优化的艺术——深入.NET性能之巅
    优化的艺术——深入.NET性能之巅
    The Art of Optimization: A Deep Dive into the Peak of .NET Performance
    lhx077

    Dive Deep into the Peak of .NET Performance. To truly optimize, you must understand the hardware and the runtime. From benchmarking basics to low-level mastery—reshape the way you write C#.

  3. C# & AI Masterclass: Building AI Web APIs with ASP.NET Core. Serving Models and Chat Endpoints

    Unlock the future of development by mastering high-performance AI backend APIs with ASP.NET Core. Move beyond simple CRUD to architect scalable, resilient, and secure infrastructures for the AI era. Master real-time streaming, gRPC communication, and advanced observability through practical, hands-on examples. Stop just using AI—start building the robust platforms that power the next generation of intelligent software.

  4. Keeping Up with C#
    Keeping Up with C#
    From C# 5 to C# 14: A Thematic Journey Through Language Evolution
    Rachid DAHIR

    Ninety-two C# features, from C# 5 to C# 14, organized by the problems they solve — with verbatim code from five runnable projects and seven production-ready patterns, all on .NET 10 LTS.

  5. Learn Kubernetes & Docker - .NET Core, Java, Node.JS, PHP or Python
    Learn Kubernetes & Docker - .NET Core, Java, Node.JS, PHP or Python
    Be ready to create and run your containerized and orchestrated application next week.
    Arnaud Weil

    You know next to nothing about Kubernetes or Docker but need to create and run your first application on Kubernetes using Docker within a week. Don't worry: this book has you covered.

  6. From Services to Runtime
    From Services to Runtime
    Grigorios Agathangelidis

    Microservices aren't built with boxes on a diagram—they're built with owned truth, stable contracts, idempotent messages, and controlled failure.

  7. Ahmed Adawy Tech Capsules: Official Brand & Publishing Guide

    Build a world-class technical publishing brand with this complete guide to designing, structuring, and publishing professional Tech Capsules. Learn proven layouts, visual identity, content architecture, publishing workflows, and best practices used to create high-quality technical micro-books that readers lov

  8. Mastering ASP.Net From Beginner To Web Developer

    Mastering ASP.NET Web Development: From Fundamentals to Professional Applications teaches you how to develop dynamic, database-driven websites using ASP.NET, Visual Studio, SQL Server, Web Forms, and MVC through practical examples and real-world projects.Learn by building login systems, CRUD applications, interactive web pages, and enterprise-style solutions while mastering the skills .

  9. From Contract to Container
    From Contract to Container
    Grigorios Agathangelidis

    Ship the NEXUS-1 backend for real: a genuine SQL Server on every test run, a dispatcher proven under a killed process, structured logs with a correlation id, and a CI gate that will not package a red build. Two hundred tests, one Dockerfile, one honest boundary.

  10. From Core to Contract
    From Core to Contract
    Grigorios Agathangelidis

    Give the tested core a database and a public API — without letting either touch its rules. Build NEXUS-1's Infrastructure and API layers in .NET: EF Core, repositories, the outbox, RFC 7807, JWT. 654 tables, one seam that stays signed — every rule proven by watching it fail.

  11. FROM FLOW TO SERVICES
    FROM FLOW TO SERVICES
    Grigorios Agathangelidis

    Build microservices the way architects do—not by splitting code, but by discovering true boundaries. Using the NEXUS-1 digital twin, this book explores DDD, APIs, messaging, eventual consistency, sagas, resilience, and migration, showing when distributed systems are worth their cost.

  12. From Blueprint to Core
    From Blueprint to Core
    Grigorios Agathangelidis

    A .NET architecture book that proves what it teaches: build NEXUS-1's Domain and Application layers with Clean Architecture, DDD, and CQRS — zero database, zero web server, fifty green tests. Every rule watched failing on purpose, every layer diagrammed in UML. Nineteen chapters, nineteen Deep Dives, one honestly bounded software core.

  13. FROM TABLE TO TWIN
    FROM TABLE TO TWIN
    Grigorios Agathangelidis

    Two builds, one schema, zero faith required. From Table to Twin walks an industrial digital twin's SQL Server and EF Core backbone by hand and from code, then prints exactly where Database First and Code First disagree — for .NET developers who check every table against a live, running console.

  14. FROM DOMAIN TO TWIN
    FROM DOMAIN TO TWIN
    Grigorios Agathangelidis

    Learn Domain-Driven Design from zero in plain language, then see it applied to NEXUS-1: a digital-twin architecture with signals, alarms, root-cause cases, policies, audit, SQL, and EF Core. A practical guide for .NET developers who want clearer language, boundaries, rules, and meaning in complex systems.

  15. FROM ENTITY TO CONTEXT
    FROM ENTITY TO CONTEXT
    Grigorios Agathangelidis

    One entity. One mapping. Clean context. From Entity to Context shows how to organize enterprise EF Core Code First projects with configuration classes, Fluent API, migrations, indexes, relationships, and a clean DbContext across the NEXUS-1 digital-twin schema.