Leanpub Header

Skip to main content

Filters

Category: "C#"

C#

  1. ASP.NET Core MVC Crash Course: Learn to build fast and secure web applications with ASP.NET MVC

    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.

  2. The History of .NET Web Development 4th Edition

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

  3. BUILDING 3D Tic-Tac-Toe with Blazor
    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.

  4. PostgreSQL for the Senior .NET Architect
    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.

  5. TDD for C# and .Net Core Microservices: A simplified manual for the confused souls

    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.

  6. Test-First Copilot - Greenfield Edition (.NET and React): Crafting provably high quality software using Github Copilot

    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!

  7. Clean Architecture with Onion Principles, DDD, Facade Layer and CQS: A Practical Guide to Layered Architecture in Modern .NET Applications

    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.

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

  9. C# & AI Masterclass: Edge AI & Local Inference. Running LLMs (Llama/Phi) locally with C# and ONNX.

    Break free from expensive cloud APIs to build private, offline-capable AI systems. Harness ONNX Runtime and LlamaSharp to run LLMs and Vision models natively in C#. Master hardware acceleration and local RAG pipelines for lightning-fast, zero-latency performance. Stop paying per token—start engineering high-performance intelligence directly on the Edge.

  10. C# & AI Masterclass: The Core of AI Engineering: Microsoft Semantic Kernel & Agentic Patterns.

    Evolve from building static applications to architecting sophisticated cognitive systems. Master the Microsoft Semantic Kernel to bridge deterministic C# code with LLM reasoning. Build autonomous agents that plan, execute, and adapt using advanced enterprise patterns. Stop writing scripts and start engineering the future of intelligent .NET software.

  11. C# & AI Masterclass: Cloud-Native AI & Microservices. Containerizing Agents and Scaling Inference.

    Stop scripting and start engineering the next generation of cloud-native AI. Master C# and Kubernetes to build resilient, distributed agent swarms at scale. Bridge the gap between experimental logic and high-performance, production-grade systems. Architect the future of intelligence—from event-driven scaling to secure service meshes.

  12. C# & AI Masterclass: Intelligent Data Access with EF Core. Vector Databases, RAG, and Memory Storage.

    Transform your data layer into an intelligent brain using EF Core and C#. Bridge the gap between traditional SQL and Vector Databases to power RAG and semantic search. Master secure, multi-tenant architectures that provide your AI applications with memory and context. Stop building prototypes and start architecting production-ready intelligent systems today.

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

  14. C# & AI Masterclass: Asynchronous AI Pipelines. Async/Await, Parallelism, and Streaming LLM Responses.

    Master high-performance C# to build the next generation of AI-powered applications. Go beyond basic async/await to architect non-blocking, massively concurrent AI pipelines. Implement real-time LLM streaming with IAsyncEnumerable<T> and manage backpressure gracefully. Leverage Channels and parallel processing to build a resilient RAG ingestion engine.

  15. C# & AI Masterclass: Data Manipulation, LINQ & Vectors. From Collections to AI Embeddings

    Unlock the high-performance C# skills that power modern Artificial Intelligence. Deep dive into data structures like Dictionary and LINQ for efficient data pipelines. Master zero-allocation memory management using Memory<T> and Span<T> for real-time AI. Bridge the gap from standard collections to the powerful vector embeddings required by neural networks.