.NET Real Life Unit Testing: How to Test Dependencies & Legacy Code Tuesday, November 27, 2012 3:00 PM – 4:00 PM GMT You may have already started unit testing or…
Read moreContinuous integration (part 1)
What is continuous integration Continuous integration (CI) is the practice of merging developer workspaces with a shared mainline several times a day. Its main aim is to prevent integration problems.…
Read moreGit: Dealing with line endings – solution
If you are developing on one platform and not sharing your code, you will not have a problem with the line endings. But on multiplatform developed project you can have…
Read moreConference: VSLive! Redmond
If you’re looking for an unbiased blend of practical and immediately-applicable Visual Studio training, look no further than VSLive! Interact one-on-one with the Microsoft development team and industry experts to…
Read morePHP – overloading system function, debugging?
Today I needed to find a file where is called PHP system function, it was to find the place where the email is send. The problem was that the system…
Read more