Articles
In-depth technical articles about various .NET development topics. These are stand-alone helpful articles that cover specific topics in detail, providing insights, best practices, and code examples to help you understand and apply the concepts effectively. But are not full step-by-step tutorials.
- Make Time Testable with TimeProvider
Learn how to make time testable in your application by using the new .NET TimeProvider class.
- Using CollectionsMarshal for faster Dictionary access
Learn about using the CollectionsMarshall class to make Dictionary upsert more performant.