Maytham FahmiHow to make Shortest path in Grid using BFS in C# — Maytham FahmiSince I started in the university and learned about data structure. Queue was (I assume many of you know what Queue, it is a First…Feb 2, 20221Feb 2, 20221
Maytham FahmiHow to start using Azure PowerShell in DockerRecently I was reading that AzureRM PowerShell module is getting retried beginning of 2024. It sounds like long time, but nowadays, thing…Jan 26, 2022Jan 26, 2022
Maytham FahmiHow to manage secrets in .NET locally and on GitHub? — Maytham FahmiA lot of software development requires secrets to interact with other systems, database, api keys etc.Jan 2, 2022Jan 2, 2022
Maytham FahmiRange and Reverse: New LINQ extensions in .NET 6—Since .NET 6 is released recently, it is a good opportunity to mention some of the new LINQ extensions methods. I will post a series of…Dec 24, 2021Dec 24, 2021
Maytham FahmiMaxBy and MinBy: New LINQ extensions series — Maytham FahmiMaxBy and MinBy are both part of .NET 6. Since .NET 6 is released recently, it is a good opportunity to mention some of the new LINQ…Dec 21, 2021Dec 21, 2021
Maytham FahmiHow to encrypt and decrypt in .NET using CryptoNet — Maytham FahmiFew years back I wrote an encryption and decryption code for protecting sensitive person data for fin-tech business.Dec 20, 2021Dec 20, 2021
Maytham FahmiTryGetNonEnumeratedCount: New LINQ extensions series — Maytham FahmiTryGetNonEnumeratedCount is part of .NET 6. Since .NET 6 is released recently, it is a good opportunity to mention some of the new LINQ…Dec 19, 2021Dec 19, 2021
Maytham FahmiHow to add extra configuration to web.config for Release environment -As you are aware of that you might need to added extra configuration to web.config when you release your ASP.NET project.Mar 24, 2018Mar 24, 2018