All Projects → WebApiContrib → Webapicontrib.core

WebApiContrib / Webapicontrib.core

Licence: mit
Community Contributions for ASP.NET Core

Projects that are alternatives of or similar to Webapicontrib.core

Aspnetcore Realworld Example App
ASP.NET Core backend implementation for RealWorld
Stars: ✭ 1,315 (+208.69%)
Mutual labels:  asp-net-core, net-core
Fido2 Net Lib
FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET
Stars: ✭ 417 (-2.11%)
Mutual labels:  asp-net-core, net-core
X.pagedlist
Library for easily paging through any IEnumerable/IQueryable in ASP.NET/ASP.NET Core
Stars: ✭ 625 (+46.71%)
Mutual labels:  asp-net-core, net-core
Cqrs Clean Eventual Consistency
CQRS, using Clean Architecture, multiple databases and Eventual Consistency
Stars: ✭ 247 (-42.02%)
Mutual labels:  asp-net-core, net-core
IdentityServer4.PhoneNumberAuth
Sample passwordless phone number authentication using OAuth in ASP.NET Core 2.2
Stars: ✭ 83 (-80.52%)
Mutual labels:  asp-net-core, net-core
Plato
Plato helps software teams connect & stay engaged with users to gather feedback, provide support & deliver better software.
Stars: ✭ 293 (-31.22%)
Mutual labels:  asp-net-core, net-core
Elmahcore
ELMAH for Net.Standard and Net.Core
Stars: ✭ 127 (-70.19%)
Mutual labels:  asp-net-core, net-core
LoggingAdvanced
Improved and patched .NET Core console logger.
Stars: ✭ 20 (-95.31%)
Mutual labels:  asp-net-core, net-core
jQuery-datatable-server-side-net-core
A simple Visual Studio solution using jQuery DataTable with Server-Side processing using .NET 5
Stars: ✭ 71 (-83.33%)
Mutual labels:  asp-net-core, net-core
vscode-csharp-snippets
Extension of C# Snippets for Visual Studio Code
Stars: ✭ 22 (-94.84%)
Mutual labels:  asp-net-core, net-core
Simplcommerce
A simple, cross platform, modularized ecommerce system built on .NET Core
Stars: ✭ 3,474 (+715.49%)
Mutual labels:  asp-net-core, net-core
Chartjs.blazor
Brings Chart.js charts to Blazor
Stars: ✭ 402 (-5.63%)
Mutual labels:  asp-net-core
Nlog.extensions.logging
NLog Provider for Microsoft.Extensions.Logging for .NET Standard libraries and .NET Core applications
Stars: ✭ 323 (-24.18%)
Mutual labels:  net-core
Umbraco Cms
The simple, flexible and friendly ASP.NET CMS used by more than 730.000 websites
Stars: ✭ 3,484 (+717.84%)
Mutual labels:  asp-net-core
Microsoft Identity Web
Helps creating protected web apps and web APIs with Microsoft identity platform and Azure AD B2C
Stars: ✭ 321 (-24.65%)
Mutual labels:  asp-net-core
Panda.dynamicwebapi
ASP.NET Core Dynamic Restful WebApi. Generating WebApi from Classes. Such as: Direct Generation of WebApi Based on Business Logic Layer.
Stars: ✭ 410 (-3.76%)
Mutual labels:  asp-net-core
Comcms core
COMCMS_Core 版本
Stars: ✭ 377 (-11.5%)
Mutual labels:  asp-net-core
Blog.identityserver
🥗 打造一个功能强大的通用型Ids4用户认证授权服务中心,配合之前的所有开源项目
Stars: ✭ 315 (-26.06%)
Mutual labels:  asp-net-core
Exceptionless.net
Exceptionless clients for the .NET platform
Stars: ✭ 362 (-15.02%)
Mutual labels:  asp-net-core
Aspnetcore Webapi Sample
This is a sample ASP.NET Core WebAPI
Stars: ✭ 310 (-27.23%)
Mutual labels:  asp-net-core

WebAPIContrib for ASP.NET CORE

Badges
netstandard 2.0 Build status

WebAPIContrib.Core is a collection of open source projects, add-ons and extensions to help improve your work with ASP.NET Core and ASP.NET Core MVC.

Main

  • WebApiContrib.Core Nuget
    • GlobalRoutePrefixConvention - IApplicationModelConvention allowing you to set a global route prefix, which is then combined into all actions
    • FromBodyApplicationModelConvention - IApplicationModelConvention allowing you to globally apply body binding source to action parameters. You can also provide predicates to filter on specific controllers, actions or parameters
    • RequiredFromQueryAttribute allowing you to mark specific action parameters as mandatory query strings
    • OverridableFilterProvider - allows you to override filters from higher scope (i.e. global filters) on lower scope (i.e. controller filters)
    • ValidationAttribute - an action filter returning 400 response in case there are any model state errors

Formatters

TagHelpers

WebPages

A project allowing you to create Razor web pages without any controller/action infrastructure. Just add a Views/MyPage.cshtml and you can now navigate to <server root>/MyPage in the browser. Supports the typical Razor constructs - inline C# code, @inject etc.

Other


Contributing

If you would like to contribute, feel free to fork the projects or get in touch with the mailing list: https://groups.google.com/group/webapicontrib or on Slack. Also make sure to look at the contributing guidelines.

Want to transfer your project to WebApiContrib?

You created your own project and now want to transfer it to WebApiContrib? Awesome! We've got you covered. It is easy peasy.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].