Leanpub Header

Skip to main content

Filters

Category: "C#"

Books

  1. Mastering Regular Expressions
    Mastering Regular Expressions
    A Complete Guide for Developers Across Languages and Platforms
    Steve Publications

    Regex doesn't have to feel like cryptic punctuation. Mastering Regular Expressions shows you how patterns really work, how to debug them when they don't and how to use them confidently across nine programming languages. Go beyond memorizing syntax and learn to write regex that's clear, efficient and portable.

  2. FROM RUNTIME TO DISTRIBUTION
    FROM RUNTIME TO DISTRIBUTION
    VOLUME I
    Grigorios Agathangelidis

    Go beneath C# and .NET—from CPU, kernel, processes and threads to IL, JIT, native code, stacks, heaps and GC. Build the runtime mental model you need before deciding where, why, and whether a system should be distributed.

  3. Creación, diseño e integración de audio y música en videojuegos

    Descubre cómo crear, diseñar e integrar música, efectos, ambientes y diálogos en videojuegos con Unity y FMOD, y ponlo en práctica con un videojuego real completo.

  4. 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.

  5. Building Production-Ready ASP.NET Core Web APIs
    Building Production-Ready ASP.NET Core Web APIs
    A Practical Guide from Fundamentals to Advanced Techniques
    Steve Publications

    Learn to build production-ready ASP.NET Core Web APIs from the ground up. Explore authentication, middleware, data access, caching, resilience, testing and deployment through practical examples and runnable C# code. Gain the skills to design secure, reliable and scalable APIs for real-world applications.

  6. The Complete C# Developer: From Beginner to Professional
    The Complete C# Developer: From Beginner to Professional
    From Your First Line of Code to Building Professional-Grade Software
    Steve Publications

    Whether you're writing your first line of code or building production-ready applications, this book gives you the skills to succeed with C#. Learn through practical examples, real projects and proven techniques used by professional developers. Build a strong foundation and grow into a confident C# programmer.

  7. 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.

  8. FROM FLOW TO PROOF
    FROM FLOW TO PROOF
    Grigorios Agathangelidis

    From Flow to Proof turns distributed-system promises into explicit models, properties, counterexamples, and evidence. Explore state machines, contracts, temporal logic, concurrency, ownership, refinement, and honest proof boundaries—with companion artifacts at github.com/gregory82gr/Nexus-1-phase-0.

  9. AI for Game Development & Interactive Simulation. Using LLMs and generative AI to create dynamic worlds and intelligent characters in Unity
    No Description Available
  10. Production-Grade RAG with C# and .NET
    Production-Grade RAG with C# and .NET
    Building Retrieval-Augmented Generation Systems with C#, the Microsoft Agent Framework, and Azure
    Rachid DAHIR

    Build production-grade RAG systems in C# — from an 80-line Hello World to a fully deployed Azure pipeline with the Microsoft Agent Framework, MCP, GraphRAG, multi-agent orchestration, eval gates, and EU AI Act-ready audit trails. 682 pages, 25 chapters, one evolving enterprise project, every line of code runnable in .NET 10.

  11. The Entity Framework Core & PostgreSQL Handbook
    The Entity Framework Core & PostgreSQL Handbook
    Mastering EF Core 10 with PostgreSQL 18 for Production-Grade Applications
    Rachid DAHIR

    Your ORM works until it doesn't: a query returns ten thousand duplicated rows, a migration refuses a partitioned table, or the feature the product needs is one PostgreSQL has had for years. Twenty-one chapters that close the gap — LINQ translation, query plans, JSONB, full-text search, PostGIS and pgvector, then auditing, multi-tenancy and deployment. Every listing run against a live database. Every output captured, never typed.

  12. 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.

  13. Full Stack AI with Blazor. Building Interactive Copilots and WASM AI
    No Description Available
  14. Enterprise AI Integration & Process Automation. Connecting LLMs to legacy systems, internal APIs, and real-world business processes
    No Description Available
  15. Multi-Agent AI Systems in C#
    Multi-Agent AI Systems in C#
    Building Autonomous Agents with Harness, Hermes, and Loop Engineering
    Steve Publications

    Learn how to build autonomous, production-ready multi-agent AI systems in C# with .NET. Using Harness, Hermes Agents, and Loop Engineering, you'll create intelligent agents that reason, collaborate, and solve real-world problems through practical examples and hands-on projects.