Or, a coding exercise
Published at 4:12 pm on June 25th, 2022
Filed under: Geekery, Technology.
One of my flaws is that as soon as I’m familiar with something, I assume it must be common knowledge. I love tutoring and mentoring people, but I’m bad at pitching exactly where their level might be, and in working out what they might not have come across before. Particularly, in my career, software development is one of those skills where beyond a certain base level nearly all your knowledge is picked up through osmosis and experience, rather than through formal training. Sometimes, when I’m reviewing my team’s code I come across things that surprise me a little. That’s where this post comes from, really: a few months back I spotted something in a review and realised it wouldn’t work.
Read more...
Keyword noise: coding, software, .NET, .NET Framework, computing, C#, development.
Or, what to do with a particular compilation problem
Published at 6:02 pm on November 13th, 2020
Filed under: Geekery, Technology.
This week, Microsoft released .NET 5, and it reminded me I’ve been meaning to post a piece of technical advice that has bitten me a few times but which doesn’t seem to be very well-documented or well-described online. It’s a piece of technical advice, though, that will slowly be fading away in relevance because it’s advice on .NET Framework; so I thought I should put it up here whilst it is still helpful to people.
Read more...
Keyword noise: programming, coding, .NET Framework, Visual Studio, MSBuild.