tips

The located assembly’s manifest definition does not match the assembly reference

Looking for the solution. Yes you are at the right place. Once I also faced the same issue when I was working on a MVC project, I got the error states that “The located assembly’s manifest definition does not match the assembly reference” . When I ran the solution I saw the YSD (yellow screen of …

The located assembly’s manifest definition does not match the assembly reference Read More »

Basic commands that are used in GIT

Basic Commands used in GIT Here I’m listing all basic Commands used in GIT bash. git –version: Tells you about version git –global Page on user.name “Code Hotfix” : Register user name git –global user.email “codehotfix@github.com” : Register user email git config –list : Git Config git help / git help command : Git help pwd : Gives you …

Basic commands that are used in GIT Read More »