Kick off your book project in 3 hours! Live workshop on Zoom. You’ll leave with a real book project, progress on your first chapter, and a clear plan to keep going. Saturday, May 16, 2026. Learn more…
Everywhere you look, programming languages are gaining functional features. The problem is that it's not the individual features that make functional programmers happy, it's the way that your approach to writing software and the features work together to help you write simple code to solve interesting problems. This concise, practical ebook will help you discover why F# is such a popular language with those who have spent time learning its secrets.
You know next to nothing about WPF but need to start coding your next application within a week. Don't worry: this book has you covered.
Elegant Design Principles distils decades of design wisdom into 95 actionable principles spanning core OO, SOLID/GRASP, package design, reliability and a forward‑looking AI‑first approach. Explore the Design Pyramid to understand how quality attributes, smells and principles interconnect; learn to manage complexity through high cohesion, low coupling and clear abstractions; and adopt modern practices like test‑driven development and semantic modularity. From novices seeking a roadmap to experts embracing AI‑assisted workflows, this book equips you to create systems that are robust, maintainable and elegant—today and in the AI‑driven future.
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!
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.
Follow the evolution of .NET web development from its early foundations to today’s modern ecosystem in the 4th edition of this book.
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.
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.
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.
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#.
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.
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.
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.
Gain Hands-On Development of Web APIs, Data Access, Dependency Injection, and WPF Clients with ASP.NET Core, Entity Framework Core, and MVVM in .NET 9. The book teaches combination of XAML and C# in WPF, interact with data, and the MVVM pattern. You will learn to connect the WPF client to a live Web API, handling real-time updates, and managing states.