Skip to content
Sven Hübner IT
  • Home
  • Blog

General Development

  • Home
  • Blog
  • General Development
  • Page 3

Domain Primitives I: easily declaring domain primitives

Posted by By sven.huebner.it November 19, 2020Posted inGeneral Development1 Comment
A domain primitive base class makes declaring domain primitives a breeze.
Read More

My Take On Domain Primitives

Posted by By sven.huebner.it November 4, 2020Posted inGeneral Development2 Comments
Domain Primitives are a stand-alone low-risk way to incrementally fortify your application, without the risk and complexity of introducing concepts like DDD, algebraic data types or immutability.
Read More

Simplifying unit tests for WPF ViewModels

Posted by By sven.huebner.it October 13, 2020Posted inGeneral Development
Use custom assertion extensions to easily unit-test implementations of INotifyPropertyChanged.
Read More

Boost your productivity with GIT worktree

Posted by By sven.huebner.it October 6, 2020Posted inGeneral Development
Consider using git worktree instead of git branch and git checkout -b
Read More

Gotcha with xsd.exe and XmlSerializer

Posted by By sven.huebner.it August 8, 2020Posted inGeneral Development
TL;DR: Always use the /order option when using xsd.exe. If you have ever generated C# classes from an XML schema, chances are you used xsd.exe for that.You probably also expected…
Read More

Gotcha during migration to async/await

Posted by By sven.huebner.it July 13, 2020Posted inGeneral Development
TL;DR: Use Lindhart.Analyser.MissingAwaitWarning to get warnings on all ignored Tasks We all know and love compiler warning CS4014 for ignoring Tasks.You would think that this warning triggers every time we…
Read More

Posts pagination

Previous page 1 2 3
Copyright 2025 — Sven Hübner IT. All rights reserved. Sinatra WordPress Theme
Scroll to Top