Mehdi Hadeli

Results 154 issues of Mehdi Hadeli

Application Frameworks/MicroBootstrap: MicroBootstrap is a framework for quickly and conveniently creating microservices on .NET Core. [https://github.com/mehdihadeli/MicroBootstrap](https://github.com/mehdihadeli/MicroBootstrap)

Hi, [https://github.com/mehdihadeli/awesome-dotnet-architecture](https://github.com/mehdihadeli/awesome-dotnet-architecture) Collection of useful articles and resources to learning and practicing about software architecture, patterns, and principles in .Net platform. # By submitting this pull request I confirm I've...

Hi, I want to create dedicated request variables without overriding with next request variable data How can I do this? ``` bash ### # @name Get_Customer_By_Id @customer_id=719173096833024 ---> this variable...

Hi, Thanks for your great work :) I like this rep. One question, what is usage of IdentiyApp? You didn't use it to authenticate your APIs in ServerApp ! What...

Hi, Thanks for your good implementation. I have a suggestion, In my opinion it is better we have a separated `UnitOfWork` pattern on top of this repository instead of doing...

enhancement
breaking-change

- [Write cleaner APIs in .NET 7 with MediatR](https://www.youtube.com/watch?v=euUg_IHo7-s)

- [thangchung/coffeeshop-on-nomad](https://github.com/thangchung/coffeeshop-on-nomad) - [Traefik Proxy Now Fully Integrates with Hashicorp Nomad](https://traefik.io/blog/traefik-proxy-fully-integrates-with-hashicorp-nomad/) - [fhemberger/nomad-demo](https://github.com/fhemberger/nomad-demo) - [nairnavin/practical-nomad-consul](https://github.com/nairnavin/practical-nomad-consul)

devops

- [Testing your C# code reliably by freezing it in time](https://www.youtube.com/watch?v=Q1_YkcPwpqY) - [https://github.com/VerifyTests/Verify](https://github.com/VerifyTests/Verify)

testing

- [https://github.com/testcontainers/testcontainers-dotnet](https://github.com/testcontainers/testcontainers-dotnet) - [The cleanest way to use Docker for testing in .NET](https://www.youtube.com/watch?v=8IRNC7qZBmk) - [Testing like a PRO with XUnit & Localstack - .NET 7](https://www.youtube.com/watch?v=Ad7wruPBp3M) - [https://github.com/pdevito3/PeakLimsApi](https://github.com/pdevito3/PeakLimsApi) - [How to...

testing

- [Exploring distributed tracing with ASP NET Core 6](https://www.youtube.com/watch?v=l1_i8p2hVlE) - [https://github.com/open-telemetry/opentelemetry-dotnet-contrib/blob/main/test/OpenTelemetry.Instrumentation.MassTransit.Tests/MassTransitInstrumentationTests.cs](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/blob/main/test/OpenTelemetry.Instrumentation.MassTransit.Tests/MassTransitInstrumentationTests.cs) - [https://github.com/open-telemetry/opentelemetry-dotnet/tree/98cb28974af43fc893ab80a8cead6e2d4163e144/examples/AspNetCore](https://github.com/open-telemetry/opentelemetry-dotnet/tree/98cb28974af43fc893ab80a8cead6e2d4163e144/examples/AspNetCore) - [https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter](https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter) - [https://opentelemetry.io/docs/collector/getting-started/](https://opentelemetry.io/docs/collector/getting-started/) - [Distributed Tracing in .NET 6 using OpenTelemetry - Martin Thwaites - NDC...

feature