1. Flowchart 2. Sequence diagram Please notice that the key word actor is currently not supported in the used WP plugin WP Mermaid, and Azure
WeiterlesenUser Experience & User Interface
A user interface is like a joke. If you have to explain it, it’s not that good.“ https://www.bagaar.be/services/user-experience-and-user-interface Here’s the proof: https://userinyerface.com When talking about
WeiterlesenBest Practices in SE
Global Dictionary Benutze keine Enumerations sondern ein globales Dictionary. Enumerations sollten durch Klassen implementiert werden, die über statische, öffentliche Keys die Werte zurückgeben.
WeiterlesenEin Dictionary für alles?
Core Dictionary Error Dictionary Siehe auch: Exception Handling public abstract class MyAppException : Exception { public int ErrorCode { get; } public MyAppException(int ErrorCode) {
Weiterlesen