.NET You Completely Misunderstand How Strings Work in C# (via Nick Chapsas) Leadership The Power of Options (via HBR) When faced with a crisis or opportunity, most leaders fall back on their default style. However, each situation is nuanced, such…
All posts filed under “Career”
Professional Development – 2023 – Week 6
Change management Getting Employee Buy-In for Organizational Change (via HBR) Stress management The Hidden Toll of Microstress (via HBR) There’s a lot to this article to unpack. Our bodies and minds do fairly well when dealing with major stressors that…
Professional Development – 2023 – Week 5
.NET The New Constructor Type Coming in C# 12 (via Nick Chapsas) This is a tentative feature where you declare the class and constructor together — public User(string firstName, string lastName). Currently the auto-generated properties are public, and you can’t…
Professional Development – 2023 – Week 4
.NET Double the Performance of Your Dictionary in C# (via Nick Chapsas) Many times we need to check if something is already in the dictionary before adding it. The issue is that you need to do one lookup to see…
Professional Development – 2023 – Week 3
.NET The New Built-in Guard Clauses Coming in .NET 8 (via Nick Chapsas) We already have things like ArgumentNullException.ThrowIfNull(…) and ArgumentException.ThrowIfNullOrEmpty(string s). In .NET 8, ArgumentOutOfRangeException may potentially get methods to check for zero, negative, negative or zero, greater than,…
Professional Development – 2023 – Week 2
.NET Implementing Modern API Versioning in .NET (via Nick Chapsas) Career How to Answer “Tell Me About a Time You Failed” in a Job Interview (via HBR) This question is more about what you learned and how you prevailed. This…
Professional Development – 2023 – Week 1
.NET When readonly Isn’t’ readonly in C# (via Nick Chapsas) Business How to Motivate a Top Performer — When You Can’t Promote Them (via HBR) This boils down to understanding what the employee desires, given there may be business constraints…
Professional Development – 2022 – Week 52+
.NET Getting C# Code Metadata That Reflection Can’t Get (via Nick Chapsas) Is Dynamic in C# Really Slow? (via Nick Chapsas) Nick compares dynamic instances, ExpandoObject instances, and reflection. In most cases, try to avoid all three of these for…
Professional Development – 2022 – Week 52
.NET Validate your dependencies correctly in .NET (via Nick Chapsas) Nick demonstrates an example of a runtime exception being thrown because a dependency wasn’t registered in the DI container. He then uses some interesting setup to get access to an…
Professional Development – 2022 – Week 51
.NET Are You Using the Stopwatch Efficiently in .NET 7? (via Nick Chapsas) What are frozen collections coming in .NET? (via Nick Chapsas) Leadership How Leaders Should Handle Public Criticism (via HBR)