The samples of .NET design patterns
-
Updated
Jul 25, 2022 - C#
The samples of .NET design patterns
Yort.Trashy is .Net library for implementing the disposable pattern correctly and in a thread-safe manner, as well was working with disposable types.
Base object for disposing managed and unmanaged objects.
Wrap an object in a disposable decorator to attempt to dispose the object later. This is useful when retrieving an instance of an object from a factory or container while only having an interface reference that does not implement IDisposable.
This repository contains sample about how to dispose of children of ListView in Xamarin.Forms (SfListView)
Lightweight asynchronous in-memory cache that handles construction and disposal of all your expensive objects
Add a description, image, and links to the dispose topic page so that developers can more easily learn about it.
To associate your repository with the dispose topic, visit your repo's landing page and select "manage topics."