Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/litichevskiydv/webinfrastructure
Lightweight framework for fast WebApi development under ASP.NET Core
https://github.com/litichevskiydv/webinfrastructure
asp-net-core aspnet-core aspnetcore dotnet-core dotnetcore webapi
Last synced: 8 days ago
JSON representation
Lightweight framework for fast WebApi development under ASP.NET Core
- Host: GitHub
- URL: https://github.com/litichevskiydv/webinfrastructure
- Owner: litichevskiydv
- License: mit
- Created: 2016-08-21T19:07:34.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-08T14:46:23.000Z (about 2 years ago)
- Last Synced: 2024-12-16T09:35:02.552Z (23 days ago)
- Topics: asp-net-core, aspnet-core, aspnetcore, dotnet-core, dotnetcore, webapi
- Language: C#
- Homepage:
- Size: 843 KB
- Stars: 27
- Watchers: 7
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebInfrastructure
[![Build status](https://ci.appveyor.com/api/projects/status/5oqd13m1ernncp1p/branch/master?svg=true)](https://ci.appveyor.com/project/litichevskiydv/webinfrastructure/branch/master)
[![Build Status](https://github.com/litichevskiydv/WebInfrastructure/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/litichevskiydv/WebInfrastructure/actions/workflows/ci.yaml)
[![codecov](https://codecov.io/gh/litichevskiydv/WebInfrastructure/branch/master/graph/badge.svg)](https://codecov.io/gh/litichevskiydv/WebInfrastructure)WebInfrastructure is a lightweight framework for fast WebApi development with ASP.NET Core.
Packages
---
Package | Description | NuGet |
--------| -------- | :------------ |
`Skeleton.Common` | Common extension and classes | [![NuGet version](https://badge.fury.io/nu/Skeleton.Common.svg)](https://www.nuget.org/packages/Skeleton.Common)
`Skeleton.CQRS.Abstractions` | Abstractions of the CQRS pattern | [![NuGet version](https://badge.fury.io/nu/Skeleton.CQRS.Abstractions.svg)](https://www.nuget.org/packages/Skeleton.CQRS.Abstractions)
`Skeleton.CQRS.Implementation` | Implementation of the CQRS pattern | [![NuGet version](https://badge.fury.io/nu/Skeleton.CQRS.Implementations.svg)](https://www.nuget.org/packages/Skeleton.CQRS.Implementations)
`Skeleton.Dapper` | Helpers and extensions for Dapper | [![NuGet version](https://badge.fury.io/nu/Skeleton.Dapper.svg)](https://www.nuget.org/packages/Skeleton.Dapper)
`Skeleton.Web` | Base classes for WebApi creation | [![NuGet version](https://badge.fury.io/nu/Skeleton.Web.svg)](https://www.nuget.org/packages/Skeleton.Web)
`Skeleton.Web.Authentication` | Authentication primitives for WebApi | [![NuGet version](https://badge.fury.io/nu/Skeleton.Web.Authentication.svg)](https://www.nuget.org/packages/Skeleton.Web.Authentication)
`Skeleton.Web.Conventions` | Conventions for WebApi data transmissions | [![NuGet version](https://badge.fury.io/nu/Skeleton.Web.Conventions.svg)](https://www.nuget.org/packages/Skeleton.Web.Conventions)
`Skeleton.Web.Integration` | Primitives for writing WebApi clients | [![NuGet version](https://badge.fury.io/nu/Skeleton.Web.Integration.svg)](https://www.nuget.org/packages/Skeleton.Web.Integration)
`Skeleton.Web.Logging.Abstractions` | Abstractions for structured logging | [![NuGet version](https://badge.fury.io/nu/Skeleton.Web.Logging.Abstractions.svg)](https://www.nuget.org/packages/Skeleton.Web.Logging.Abstractions)
`Skeleton.Web.Logging.NLog` | Primitives for logging via NLog | [![NuGet version](https://badge.fury.io/nu/Skeleton.Web.Logging.NLog.svg)](https://www.nuget.org/packages/Skeleton.Web.Logging.NLog)
`Skeleton.Web.Logging.Serilog` | Primitives for logging via Serilog | [![NuGet version](https://badge.fury.io/nu/Skeleton.Web.Logging.Serilog.svg)](https://www.nuget.org/packages/Skeleton.Web.Logging.Serilog)
`Skeleton.Web.Serialization.Abstractions` | Abstractions for using different serializers | [![NuGet version](https://badge.fury.io/nu/Skeleton.Web.Serialization.Abstractions.svg)](https://www.nuget.org/packages/Skeleton.Web.Serialization.Abstractions)
`Skeleton.Web.Serialization.Jil` | Primitives for using serializer based on Jil | [![NuGet version](https://badge.fury.io/nu/Skeleton.Web.Serialization.Jil.svg)](https://www.nuget.org/packages/Skeleton.Web.Serialization.Jil)
`Skeleton.Web.Serialization.JsonNet` | Primitives for using serializer based on Json.Net| [![NuGet version](https://badge.fury.io/nu/Skeleton.Web.Serialization.JsonNet.svg)](https://www.nuget.org/packages/Skeleton.Web.Serialization.JsonNet)
`Skeleton.Web.Serialization.Protobuf` | Primitives for using serializer based on Protobuf | [![NuGet version](https://badge.fury.io/nu/Skeleton.Web.Serialization.Protobuf.svg)](https://www.nuget.org/packages/Skeleton.Web.Serialization.Protobuf)
`Skeleton.Web.Testing` | Primitives for writing WebApi integration tests | [![NuGet version](https://badge.fury.io/nu/Skeleton.Web.Testing.svg)](https://www.nuget.org/packages/Skeleton.Web.Testing)
`Skeleton.Queues.Abstractions` | Library with abstractions for working with message queues | [![NuGet version](https://badge.fury.io/nu/Skeleton.Queues.Abstractions.svg)](https://www.nuget.org/packages/Skeleton.Queues.Abstractions)
`Skeleton.Queues.RabbitMq` | Library with classes for working with RabbitMq | [![NuGet version](https://badge.fury.io/nu/Skeleton.Queues.RabbitMq.svg)](https://www.nuget.org/packages/Skeleton.Queues.RabbitMq)