facebook
Let’s talk about Pair Programming

Let’s talk about Pair Programming

In recent months, I’ve been working with a company that prefers using the “Pair Programming” methodology, which I had never used regularly. It happened to all of us to discuss a problem with a colleague or look together at a piece of code searching...
Loading plugins in .NET applications

Loading plugins in .NET applications

During the development of our own CMS WebRight, we found that people from outside the team also need to develop plugins. I thought it might be interesting to tell you how we dealt with the problem, showing you how to develop a plugin system for your .NET applications....
Stopping asynchronous Jobs of Quartz 3

Stopping asynchronous Jobs of Quartz 3

During the common refactoring on a client’s project, we converted the previous synchronous code in an asynchronous version, using the Tasks and the pattern async-await of the .NET framework. I suggest that you read the article about this issue,...