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.
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.
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!
An illustrated book perfect for teaching your little ones the basics of the C# programming language!
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.
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.
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.
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.
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.
Go beyond basic CRUD. Bridge the gap between .NET abstractions and PostgreSQL internals to architect resilient, high-scale enterprise systems that handle 10k+ TPS.
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.
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!
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.
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#.