A few take-aways for dot net developers from Technology Radar volume 24.
- Sentry: Adopt
I use Sentry at work. As it’s so good, we should utilize this further to make the most out of it.
- Simplest possible ML : Trial
Totally agree. Many problems actually do not require ML. Regex or Regression may be able to solve it. - Blazor: Trial
I haven’t used it, but it’s a clearly a great advantage that .Net developers can use C# in the front-end.
- .Net 5: Assess
.Net 5 is the path from the both .Net core and .Net framework. In that sense, it might be obvious to upgrade and meet at .Net 5. - bUnit: Assess
Unit testing tool for Blazor, which can be used with NUnit, xUnit, and MS Unit.
- Azure Machine Learning: Hold
Personally prefer ML.Net over Azure ML. ML.Net is easy to use and fast. - Peer review equals pull request: Hold
This may be what our team is at. Maybe good to be practical and meaningful about peer review. Pull request is just one way of doing it.