🌍 Preparing for Economic Uncertainty: Five Essential Steps 💰📉🔍 The Current Economic Landscape The global economy is facing significant challenges. From the U.S. 🇺🇸 to Europe 🇪🇺 and beyond, financial uncertainty is rising. Experts warn that an economic shock 📉 could be on the horizon, making it crucial to...Mar 6, 2025·3 min read
TDD, .NET & GitHub Actions together - Persianhttps://youtu.be/CyKih69IOvk Github link : https://github.com/bugandfix/TaxSystemSep 6, 2023·1 min read
Occurrence Count of each character in a string in C# - Interview questionCounting the occurrence of each character in a string is a common job interview question, and it assesses your ability to manipulate strings and data structures. https://youtu.be/1ku2X88T_vsSep 5, 2023·1 min read
Truncate Text With Ellipsishttps://youtu.be/Qfak9ysF6lo Github Source Code : https://github.com/bugandfix/Truncate-Text-With-EllipsisSep 4, 2023·1 min read
Delete in EF 8 !Deleting a record efficiently using Entity Framework (EF) involves a few key considerations to minimize unnecessary database operations and improve performance. https://youtu.be/gt2PUWa340I public async void DeleteStudent(int Id) { UniverSi...Sep 4, 2023·1 min read
CSS Fade-in & Grow-in Effect on Hoverhttps://youtu.be/5ReBNRQuY3U Github Source Code : https://github.com/bugandfix/Mouse-HoverSep 3, 2023·1 min read
EF8, Raw SQL, but Dapper is FASTER !!!Dapper and Entity Framework (EF) are two different Object-Relational Mapping (ORM) libraries for .NET, and their performance characteristics can vary depending on the specific use case and how they are used. It's important to note that the performanc...Sep 3, 2023·1 min read