I've been discussing with a lot of people, working in various organizations, about what process they are using in their companies. I received basically similar explanations from most of them even described with different words. The main discussed questions are: - Are you doing an up front or evolutionary design? - Do you have architect … Continue reading The process
Month: Jun 2019
Visual Studio settings to ease your development experience
I wrote this piece long time ago for my colleagues who just started to develop on .NET and they were pretty green on using Visual Studio as an IDE for development. 1. Useful configurations All the settings of Visual Studio can be found under the Options menuTools -> Options 1.1. Show the line numbers -> … Continue reading Visual Studio settings to ease your development experience
Create sequence diagrams with PlantUML
http://plantuml.com/sequence-diagram Recently I came across PlantUML as a tool for building UML diagrams. It can be considered as a standard of making UML, because the output is auto-generated and thus unified. The idea is to describe the content of your diagrams using a simple language and then PlantUML will create the visual representation for you.You … Continue reading Create sequence diagrams with PlantUML