Mohammad Ebrahimi
Mohammad Ebrahimi
Awesome Microservices .NET Core - https://github.com/mjebrahimi/Awesome-Microservices-NetCore A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core #711 Honestly, I did not...
Great awesome, Thank you. Also, this [Awesome Microservices .NET Core](https://github.com/mjebrahimi/Awesome-Microservices-NetCore) might be worth a mention in this awesome.
Add support for other HW Accel such as: - cuda - qsv - d3d11va
I couldn't understand the cause of the problem but when you select _mp4_ format, the audio codec ComboBox just selects _Copy_ and you can't choose another options.
Because of this [type check](https://github.com/dotnet/efcore/blob/b8bdb212dadb53c7aa39209b256e5651d1b60aa5/src/EFCore/Extensions/EntityFrameworkQueryableExtensions.cs#L2941) `source.Provider is EntityQueryProvider`, all of the below methods does not work on EFPlus custom providers. - `TagWith` - `Include` - `ThenInclude` - `IgnoreAutoIncludes` - `IgnoreQueryFilters`...
It would be great if these methods had been added for Decorator `DecorateTransient();` `DecorateScoped();` `DecorateSingleton();` Currently, both Decorator and the class which is decorating has been registered by the [same...
Using `IOptionsSnapshot`, you or your library users can reload the configuration without relaunching the application.
If you’re writing **general-purpose** library code, use `ConfigureAwait(false)`. For more information you can read Stephen Cleary's article, [ConfigureAwait FAQ](https://devblogs.microsoft.com/dotnet/configureawait-faq/) If you think ConfigureAwait(false) is no longer necessary in .NET Core...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug **Reproduce:** ``` dotnet new bit-ssb --name a-b.c & cd a-b.c...
در [اینجا](https://github.com/delphiassistant/permission_control_system/blob/7ecfc122ad77504622d9ee16e6508d492a85cad6/IdentityCustomized/App_Start/Startup.Auth.cs#L111) وجود AuthorizeAttribute بر روی Controller و Action ها توسط Reflection بررسی شده است. 1- ولی اگر فیلتر Authorize به صورت سراسری تعریف شده باشد دیگر با این روش...