GithubHelp home page GithubHelp logo

nickathone / alloverit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mjfreelancing/alloverit

0.0 0.0 0.0 44.67 MB

A suite of libraries aimed at providing a simplified and consistent approach to cross-cutting and functional concerns.

License: MIT License

C# 99.75% CSS 0.10% Batchfile 0.03% Vim Snippet 0.11%

alloverit's Introduction

AllOverIt

NuGet NuGet

A general purpose library containing a variety of classes, utilities, and helpers to fill in regularly occuring software development gaps.

Target Supported
netstandard2.1 Yes
netcoreapp3.1 Yes
net5.0 Yes
net6.0 Yes
net7.0 Yes

Refer to the online Documentation for usage information.

AllOverIt.AspNetCore

NuGet NuGet

Provides additional features for use in ASP .NET Core applications.

Target Supported
netstandard2.1 No
netcoreapp3.1 Yes
net5.0 Yes
net6.0 Yes
net7.0 Yes

AllOverIt.Assertion

NuGet NuGet

A library of pre and post condition assertion helper methods.

Target Supported
netstandard2.1 Yes
netcoreapp3.1 Yes
net5.0 Yes
net6.0 Yes
net7.0 Yes

AllOverIt.Aws.AppSync.Client

NuGet NuGet

Provides an AWS AppSync Graphql Subscription client.

Target Supported
netstandard2.1 Yes
netcoreapp3.1 Yes
net5.0 Yes
net6.0 Yes
net7.0 Yes

AllOverIt.Aws.Cdk.AppSync

NuGet NuGet

Includes a code-first graphql schema generator that also provides support for binding resolvers to None, Http, and Lamda datasources.

Target Supported
netstandard2.1 No *
netcoreapp3.1 Yes
net5.0 No *
net6.0 No *
net7.0 No *

* Although not explicitly built for all platforms, the AWS CDK supports Net Core 3.1 and above.

AllOverIt.Csv

NuGet NuGet

A library to assist with CSV export using CsvHelper.

Target Supported
netstandard2.1 Yes
netcoreapp3.1 Yes
net5.0 Yes
net6.0 Yes
net7.0 Yes

AllOverIt.DependencyInjection

NuGet NuGet

A library containing useful dependency injection related utilities.

Target Supported
netstandard2.1 Yes
netcoreapp3.1 Yes
net5.0 Yes
net6.0 Yes
net7.0 Yes

AllOverIt.EntityFrameworkCore

NuGet NuGet

Provides additional features for use in Entity Framework Core applications.

Target Supported
netstandard2.1 Yes
netcoreapp3.1 Yes
net5.0 Yes
net6.0 Yes
net7.0 Yes

AllOverIt.EntityFrameworkCore.Pagination

NuGet NuGet

A library providing pagination utilities for use with Entity Framework Core.

Target Supported
netstandard2.1 Yes
netcoreapp3.1 Yes
net5.0 Yes
net6.0 Yes
net7.0 Yes

AllOverIt.Evaluator

NuGet NuGet

A library designed to parse and evaluate mathemtical expressions. It provides support for custom operators, functions and includes constant, mutable, immutable, lazy, and delegate based variables to satisfy just about any requirement.

Target Supported
netstandard2.1 Yes
netcoreapp3.1 Yes
net5.0 Yes
net6.0 Yes
net7.0 Yes

AllOverIt.Filtering

NuGet NuGet

A library providing queryable filtering utilities.

Target Supported
netstandard2.1 Yes
netcoreapp3.1 Yes
net5.0 Yes
net6.0 Yes
net7.0 Yes

AllOverIt.Fixture

NuGet NuGet

Contains a base Fixture class that includes a number of helpful utility methods.

Target Supported
netstandard2.1 Yes
netcoreapp3.1 Yes
net5.0 Yes
net6.0 Yes
net7.0 Yes

AllOverIt.Fixture.FakeItEasy

NuGet NuGet

Extends AllOverIt.Fixture to assist with the creation of single/multiple stubs and fakes.

Target Supported
netstandard2.1 Yes
netcoreapp3.1 Yes
net5.0 Yes
net6.0 Yes
net7.0 Yes

AllOverIt.GenericHost

NuGet NuGet

Provides the ability to quickly create console applications that support dependency injection without being concerned with all of the ceremony.

Target Supported
netstandard2.1 Yes
netcoreapp3.1 Yes
net5.0 Yes
net6.0 Yes
net7.0 Yes

AllOverIt.Pagination

NuGet NuGet

A library providing queryable pagination utilities.

Target Supported
netstandard2.1 Yes
netcoreapp3.1 Yes
net5.0 Yes
net6.0 Yes
net7.0 Yes

AllOverIt.Reactive

NuGet NuGet

Provides utility extensions for use with System.Reactive.

Target Supported
netstandard2.1 Yes
netcoreapp3.1 Yes
net5.0 Yes
net6.0 Yes
net7.0 Yes

AllOverIt.ReactiveUI

NuGet NuGet

Provides utility extensions for use with ReactiveUI.

Target Supported
netstandard2.1 Yes
netcoreapp3.1 Yes
net5.0 Yes
net6.0 Yes
net7.0 Yes

AllOverIt.Serialization

NuGet NuGet

Provides common serialization helpers.

Target Supported
netstandard2.1 Yes
netcoreapp3.1 Yes
net5.0 Yes
net6.0 Yes
net7.0 Yes

AllOverIt.Serialization.Abstractions

NuGet NuGet

Provides abstractions for JSON serialization.

Target Supported
netstandard2.1 Yes
netcoreapp3.1 Yes
net5.0 Yes
net6.0 Yes
net7.0 Yes

AllOverIt.Serialization.NewtonSoftJson

NuGet NuGet

A JSON serialization wrapper around NewtsonSoft.Json (an implementation for AllOverIt.Serialization.Abstractions).

Target Supported
netstandard2.1 Yes
netcoreapp3.1 Yes
net5.0 Yes
net6.0 Yes
net7.0 Yes

AllOverIt.Serialization.SystemTextJson

NuGet NuGet

A JSON serialization wrapper around System.Text.Json (an implementation for AllOverIt.Serialization.Abstractions).

Target Supported
netstandard2.1 Yes
netcoreapp3.1 Yes
net5.0 Yes
net6.0 Yes
net7.0 Yes

AllOverIt.Validation

NuGet NuGet

Provides additional validators and extensions for use with FluentValidation.

Target Supported
netstandard2.1 Yes
netcoreapp3.1 Yes
net5.0 Yes
net6.0 Yes
net7.0 Yes

alloverit's People

Contributors

mjfreelancing avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.