mfe
-
- 42,236 total downloads
- last updated 9/21/2026
- Latest version: 2026.921.8
Package Description -
Prism.
by: mfeValidation - 25,986 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. -
- 9,866 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 -
- 5,470 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. -
- 5,390 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.
by: mfeConsole - 4,838 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 -
- 3,489 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 -
- 3,464 total downloads
- last updated 2/17/2022
- Latest version: 2022.2.17.6
Algorithms related to graphs. Contains DepthFirstSearch, BreadthFirstSearch, Astar