-
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.
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
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.