{"id":22882355,"url":"https://github.com/loresoft/mediatr.commandquery","last_synced_at":"2025-04-06T02:08:51.009Z","repository":{"id":33954815,"uuid":"143024873","full_name":"loresoft/MediatR.CommandQuery","owner":"loresoft","description":"CQRS framework based on MediatR","archived":false,"fork":false,"pushed_at":"2025-04-02T08:05:41.000Z","size":1217,"stargazers_count":26,"open_issues_count":3,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T11:15:16.024Z","etag":null,"topics":["cqrs","entity-framework-core","mediatr"],"latest_commit_sha":null,"homepage":"http://loresoft.com/MediatR.CommandQuery/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/loresoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"loresoft"}},"created_at":"2018-07-31T14:22:17.000Z","updated_at":"2025-04-02T08:05:37.000Z","dependencies_parsed_at":"2024-01-01T00:41:35.109Z","dependency_job_id":"89130b11-71fc-4c04-9ac2-57e568a8eb2c","html_url":"https://github.com/loresoft/MediatR.CommandQuery","commit_stats":null,"previous_names":["loresoft/entityframeworkcore.commandquery"],"tags_count":47,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loresoft%2FMediatR.CommandQuery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loresoft%2FMediatR.CommandQuery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loresoft%2FMediatR.CommandQuery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loresoft%2FMediatR.CommandQuery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loresoft","download_url":"https://codeload.github.com/loresoft/MediatR.CommandQuery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247423514,"owners_count":20936626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cqrs","entity-framework-core","mediatr"],"created_at":"2024-12-13T18:17:07.235Z","updated_at":"2025-04-06T02:08:50.985Z","avatar_url":"https://github.com/loresoft.png","language":"C#","readme":"# MediatR.CommandQuery\n\nCQRS framework using MediatR, AutoMapper and FluentValidation\n\n| Package                                                                                                              | Version                                                                                                                                                                                              | Description                                                      |\n| :------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------- |\n| [MediatR.CommandQuery](https://www.nuget.org/packages/MediatR.CommandQuery/)                                         | [![MediatR.CommandQuery](https://img.shields.io/nuget/v/MediatR.CommandQuery.svg)](https://www.nuget.org/packages/MediatR.CommandQuery/)                                                             | Base package for Commands, Queries and Behaviours                |\n| [MediatR.CommandQuery.EntityFrameworkCore](https://www.nuget.org/packages/MediatR.CommandQuery.EntityFrameworkCore/) | [![MediatR.CommandQuery.EntityFrameworkCore](https://img.shields.io/nuget/v/MediatR.CommandQuery.EntityFrameworkCore.svg)](https://www.nuget.org/packages/MediatR.CommandQuery.EntityFrameworkCore/) | Entity Framework Core handlers for the base Commands and Queries |\n| [MediatR.CommandQuery.MongoDB](https://www.nuget.org/packages/MediatR.CommandQuery.MongoDB/)                         | [![MediatR.CommandQuery.MongoDB](https://img.shields.io/nuget/v/MediatR.CommandQuery.MongoDB.svg)](https://www.nuget.org/packages/MediatR.CommandQuery.MongoDB/)                                     | Mongo DB handlers for the base Commands and Queries              |\n| [MediatR.CommandQuery.Endpoints](https://www.nuget.org/packages/MediatR.CommandQuery.Endpoints/)                     | [![MediatR.CommandQuery.Endpoints](https://img.shields.io/nuget/v/MediatR.CommandQuery.Endpoints.svg)](https://www.nuget.org/packages/MediatR.CommandQuery.Endpoints/)                               | Minimal API endpoints for base Commands and Queries              |\n| [MediatR.CommandQuery.Mvc](https://www.nuget.org/packages/MediatR.CommandQuery.Mvc/)                                 | [![MediatR.CommandQuery.Mvc](https://img.shields.io/nuget/v/MediatR.CommandQuery.Mvc.svg)](https://www.nuget.org/packages/MediatR.CommandQuery.Mvc/)                                                 | MVC Controller endpoints base Commands and Queries               |\n\n## Features\n\n- Base commands and queries for common CRUD operations\n- Generics base handlers for implementing common CRUD operations\n- Common behaviors for audit, caching, soft delete, multi-tenant and validation\n- View modal to data modal mapping via AutoMapper\n- Model validation via FluentValidation\n- Entity Framework Core handlers for common CRUD operations\n- MongoDB handlers for common CRUD operations\n\n## Installation\n\nThe MediatR.CommandQuery.EntityFrameworkCore library is available on nuget.org via package name `MediatR.CommandQuery.EntityFrameworkCore`.\n\nTo install MediatR.CommandQuery.EntityFrameworkCore, run the following command in the Package Manager Console\n\n```powershell\nInstall-Package MediatR.CommandQuery.EntityFrameworkCore\n```\n\nOR\n\n```shell\ndotnet add package MediatR.CommandQuery.EntityFrameworkCore\n```\n","funding_links":["https://github.com/sponsors/loresoft"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floresoft%2Fmediatr.commandquery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floresoft%2Fmediatr.commandquery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floresoft%2Fmediatr.commandquery/lists"}