Published inBootcampWhy I Stopped Using Else in CodeOne change that can make a big difference in the readability and maintainability of C# code is avoiding the else keyword. This might seem…1d ago1d ago
Published inBootcampSay Goodbye to Boolean FlagsEveryone knows domain models is at the heart of software. That being said, there is a lot to go wrong with the design process. One…Sep 33Sep 33
Where to Store Connection String SecurelyStoring connection strings securely is important to protect your applications, especially when working with cloud services like Azure SQL…Aug 30Aug 30
Published inBootcampWhy Software Architects Should Get Their Hands DirtyAs a software architect, I’ve observed that the role is often perceived as a high-level, strategic position, detached from the daily coding…Aug 29Aug 29
Published inBootcampWhy I Believe No-Code Platforms Are a TrapImagine next, you have an amazing app idea, but you do not know how to code it. Fortunately, in this day and age you do not necessarily…Aug 29Aug 29
Progressing from 0 to 1 is challenging, but striving for perfection is even rarerSoftware development is like traveling through uncharted territories. Every step forward, from the initial idea to a functional product…Jun 2Jun 2
Understanding Class Performance in C#Performance cost of class structures is important when it comes to software development. This article presents the outcomes of benchmark…May 20May 20
Scaling Azure SignalR Services for High-Concurrency ApplicationsSignalR is a library for ASP.NET developers that reduces the complexity of creating real-time web functionality to integrate it into…Apr 24Apr 24
Middleware in .NET 8The development of ASP.NET Core simplified the development process by adding the concept of middleware to replace older technologies such…Apr 18Apr 18
Optimizing String Searches in C# with SearchValuesSearching arrays for specific values is a common task in programming. In some cases, like searching paths (e.g., Owner.Name.Title), it’s…Apr 14Apr 14