Login
Discover
Waves
Communities
Login
Signup
DotNet Guru
@dotnetguru
48
github.com/dotnetguru1 codewars.com/users/dotnetguru1
Followers
52
Following
841
Follow
Resource Credits
Available
Used
Created
2022-01-02 18:59
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
dotnetguru
Programming & Dev
2024-02-03 22:46
React vs. Angular: Unraveling the Web Development Dilemma
In 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 are
$ 0.000
13
5
10
dotnetguru
Programming & Dev
2024-02-03 11:13
Mastering Async/Await: Tackling Deadlocks in Advanced .NET Applications
One 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 member
$ 0.000
16
1
10
dotnetguru
Programming & Dev
2024-02-01 20:58
Solving the 'System.NullReferenceException' in .NET Applications
One 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 member
dotnetguru
Programming & Dev
2024-01-31 19:43
How 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.AutomaticDecompression
dotnetguru
Programming & Dev
2022-01-20 23:01
Algorithms and Codewars
What 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 well-defined steps and solves a problem
dotnetguru
Programming & Dev
2022-01-12 16:45
Execution pipeline in plug-and-play architecture in Asp.NET 5
This 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. Execution context vs execution pipeline?
dotnetguru
Programming & Dev
2022-01-10 07:40
Execution context in plug-and-play architecture in Asp.NET 5
As 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 still have the same execution
dotnetguru
Programming & Dev
2022-01-08 10:31
Adapter pattern in plug-and-play architecture in Asp.NET 5
After 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 don't want to place them in an
dotnetguru
Programming & Dev
2022-01-06 14:19
Preparation for plug-and-play architecture in Asp.NET 5
As 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 command or a query can
dotnetguru
Programming & Dev
2022-01-04 18:50
Introduction to plug-and-play architecture in Asp.NET 5
This 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 needs to provide in order to be
dotnetguru
Programming & Dev
2022-01-02 20:06
Hello Programming & Dev community
Who 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 some PHP and NodeJS, but I'm