Skip to content

Latest commit

 

History

History
96 lines (47 loc) · 4.24 KB

PAID.MD

File metadata and controls

96 lines (47 loc) · 4.24 KB

This is list of books that are famous among developers. I have tried to categorize them according technology and topics.

Disclosure: Links marked with an asterisk (*) are affiliate links. I may earn a commission if you make a purchase through these links at no additional cost to you.

🅰️ Angular

  1. Angular Projects: Build modern web apps in Angular 16, 3rd Edition by Aristeidis Bampakos

  2. Learning Angular: A no-nonsense guide to building web applications with Angular 15, 4th Edition 4th ed. Edition by Aristeidis Bampakos

☁️ AWS

  1. AWS for Solutions Architects: The definitive guide to AWS Solutions Architecture for migrating to, building, scaling, and succeeding in the cloud, 2nd Edition by Saurabh Shrivastava

  2. Developing on AWS with C#: A Comprehensive Guide on Using C# to Build Solutions on the AWS Platform 1st Edition

🕸️ Blazor

  1. Web Development with Blazor by Jimmy Engstrom

  2. Blazor WebAssembly By Example by Toi B.Wright

  3. Apps and Services with .NET 7: Build practical projects with Blazor, .NET MAUI, gRPC, GraphQL, and other enterprise technologies

⚙️ C# and .NET

  1. ASP.NET Core in Action by Andrew Lock

  2. C# in Depth: Fourth Edition 4th Edition by Jon Skeet

  3. C# 10 in a Nutshell: The Definitive Reference 1st Edition by Joseph Albahari

  4. C# 11 and .NET 7 – Modern Cross-Platform Development Fundamentals by Mark J.Price

  5. C# 10 and .NET 6 - Modern Cross-Platform Development Fundamentals by Mark J.Price

  6. C# 9 and .NET 5 – Modern Cross-Platform Development by Mark J.Price

  7. C# 8.0 and .NET Core 3.0 – Modern Cross-Platform Development by Mark J.Price

  8. Ultimate ASP.NET Core Web API Second Edition - Premium Package by Code Maze (10% off)

  9. An Atypical ASP.NET Core 5 Design Patterns Guide by Carl-Hugo Marcotte

🏛️ Clean Architecture & Design Patterns

  1. Clean Code: A Handbook of Agile Software Craftsmanship by Robert C.Martin

  2. Head First Design Patterns: Building Extensible and Maintainable Object-Oriented Software 2nd Edition by Eric Freeman

  3. The easiest way to learn design patterns: With C# code samples using .NET 6 templates by Fiodar Sazanavets

🚀 Concurrent Programming

  1. Concurrency in C# Cookbook: Asynchronous, Parallel, and Multithreaded Programming 2nd Edition

🛠️ DevOps

  1. Mastering Kubernetes: Dive into Kubernetes and learn how to create and operate world-class cloud-native systems, 4th Edition by Gigi Sayfan

🚀 gRPC

  1. Beginning gRPC with ASP.NET Core 6: Build Applications using ASP.NET Core Razor Pages, Angular, and Best Practices in .NET 6 by Anthony Giretti

🌐 MAUI

  1. .NET MAUI in Action by Matt Goldman

🌐 Microservices

  1. Building Microservices: Designing Fine-Grained Systems 2nd Edition by Samnewman

  2. Monolith to Microservices: Evolutionary Patterns to Transform Your Monolith 1st Edition by Samnewman

  3. Microservices for the Enterprise: Designing, Developing, and Deploying 1st ed. Edition by Kasun Indrasiri

⚛️ React

  1. React 18 Design Patterns and Best Practices 4th Edition by Carlos Santana Roldán

🕒 Real-Time Communication

  1. SignalR on .NET 6 - the Complete Guide: The easiest way to enable real-time two-way HTTP communication on .NET 6 by Fiodar Sazanavets

🧪 Unit Testing

  1. Unit Testing Principles, Practices, and Patterns: Effective testing styles, patterns, and reliable automation for unit testing, mocking, and integration testing with examples in C#