About
Sessions at dev up 2025
Take Your C# Skills to the Next Level
Are you a C# developer eager to create software that is easy to maintain, has minimal bugs, and makes your users happy? This workshop is for you. Through lectures, code samples, and hands-on lab...
Design Patterns: Not Just for Architects
Design patterns are not just for architects. In fact, you already use design patterns without even knowing it. Observer, Facade, Iterator, Proxy -- these are just a few of the patterns that you hav...
DI Why? Getting a Grip on Dependency Injection
Most developers are introduced to dependency injection (DI) completely backwards: they are given an application that already uses dependency injection and told "Good Luck". But it is really hard to...