mfe
-
-
- 29,911 total downloads
- last updated 1/16/2021
- Latest version: 21.1.16
UWP XAML Stuff -
-
Prism.
by: mfeValidation - 22,030 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. -
- 6,969 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 -
- 4,032 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. -
- 3,666 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. -
Blzr.
by: mfeConsole - 3,359 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 -
- 2,314 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 -
- 2,299 total downloads
- last updated 2/17/2022
- Latest version: 2022.2.17.6
Algorithms related to graphs. Contains DepthFirstSearch, BreadthFirstSearch, Astar