Dec 5, 2025 · 3 min read · .NET runtime The .NET 10 runtime introduces improvements in JIT inlining, method devirtualization, and stack allocations. It also includes AVX10.2 support, NativeAOT enhancements, improved code generation for struct arguments, and enhanced loop inve...
Join discussionDec 5, 2025 · 3 min read · .NET runtime The .NET 10 runtime introduces improvements in JIT inlining, method devirtualization, and stack allocations. It also includes AVX10.2 support, NativeAOT enhancements, improved code generation for struct arguments, and enhanced loop inv...
Join discussionNov 20, 2025 · 3 min read · .NET runtime The .NET 10 runtime introduces improvements in JIT inlining, method devirtualization, and stack allocations. It also includes AVX10.2 support, NativeAOT enhancements, improved code generation for struct arguments, and enhanced loop inv...
Join discussion
Oct 8, 2025 · 5 min read · TL;DR: .NET Core vs .NET Framework, which one should you choose in 2025? If you’re building modern, scalable, and cloud-ready applications, modern .NET (formerly .NET Core) is the clear winner. With blazing-fast performance, cross-platform flexibilit...
Join discussion
Mar 13, 2023 · 4 min read · Workflow Core comes with many features one of which is its common DSL for JSON and YAML. In this article, we will explore JSON/YAML way of creating the process workflows. If you are following along, we have already seen how to get started with Workfl...
Join discussion
Feb 10, 2023 · 5 min read · One has to follow some process or a workflow to bring down some mighty and complex tasks, that require actions on each step and need to be fault-tolerant at the same time. Say hello to one such cool, lightweight, and fault-tolerant workflow engine bu...
Join discussion
Jun 27, 2020 · 4 min read · What is swagger and why should I use it? Swagger is a specification of rules/notation used to define how an API should be documented. As of Swagger version 2.0, it is now been renamed to the OpenApi specification. This reflects that the specification...
Join discussion