Aug 22, 2016
Although Linux Distributions provide a Graphical User Interface just like any other operating system, the ability to control the system via the command line interface (CLI) has many benefits. A way…
Jul 25, 2016
Last time we looked at one of the possibilities of ErrorProne.NET notifying about incorrect processing of preconditions in the iterator block and asynchronous methods. The analysis itself is not diff…
Jul 25, 2016
I want to talk a little bit about the practice of code review. On the one hand, the practice is well known, mandatory and widespread in different agile environments. But I would like to study its use…
Jul 8, 2016
In the first part of the article we talked about how companies continue to adopt social technologies for internalt use and how they can be used for good as well as manipulation. In the second part of…
Jun 30, 2016
One of the key advantages of working in the IT&C industries is that if you are very good at what you do (whether it’s programming, project management, software testing or business analysis) at so…
Jun 14, 2016
In recent years, a growing number of organizations have started to adopt social technologies which are widely used on the Internet to solve their own business challenges. From wikis to Facebook and…
Jun 8, 2016
Innovation is a hot topic for an ever growing number of managers and companies in Romania. The world of work is changing faster than ever and organizations need to be able to adapt and develop flexib…
May 24, 2016
Anyone who works in IT&C or knows the IT&C market acknowledges that it is very dynamic area, full of challenges and twists. This also means that any company that wants to succeed must make su…
May 12, 2016
In order to understand the types of financial instruments and how they work it’s important to first of all understand the different types of financial markets out there. Some financial instruments ca…
May 6, 2016
In C# there are quite a lot of features displayed as a rather difficult IL code that lead to behavior not always obvious for the users / code readers. A good example of this is new() exception in gen…
Apr 25, 2016
Last time we discussed formatting problems, and now we will deal with exceptions. ErrorProne.NET inherited a lot of features from another project of mine — ExceptionAnalyzer, but in a slightly differ…
Apr 4, 2016
Everyone makes errors. Even super-qualified experienced developers make errors. Sometimes it happens due to lack of attention or an unclear API. However, those mistakes are rare. Most common programm…