PostsCommentsPayoutsdotnetguru (48)in Programming & Dev • 11 months agoReact vs. Angular: Unraveling the Web Development DilemmaIn the ever-evolving landscape of web development, the choice of a front-end framework can significantly impact the success and efficiency of your projects. Two heavyweight contenders in this arena aredotnetguru (48)in Programming & Dev • 11 months agoMastering Async/Await: Tackling Deadlocks in Advanced .NET ApplicationsOne of the most common and frustrating issues developers encounter in .NET applications is the dreaded 'System.NullReferenceException.' This exception occurs when a program attempts to access a memberdotnetguru (48)in Programming & Dev • 11 months agoSolving the 'System.NullReferenceException' in .NET ApplicationsOne of the most common and frustrating issues developers encounter in .NET applications is the dreaded 'System.NullReferenceException.' This exception occurs when a program attempts to access a memberdotnetguru (48)in Programming & Dev • 11 months agoHow to decode an encoded HttpWebResponse?I have this piece of code to fetch a Page HTML from an URL, however the response content looks encoded. Code: HttpWebRequest xhr = (HttpWebRequest) WebRequest.Create(new Uri(" xhr.AutomaticDecompressiondotnetguru (48)in Programming & Dev • 3 years agoAlgorithms and CodewarsWhat are algorithms? An algorithm is a specific procedure for solving a well-defined computational problem. In simpler terms, an algorithm is a piece of code that has…dotnetguru (48)in Programming & Dev • 3 years agoExecution pipeline in plug-and-play architecture in Asp.NET 5This blog post is the last of the series Plug-and-play architecture in Asp.NET 5 and we will see how we can actually implement the plug-and-play execution pipeline.…dotnetguru (48)in Programming & Dev • 3 years agoExecution context in plug-and-play architecture in Asp.NET 5As we discussed the CQRS architecture is made out of two distinct service handlers, the command handler, and the query handler. Although they have different functionality, they…dotnetguru (48)in Programming & Dev • 3 years agoAdapter pattern in plug-and-play architecture in Asp.NET 5After the last blog post we are prepared to start the implementation of architecture aspects. First, we need to create a new project where we will place the aspects. We…dotnetguru (48)in Programming & Dev • 3 years agoPreparation for plug-and-play architecture in Asp.NET 5As a continuation of the "plug-and-play architecture" series we need to prepare a small Mediator pattern-based CQRS architecture. First we need to wrap any result that a…dotnetguru (48)in Programming & Dev • 3 years agoIntroduction to plug-and-play architecture in Asp.NET 5This is a part of a series of blog posts about design and architecture patterns. Disclaimer! This blog post will only cover the theory of what every software architecture…dotnetguru (48)in Programming & Dev • 3 years agoHello Programming & Dev communityWho am I? I'm a senior DotNet programmer and team lead with 7 years of experience in this industry, but I have been coding for 10 years. Except for DotNet I have dabbled with…