PlantUML Master Class – Sequence Diagrams

Reading Time: < 1 minute If you have fiddled with Powerpoint or draw.io to work on your high-tech sequence diagram, you would know what a pain it is. In this Masterclass you will learn how to generate Sequence Diagram using PlantUML which is diagram as a code library, very easily and quickly. And you don’t need hell of software for it. Just with your favorite Visual Studio, you can draw almost anything declaratively.

C# Switch Expressions – Hands-on Smart Programming Lab

Reading Time: < 1 minute Remove all your nested and complex if-else if – else logic with switch expressions. With concise statement, better readability, its one of the major change brought in core programming concepts since school days. in addition to improve better chances at interview with more readable and better understandable code, this also improves overall efficiency and productivity.