You can use this nuget in the following scenarios:
* The class MMEncryptionTripleDES was added
* Encrypt and Decrypt Data using the algorithm Triple Des.
* Generate a 128 Key to encrypt data.
* Encrypt and Decrypt Data based in a Key.
* The clase DTExtensions was...
More information
LargeList is an implementation of Collection<> and List<> that can hold a number of elements limited only by the available memory, tested up to 8 billions.
This library provides a special type of List<T> that can be used to create dynamic lists in ASP.NET MVC views, i.e. lists where the user can click "add new item" and the server renders a new list item using Ajax.
Client library for accessing the Wunderlist API in .NET, that is lightweight and simple to use.
Supported Platforms:
- .NET Framework 4.5
- Windows 8
- Windows Phone 8.1
- Windows Phone Silverlight 8
- Portable Class Libraries
A Blazor list component based off TailWindCss. It has the bare minimum styles to function with the option to add your own classes. It's built so it can be fully customizable and reusable for any list type.
Extensions to expose lists, collections, dictionaries, and enumerables as read-only.
IList<T>.AsReadOnly()
ICollection<T>.AsReadOnly()
IDictionary<TKey,TValue>.AsReadOnly()
IEnumerable<T>.AsReadOnly()