PinnedAhmet B. SimsekLearning C# Programming LanguageC# is a well-liked and effective programming language that is frequently used for creating a range of applications, including desktop, web…Jan 10, 2023Jan 10, 2023
Ahmet B. SimsekRedis — The High-Performance In-Memory Data StoreRedis is a popular open-source in-memory data store that is widely used by developers to store and manipulate data in real-time. Redis is…Apr 4, 20232Apr 4, 20232
Ahmet B. SimsekMessaging Patterns 101: A Comprehensive Guide for Software DevelopersPublish/Subscribe messaging pattern and Message Queueing pattern are two important messaging patterns used in distributed systems. Both…Mar 1, 2023Mar 1, 2023
Ahmet B. SimsekBoosting Your .NET Development with LINQ: Unraveling its Performance and CapabilitiesThe.NET framework’s powerful LINQ (Language Integrated Query) capability enables developers to execute queries on a variety of data…Feb 27, 2023Feb 27, 2023
Ahmet B. Simsek7 .Net Core Tips For BeginnersThe learning curve for .Net Core may appear severe to a beginner. But.NET Core is worth the time and effort because of its strong features…Feb 21, 2023Feb 21, 2023
Ahmet B. SimsekMultithreading vs. Asynchronous Programming in .Net CoreIn recent years, asynchronous programming has grown in popularity, particularly in.NET Core development. We will examine the distinctions…Feb 19, 2023Feb 19, 2023
Ahmet B. SimsekSOLID Principles: The Secret to Crafting Robust and Future-Proof SoftwareI am pretty sure whoever reads this article heard “SOLID” at least one time in their life. It is an acrostic of 5 set of rules which should…Feb 13, 2023Feb 13, 2023
Ahmet B. SimsekUnlock the Power of Unit Testing: A Beginner’s Guide to Quality Software Development👋Greetings and welcome to in-depth manual on unit testing in software development 🎉 We’ll be diving deep into the world of unit testing…Jan 30, 2023Jan 30, 2023
Ahmet B. SimsekDockerizing Your Applications: The Ultimate Solution for Cross-Platform DeploymentDocker is a tool that allows you to run applications in a consistent way, like a box, where all the necessary parts, settings and…Jan 27, 2023Jan 27, 2023
Ahmet B. SimsekUnderstanding and Using the ‘Unchecked’ Keyword in C#The “unchecked” keyword in C# is used to turn off overflow checking for integer operations within a block of code. This indicates that the…Jan 20, 2023Jan 20, 2023