dotnet-microservices-boilerplate
dotnet-microservices-boilerplate copied to clipboard
The Ultimate Microservices Starter Kit for .NET Developers!
Hi Mukesh, Thanks a lot for sharing the dotnet-microservices-boilerplate. It has lot of useful details and lot of learning for me. Recently I was going through a video on Simplified...
PS C:\Users\punko\Downloads\dotnet-microservices-boilerplate\fluentpos> make tye process_begin: CreateProcess(NULL, tye run, ...) failed. make (e=2): The system cannot find the file specified. make: *** [Makefile:5: tye] Error 2
This is a great project. Was curious what the rationale was for: 1. static [application classes](https://github.com/fullstackhero/dotnet-microservices-boilerplate/blob/main/fluentpos/services/cart/Application/Features/GetCart.cs) 2. removing [dapr](https://github.com/fullstackhero/dotnet-microservices-boilerplate/pull/69)
Never use silent catch. it will be better to log exceptions https://github.com/fullstackhero/dotnet-microservices-boilerplate/blob/3f506d7ebf023aee63c73fd34bd198ad5972e31e/framework/Infrastructure/Caching/DistributedCacheService.cs#L62