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
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()
MoreStructures is a library of classical algorithms and data structures, written 100% in (safe, managed) C# 10, for .NET 6 and above.
Data structures - Stacks, Queues, Priority Queues, Disjoint Sets, Trees, Graphs, Suffix Trees, Suffix Tries.
Algorithms - Strings sorting and matching. Lists...
More information