Today we live in the era of graphical user interfaces. Click here, click there – everything is done by users’ clicks. If you are a developer you are probably familiar with the drag&drop programming style – drag a control from a box, drop on the form and double click to create a handler. However, it seems the fashion is changing again. MVC isn’t working in a drag and drop way, even WPF is handled better without this technique. And, what about the operating system itself?
Read the full article →