JsonApiDotNetCore
Audit.NET
JsonApiDotNetCore | Audit.NET | |
---|---|---|
7 | 6 | |
707 | 2,509 | |
0.0% | 1.0% | |
9.2 | 9.7 | |
7 days ago | 1 day ago | |
C# | C# | |
MIT License | MIT License |
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.
JsonApiDotNetCore
-
Ask HN: Nested Resources in REST/HTTP API URLs?
Well, that might be true when implementing from the scratch, but using a standard often also means, that someone has implemented a well known library to get rid of the boilerplate and basic decisions.
I personally often use jsonapi.net[1], a C# implementation of JSONAPI. This supports OpenAPI/Swagger with swashbuckle, has a very good filtering implementation and together with Orbit.js[2] it is pretty much without having to decide many things...
[1]: https://www.jsonapi.net/
- Ask HN: What's is your go to toolset for simple front end development?
- Recommendation reading (books/blogs) for best practices while designing REST APIs
-
Composing and nesting with JsonApiDotNetCore
It's so powerful that it even allows you to establish relationships between operations within a single request, using something called local IDs. Work is progressing quickly on the atomic-operations branch. Check it out on Github if you want to follow along.
-
Relationships
In our previous post we setup a basic JSON:API compliant API with the 4.0 release of the JsonApiDotNetCore framework. You can find the code we wrote under the part-1 branch on Github.
Audit.NET
-
How would you handle audit logging to a database?
I’ve had great success using Audit.Net. It supports a variety of different data stores and I believe it logs things in a background thread…I could be wrong though. At any rate, I have been using it with the EF provider and a custom table. No issues thus far.
- [Parte 7] ASP.NET: Creando un Sistema Auditable
-
Activity Log
I've looked into this as well and kept seeing https://github.com/thepirat000/Audit.NET pop up. There's also this huge thing https://abp.io/ that has auditing as a component.
-
[EF Core] How would you handle modeling of something akin to github issues?
Sounds like you could use Audit.NET
-
How to Audit Your ASP.NET Core WebApi
Next, I started looking into different available options. I came across various libraries, compare them and finally I chose Audit.Net WebApi for the following reasons:
-
Audit Trail Implementation in ASP .NET Core with Entity Framework Core (.NET 5)
There are about a billion packages for accomplishing this, e.g. https://github.com/thepirat000/Audit.NET/tree/master/src/Audit.EntityFramework - for everyone reading this, please use tried-and-tested packages like that, instead of this yet-another-reinvention-of-the-wheel.
What are some alternatives?
FFImageLoading - Fast & Furious Image Loading - Image loading, caching & transforming library for Xamarin and Windows
wcf - This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services.
Breeze - Breeze for C#, F#, and VB.NET client applications
MockQueryable - Mocking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc
ServiceStack - Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
SQLStreamStore - Stream Store library targeting RDBMS based implementations for .NET