Dependency Injection Interview Questions – C#

If you are a software developer, you must not be alien to the dependency injection design pattern. Dependency injection (long form for DI) design pattern is broadly used in applications to manage dependencies for different components, especially in enterprise level applications. Dependency injection is so useful that even in front end frameworks, like Angular, provides …

Dependency Injection Interview Questions – C# Read More »

Solved: Git Error: “Updates were rejected because the tip of your current branch is behind its remote counterpart”

You may get this error once in a while when pushing the changes on your git branch. This is an uncommon issue and below are the domain of reasons due to which you might get this error: Case: when pushing local branch If your branch is a local branch, the most likely reason is that …

Solved: Git Error: “Updates were rejected because the tip of your current branch is behind its remote counterpart” Read More »