How to mock authorize attribute for testing in asp.net core 3.1 03-12-202205-06-2020 by Maytham Fahmi Why not making it possible to by pass Authorization in development stage in general, so both integration testing and developer can do the development with less frustration?ShareTweetSharePin
How to .NET Core 3.0 Wpf application use Dependency Injection 08-02-202219-10-2019 by Maytham Fahmi I have recently come across this requirement to a project I am working on that requires Dependency Injection. For this we need to install/add nuget package to our Wpf project: In my case I created a class that I want to use for logging called it LogBase, so in my App.xaml.cs class add following, this….ShareTweetSharePin