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.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.ProjectTemplates
by: Internet Solutions
- 10 total downloads
- Latest version: 1.5.0
A collection of project and item templates authored by the Internet Solutions team.
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.Integrations.Stripe
by: Internet Solutions
- 86 total downloads
- Latest version: 1.6.0
Turnkey Stripe integration for ASP.NET Core. Handles webhook processing, product/price catalog syncing, subscription management, checkout sessions, and metered usage reporting.
Mitc.Support.Enumeration
by: Internet Solutions
- 62 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.Deltas.OpenApi
by: Internet Solutions
- 0 total downloads
- Latest version: 1.0.3
OpenAPI document transformer support for Mitc.Support.Deltas.
Mitc.Extensions.Logging
by: Internet Solutions
- 0 total downloads
- Latest version: 1.0.4
Package Description
Mitc.Support.Pagination.EntityFramework
by: Internet Solutions
- 10 total downloads
- Latest version: 1.0.6
Package Description
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.Email.Templates.Identity
by: Internet Solutions
- 4 total downloads
- Latest version: 1.0.0
Blazor-based email templates for ASP.NET Core Identity scenarios including email confirmation, password reset, and two-factor authentication.
Mitc.Email.Templating
by: Internet Solutions
- 4 total downloads
- Latest version: 1.0.0
Blazor-based email templating service with strongly-typed models and integrated sending via Mitc.Email.Abstractions.
Mitc.Support.Range
by: Internet Solutions
- 1 total downloads
- Latest version: 2.1.0
A parsable, JSON-convertible range struct.
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.