Mitc.Extensions.Expressions by: Internet Solutions
  • 81 total downloads
  • Latest version: 2.0.0
Useful extensions for working with Expression Trees.
Mitc.Extensions.Logging by: Internet Solutions
  • 12 total downloads
  • Latest version: 1.0.4
Package Description
Mitc.Support.Enumeration by: Internet Solutions
  • 120 total downloads
  • Latest version: 1.0.9
A base class for creating strongly-typed enumeration classes as an alternative to C# enums. Supports string values, parse from string or int, comparison and equality operators, JSON serialization, and TypeConverter-based model binding.
Mitc.Support.Pagination by: Internet Solutions
  • 23 total downloads
  • Latest version: 1.1.2
A return type for paginated API responses.
Mitc.Support.Pagination.EntityFramework by: Internet Solutions
  • 10 total downloads
  • Latest version: 1.0.6
Package Description
Mitc.Support.Deltas by: Internet Solutions
  • 74 total downloads
  • Latest version: 1.1.7
Strongly-typed partial update handling for ASP.NET Core PATCH endpoints. Deserializes JSON Merge Patch requests into a Delta<T> that tracks which properties were included, with support for applying updates, validating unknown properties, and converting between types.
Mitc.Support.Range by: Internet Solutions
  • 36 total downloads
  • Latest version: 2.1.0
A parsable, JSON-convertible range struct.
Mitc.Support.Require by: Internet Solutions
  • 17 total downloads
  • Latest version: 1.0.0
Simplifies and enhances in-line assertions.
Mitc.Support.Taghelpers by: Internet Solutions
  • 106 total downloads
  • Latest version: 1.0.13
A collection of utility tag helpers for ASP.NET Core Razor Pages and MVC. Includes conditional CSS classes, element include/exclude, active link detection by page or controller/action, and Alpine.js x-data serialization.
Mitc.Support.ViewComponents by: Internet Solutions
  • 0 total downloads
  • Latest version: 1.0.3
Re-usable Razor Pages components.
Mitc.Support.Enumeration.EntityFramework by: Internet Solutions
  • 59 total downloads
  • Latest version: 1.0.5
Adds Entity Framework value conversion support for Enumeration classes.
Mitc.Email.SendGrid by: Internet Solutions
  • 4 total downloads
  • Latest version: 1.0.0
SendGrid implementation of IMailTransport for Mitc.Email.Abstractions.
Mitc.Email.Abstractions by: Internet Solutions
  • 4 total downloads
  • Latest version: 1.0.0
Abstractions and default implementation for sending email with configurable recipient filtering and service modes.
Mitc.Support.Results by: Internet Solutions
  • 2 total downloads
  • Latest version: 1.1.0
Generic result types with monadic composition (Map, Bind, Match) for explicit error handling. Includes Result<T> for operations that return a value, Outcome for void operations, and a ResultStatus enum for domain failure classification.
Mitc.Support.FuzzySearch.EntityFramework by: Internet Solutions
  • 0 total downloads
  • Latest version: 1.0.0
SQL Server fuzzy / approximate string matching helpers for EF Core. Exposes SOUNDEX, DIFFERENCE, and PATINDEX as LINQ-translatable string extensions, plus an in-memory Levenshtein query terminator with a lossless SQL length pre-filter. No UDF deployment required.