mfe
- 16,561 total downloads
- last updated 1/16/2021
- Latest version: 21.1.16
UWP XAML Stuff
Prism.Validation
by:
mfe
- 15,865 total downloads
- last updated 4/11/2019
- Latest version: 1.3.0
The Prism.Validation is based on Prism. It allows you to use Validations based on the ValidationAttributes in your Model, ViewModel and so on.
- 3,151 total downloads
- last updated 2/17/2022
- Latest version: 2022.2.17.6
DataStructures for graphs, vertices,edges,nodes and trees.
Contains a Binary Search Tree, AVL Tree and a PriorityQueue based on BST Tree which can handle duplicates
- 1,863 total downloads
- last updated 2/17/2022
- Latest version: 2022.2.17.6
Provides a control for visualization of graphs.
The displayed graph updates changes based on the binded graph model in real time.
- 1,714 total downloads
- last updated 3/31/2022
- Latest version: 2022.3.31.1
Allows to wrap System.Console.Write and ReadLine calls into the Console.Extension libary which makes it possible to use the transformed console application for blazor webassembly projects.
Blzr.Console
by:
mfe
- 1,563 total downloads
- last updated 3/31/2022
- Latest version: 2022.3.31.1
Provides a blazor webassembly component for transformed console applications. It displays the output of the wrapped System.Console.WriteLine calls and provides an input for System.Console.ReadLineAsync
- 982 total downloads
- last updated 2/17/2022
- Latest version: 2022.2.17.6
Algorithms related to graphs.
Contains DepthFirstSearch, BreadthFirstSearch, Astar
- 972 total downloads
- last updated 2/17/2022
- Latest version: 2022.2.17.6
Algorithms for sorting and searching
Containing Quicksort, Sub Sort Transpose Sort, SelectionSort, InsertionSort, MergeSort, InOrder, PreOrder, Binary Search