Ninety-two C# features, from C# 5 to C# 14, organized by the problems they solve — with verbatim code from five runnable projects and seven production-ready patterns, all on .NET 10 LTS.
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.
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.
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.
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.
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 .
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.
A production-tested guide for senior .NET developers, tech leads, and architects who want real AI productivity gains - not another tutorial that breaks down the moment you leave the demo.
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#.