Leanpub Header

Skip to main content

Filters

Category: ".NET"

Books

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

  2. Mastering F#
    Mastering F#
    A Complete Guide from Fundamentals to Advanced Functional Programming
    Steve Publications

    Whether you're new to programming or expanding your .NET skills, this book will help you master F# from the ground up. Through practical examples and real projects, you'll learn to write clean, reliable code, embrace functional programming and build modern applications with confidence.

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

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

  5. Prompt Engineering for .NET Developers

    A free, developer-friendly guide to prompt engineering in C# — no Python required. Learn how LLMs work, structure reliable prompts, and build real workflows (code review, test generation, docs) using Microsoft.Extensions.AI, LM Studio, OpenAI, or Azure AI Foundry. Seven chapters. Seven runnable .NET 10 projects. Zero hype. Just dotnet new console and working code.

  6. Genetic Algorithms From Theory to Real Projects
    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ğ

    A practical .NET/C# guide to building Genetic Algorithms from scratch and applying them to real-world optimization problems with 27 complete projects, visual demos, and full source code.

  7. Mastering Prompt Engineering
    No Description Available
  8. 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.

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

  10. Visualizing C# Concurrency
    Visualizing C# Concurrency
    A Research- Driven Guide
    Afandy

    Banyak developer menulis `await Task.Run(...)` tanpa benar-benar tahu apa yang terjadi di balik layar. Berapa banyak thread yang sebenarnya dibuat? Kenapa penggunaan memori tiba-tiba melonjak? Kenapa aplikasi tetap 'hang' padahal sudah menggunakan async/await? "Visualizing C# Concurrency: A Research-Driven Guide" bukan sekadar buku teori. Ini adalah panduan visual yang akan menunjukkan kepada Anda: - Bagaimana .NET Runtime mengatur antrian thread di memori secara visual.- Kenapa lock tradisional bisa membunuh performa aplikasi modern Anda.- Cara melihat "isi perut" async state machine yang selama ini tersembunyi.- Pembuktian performa melalui benchmark nyata, bukan sekadar asumsi. Dilengkapi dengan diagram timeline dan memory map, Anda tidak lagi menebak-nebak performa kode Anda. Anda akan melihatnya sendiri. Jangan hanya menulis kode. Pahami cara kerjanya.Visualizing C# Concurrency — Segera Hadir.

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

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

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

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

  15. C# & AI Masterclass: The Foundations. Syntax, Type System, and Logic for Modern Developers.

    Unlock the power of Modern C# with the ultimate beginner's guide. Go from your very first line of code to designing custom objects and classes. Master essential concepts: data management, control flow logic, and reusable methods. Lay the rock-solid foundation for advanced AI, Azure, and Unity game development.