-
I don't yet know how important concurrency is in .NET web development. My familiarity with RxJS thanks to its integration with Angular should help me understand Rx.NET faster.
-
Judoscale
Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Rails, Sidekiq, Solid Queue, and more to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up job queues.
-
The C# and .NET world, though, has choice overload. Since I make enterprise web information systems, I ignored anything outside of that scope: MAUI, Unity, nanoFramework, WinUI, ML.NET, and others. Even after I pared the options down to books available on the O'Reilly Learning Platform subscription provided by my employer and eliminated low-rated books and older editions, it's a lot:
-
I don't yet know how important concurrency is in .NET web development. My familiarity with RxJS thanks to its integration with Angular should help me understand Rx.NET faster.
-
I am very comfortable with Minitest in Ruby. When I started to learn Rails, though, I was surprised by how different RSpec was. In case .NET testing is equally unlike the xUnit style, I should learn the idioms.
-
This book claims to cover continuous delivery, cloud-native applications, and Docker. I've really enjoyed using Kamal, so I'd like to get it working with ASP.NET. Perhaps this book will help me reach that goal.
-
minitest
minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking.
I am very comfortable with Minitest in Ruby. When I started to learn Rails, though, I was surprised by how different RSpec was. In case .NET testing is equally unlike the xUnit style, I should learn the idioms.