Work Hours
Monday to Friday: 8am – 6pm
Weekend: 10am – 2pm
Introduction Dependency Injection (DI) has become a cornerstone technique in modern software development, promoting loose coupling and enhanced modularity. Particularly in .NET Core, Microsoft’s cutting-edge framework for building applications, DI plays a pivotal role in creating scalable, maintainable, and testable…
I had recently a strange bug in production code. There was no simple way to debug this solution. I needed to test some of the code using production data. Class to test was using parsing big blob file. I have…
Have you ever dropped changes (usually on the first commit) into a repository with a disconnected branch? To me, yes. Several times. It then disappears what we have commited after switching to the branch.How can this be undone? Very simply.…