Kick off your book project in 2 hours, get started with GhostAI in 2 hours, or do both! Free live workshops, on Zoom. You’ll leave with a real book project and a clear plan to keep going. Saturday, June 27, 2026.

Leanpub Header

Skip to main content

Filters

Category: "C#"

Books

  1. Software That Lasts
    Professional C# Development with Clean Architecture, DDD, and Concurrency
    Kaj Bromose

    This book is written for you who want to build professional C# software — not just codethat compiles, but code that can be maintained, tested, scaled, and explained to others.

  2. Machine Learning for C# Developers Made Easy
    Build smart applications with ML.NET
    Fiodar Sazanavets

    Helping C# and .NET developers to learn how to do machine learning and become highly sought-after (and well-paid) AI engineers. No prior experience of ML required!

  3. C# for Babies
    Teach your little ones the basics of the C# programming language!
    Maarten Balliauw, Khalid Abuhakmeh, and Arina Kovrizhkina

    An illustrated book perfect for teaching your little ones the basics of the C# programming language!

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

    C# in 2026 isn't the language most of us learned. Keeping Up with C# is a thematic tour through seventy-six features from C# 5 to C# 14 — grouped not by version but by the problem each one solves, and tied to five working .NET 10 companion projects you can clone and run today.

  5. Genetic Algorithms From Theory to Real Projects
    A Practical .NET Guide to Building Genetic Algorithms from Scratch and Applying Them to Real-World Optimization Problems
    Kerem Aktuğ

    Learn genetic algorithms by building real projects in C# and .NET. This book takes you from a from-scratch implementation to a reusable GA.Core library, then applies it to optimization, routing, scheduling, electronics, machine learning, neuroevolution, and game AI problems.

  6. Azure Cosmos DB for .NET Developers
    From Document Thinking to Production Patterns
    Benjamin Day

    A practical guide to Cosmos DB for .NET developers who know relational databases and want to understand document thinking — not just the SDK. Built from a real production application, not documentation copy-paste.

  7. Software der holder
    Professionel C#-udvikling med Clean Architecture, DDD og parallelisme
    Kaj Bromose

    Denne bog er skrevet til dig der vil bygge professionel C#-software — ikke bare kode der kompilerer, men kode der kan vedligeholdes, testes, skaleres, og forklares for andre.

  8. Build real ASP.NET Core 8 MVC apps—fast.This hands-on crash course gets you coding within minutes. No fluff, no long theory—just practical, bite-sized lessons that take you from zero to building real-world projects.You’ll create:A Restaurant List app with database integrationAn Online Notepad with full CRUD functionalityAn Ecommerce app with Stripe paymentsAlong the way, you’ll learn the essentials: models, controllers, database connections, search, user-specific data, and more.If you want a straight-to-the-point guide to ASP.NET Core MVC that respects your time—this book is for you.

  9. Follow the evolution of .NET web development from its early foundations to today’s modern ecosystem in the 4th edition of this book.

  10. BUILDING 3D Tic-Tac-Toe with Blazor
    A Practical Guide to .NET 10, C# 14 and Interactive Web Development
    Harvey Myers IV

    Tic-Tac-Toe sounds simple, until you play it in 3D on a 5x5x5 board. Learn Blazor by building a complete 3D Tic-Tac-Toe game with .NET 10 and C# 14. Along the way, you’ll explore architecture, state management, persistence, AI, and interactive 3D UI through a project that’s both fun to build and rich with real-world lessons.

  11. PostgreSQL for the Senior .NET Architect
    Production-Grade Architecture & Performance Engineering
    Afandy

    Go beyond basic CRUD. Bridge the gap between .NET abstractions and PostgreSQL internals to architect resilient, high-scale enterprise systems that handle 10k+ TPS.

  12. Understanding “red–green–refactor” is easy; applying it effectively in real-world systems is not. This book bridges that gap by showing you how to practice Test Driven Development in the context of building robust, production-ready .NET Core microservices.

  13. What if AI could become a disciplined coding partner instead of a chaotic autocomplete machine? In this hands-on journey, you’ll watch a full-stack .NET + React app take shape as test-first thinking, the C4 model, and the test pyramid systematically guide Copilot from vague suggestions to reliable collaboration. If you want to stay in control, sharpen your engineering instincts, and finally make AI-assisted development work for you - not against you - this book shows you how!

  14. Stop letting your database dictate your business logic. This hands-on guide shows .NET developers how to combine Clean Architecture, Onion principles, DDD and Command Query Separation into a four-layer structure — with a dedicated Facade contract that keeps your domain protected, your tests fast, and your infrastructure replaceable. Real C# code from entity to controller, no theory without practice.

  15. 优化的艺术——深入.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#.