aspnet-api-versioning
FluentValidation
Our great sponsors
aspnet-api-versioning | FluentValidation | |
---|---|---|
10 | 19 | |
2,660 | 7,965 | |
3.0% | 1.3% | |
9.4 | 8.1 | |
6 days ago | 7 days ago | |
C# | C# | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
aspnet-api-versioning
-
Angular, ASP.NET core web api, and DTOs
- The DTOs on the server should generally not change without warning. A deprecation cycle should ideally be in place so consumers can keep up over time and front end development doesn't have to be lock-step with the services the consume. Ideally some period of time between service v1 being deprecated and service v2 being required to allow consumers to react ( in this case, you're the consumer, so be kind to yourself ). Deets: https://github.com/dotnet/aspnet-api-versioning
-
8 quick tips to improve your .NET API
This API versioning can be parameterized with some options, including the default version or even how the versioning will be done, whether by URL, header or media type. For more details, you can access the official documentation.
-
.NET Core — API Versioning
A lista completa pode ser vista aqui: https://github.com/microsoft/aspnet-api-versioning/wiki/Version-Format
-
What every ASP.NET Core Web API project needs - Part 2 - API versioning and Swagger
Check out the official API versioning Github repository to find out more information.
FluentValidation
-
8 quick tips to improve your .NET API
There is an RFC called Problem Details (RFC7807) that standardizes how an error in an API should be responded to for the client. If you use Fluent validation, you may have noticed that the response is within this pattern.
- [Parte 2] CQRS y MediatR: Validando con FluentValidation
-
Building REST APIs In .Net 6 The Easy Way!
here we're defining the input validation requirements using fluent validation rules. let's see what happens when the user input doesn't meet the above criteria. execute the same request in swagger with the following incorrect json content:
-
How to properly sanitise & check POST data from REST API? Which libraries can you suggest? best ways nowadays in 2022
I remember FluentValidation being a nice library for this type of stuff.
-
Improving Anemic Models
Literally the code example in the front page: https://fluentvalidation.net/
-
BREAKING!! NPM package ‘ua-parser-js’ with more than 7M weekly download is compromised
https://www.nuget.org/packages/Newtonsoft.Json/ https://www.nuget.org/packages/AutoMapper/ https://www.nuget.org/packages/Dapper/ https://www.nuget.org/packages/FluentValidation/ https://www.nuget.org/packages/FluentAssertions/ https://www.nuget.org/packages/NUnit/ https://www.nuget.org/packages/xunit/ https://www.nuget.org/packages/YamlDotNet/ https://www.nuget.org/packages/Moq/ That is simply not true. Mature c# projects purposely maintain no downstream dependencies and is they do, it's to a major reputable lib. See for yourself - these are staple third party packages commonly used. Anything dependency starting with System or NETStandard is Microsoft maintained.
- ASP.NET Core 6: Minimal APIs y Carter
-
GraphQL mutation union erros (6a) with Hotchocolate GraphQL Server
FluentValidator for validating and authorising certain fields.
-
share one RazorPage application of CleanArchitecture Project
FluentValidation
-
Fluent Validator for File Size With Client-side Validation
Fluent Validation is a great package for handling, well, validation. It ties in well with ASP.NET as well, providing client-side hits in the form of data-val attributes on your form inputs that can be used by whatever means of client-side validation you use, the jQuery thingamajig by default.
What are some alternatives?
Guard - A high-performance, extensible argument validation library.
ReactJS.NET - .NET library for JSX compilation and server-side rendering of React components
CsvHelper - Library to help reading and writing CSV files
MediatR - Simple, unambitious mediator implementation in .NET
Enums.NET - Enums.NET is a high-performance type-safe .NET enum utility library
Hot Chocolate - Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.
Polly - Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
json-everything - System.Text.Json-based support for all of your JSON needs.
AutoMapper - A convention-based object-object mapper in .NET.
Validot - Validot is a performance-first, compact library for advanced model validation. Using a simple declarative fluent interface, it efficiently handles classes, structs, nested members, collections, nullables, plus any relation or combination of them. It also supports translations, custom logic extensions with tests, and DI containers.
Humanizer - Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
Jering.Javascript.NodeJS - Invoke Javascript in NodeJS, from C#