Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by I-RzR-I

A curated list of projects in awesome lists by I-RzR-I .

https://github.com/i-rzr-i/aggregatedgenericresultmessage

This repository can help you to aggregate all results from an API or method in one. So as a result of this, you will have control over all responses given to the caller.

api error framework info message net response result resultmessage returnmessage service soap

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/egovmd-msignhelperdotnet

A wrapper for governmental signing service for a quick way to implement it with a few configuration settings. Service is provided by an e-governance agency (https://egov.md/), named `MSign`, available in the Republic of Moldova.

age dotnet e-gov ega framework helper md msign rm service sign wrapper

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/xresponsetimemw

Generate and write in HTTPContext response header variables request execution time('X-Response-Time') and also provide execution time for an action('X-Action-Response-Time'). This thing may help you when is needed to analyse application time consumiing.

header http middleware profiling response responsetime time tracing variable xresponsetime

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/pagedlistresult

`PagedListResult` is a library designed to offer possibilities to get/return data from a dataset in small parts with multiple filter possibilities.

database db entity enumerable filter list model order page pagination result search

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/uniqxtraceidmw

Generate and overwrite default/predefined trace identifiers in the HTTP context. Value of 'HttpContext.TraceIdentifier' is changed and also add new header variable in 'HttpContext.Response.Headers' named 'X-Trace-Id' to trace requests in trace logs.

header http logs middleware response trace tracing variable x-trace

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/mockasyncenumerable

A simple implementation for a list of data transforms to async enumerable, allowing the use of paginated grid results or any action or dynamic aggregated query using EF Core (`Microsoft.EntityFrameworkCore`) through Expressions (`System.Linq.Expressions`)

database db entity enumerable list mock model

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/soapclientcallassist

Provides a more easy way to implement and invoke SOAP(1.1, 1.2) service(`WCF`, `ASMX`) endpoints avoiding dependency on the `WSDL` definition and build requests with minimum required info (basic definition: `Action`, `XML`, `HTTP method`, etc)

async call client http service soap web-service

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/domaincommonextensions

The purpose of this repository/library is to provide the most relevant and used extension methods in the life cycle of application development that allow us to improve our code, and writing speed, and use more efficiently dev team time during this period for more complex functionality.

api class data datatype extension helper object parser type util

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/dbobjectexecutor

The idea to implement the current repository started many years ago and is based on simple ideas and problems that must be solved. The base problem is in the stored procedure or function execution. So practically in every ORM you can find, the method of execution object is quite difficult and does not allow their in a fairly simple and adequate way

attribute database db entityframework exec execute function object proceudre

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/etagmw

Add ETag variable in HTTP response

etag header http middleware response variable

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/linkshortener

This repository represents an implementation of transforming long, ugly links into more nice, memorable, and trackable short URLs. The current code implementation allows to the shortening of long links and storing them.

code key link shortener tiny transform ugly url

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/uniqueservicecollection

A product that can check and remove/avoid multiple and duplicate services injection in your current project.

collection dependency inject injection multiple remove service startup unique

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/aggregatedgenericresultmessage-web

This library is an aggregate of some extensions to use more comfortable `Result lib`. In other words, transform from `Result` to `IActionResult`.

response result resultmessage service web

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/codesource

Provide an easy, accurate, and organized solution for storing data in your source code about some ideas, comments, or code references, which was an inspiration for realizing your current functionality.

anchor attribute author code document parser reference source

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/endpointhostbinder

A middleware that listens to application requests and validates them, allows them to be processed by `IEndpointHostRequestHandler` and `IEndpointHostResult`. Allow to expose application endpoint, without any (bypassing) controllers.

api bind endpoint host middleware resource

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/appinitdefinitiondecorate

The current repository allows you to maintain your start-up project class cleanly, and organize solution structure more clearly, simply readable, and reusable. And with the possibility to order initialize and use it or not. Using this functionality allows you to safely add new dependence, adjust existing or remove/relocate it.

app application decorate definition dependency di initialize injection order priority startup

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/i-rzr-i

Config files for my GitHub profile.

config github-config

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/egovmd-mnotifyhelperdotnet

A wrapper for governmental notification service for a quick way to implement it with a few configuration settings. Service is provided by an e-governance agency (https://egov.md/), named `MNotify`, available in the Republic of Moldova.

age dotnet e-gov ega framework helper md mnotify notify rm service wrapper

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/hfmrprocessor

Execute a background processes in out-of-process. As you may have a requirement to implement a document generation (or any other bulk operations) which can cost a lot of time and you don't want to block current UI and allow user to navigate or do something else in your application, here you can see an approch how to implement this stuff.

background execute hangfire invoke mediator mediatr out-of-process process processor task

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/yarpapiproxysample

A simple implementation of microservices architecture with a gateway

gateway proxy reverse-proxy yarp

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/generatechangelogps1

Generate changelog from GIT commits

application changelog commit generate git version

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/mediatritemextension

This is a relatively simple VS extension that allows you to create necessary classes when u use `MediatR` with `FluentValidation` nuget packages. Also, allows to save time and redirect it to more important tasks that are on the board or in the queue.

class command cqrs handle item mediatr query validator

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/egovmd-mloghelperdotnet

A wrapper for governmental logging service for a quick way to implement it with a few configuration settings. Service is provided by an e-governance agency (https://egov.md/), named `MLog`, available in the Republic of Moldova.

age dotnet ega egov framework govmd helper log md mlog rm service wrapper

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/methodscheduler

The primary purpose of this repository is to provide a simple and effective scheduler for one or multiple methods(functions, business logic blocks, etc) using `System.Threading.Timer` with some timer settings.

dotnet method middleware schedule task taskscheduler timer worker

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/dynamicexcelprovider

Export data to Excel format in an easier mode and with dynamic results.

csv excel export generate xlsx

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/egovmd-mpasshelperdotnet

A wrapper for governmental SSO service for a quick way to implement it with a few configuration settings. Service is provided by an e-governance agency (https://egov.md/), named `MPass`, available in the Republic of Moldova."

age authentication dotnet e-gov ega framework helper md mpass rm service wrapper

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/itemdistribution

An item/document distribution suggestion based on user load calculation.

coefficient distribution document entity item list

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/onetimerequesttoken

Provide a simple solution to protect the application endpoint from untrusted or unwanted requests by supplying every invoked endpoint with a generated security code.

antiforgery code endpoint http protect secure token

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/egovmd-mconnecthelperdotnet

A wrapper for governmental interoperability service for a quick way to implement it with a few configuration settings. Service is provided by an e-governance agency (https://egov.md/), named `MConnect`, available in the Republic of Moldova.

age connect dotnet e-gov ega framework gov-md helper interoperability mconnect md rm service wrapper

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/entitymaxlengthtrim

One important thing about this repository, you have the possibility to avoid database exceptions related to exceeding the limit of the maximum allowed length of the string type columns. To specify the maximum allowed string length you can use data annotation attributes predefined in `System.ComponentModel.DataAnnotations` or a new custom attribute.

database datatype db dto entity length maximum maxlength model parse split string trim truncate

Last synced: 12 Jan 2025

https://github.com/i-rzr-i/trytoexecute

The 'TryToExecute' represents an implementation of the try/catch/finally block. It can execute code without worrying about exceptions; it only specifies what to do in this case and delegate it.

action catch code delegate exception execute finally func try

Last synced: 12 Jan 2025