Eric Johansson | Microsoft MVP

5 Followers
1 Following
22 Posts
Developer, Consultant, Public Speaker and Father of Cat. Live coding at https://twitch.tv/Thindal
Websitehttps://www.ericjohansson.se
Twitchhttps://www.twitch.tv/Thindal
Githubhttps://github.com/thindaltv
Time to build a desktop app - it's been a while. Figured I'd have a look at something new, and oh my lord is the Uno platforms UI generator insanely good! I hate XAML with a passion, and this thing means I barely need to touch the stuff. <3
Just wrapped up the Secret Decoder Challenge from #dotnetconf — and wow, that was a ride. Finding the clues was fun, but rearranging those final letters? That part took me forever šŸ˜…
dotnetconf.net/challenges
#dotnet #dotnetconf2025 #devchallenge
Still out and doing cool stuff! At IFA today or tomorrow? Send me a ping and we'll meet up at sommergarden! #ifa #tech #toys
Did you miss the session I had over at the Tulsa .NET User Group? Catch the VOD over at https://www.youtube.com/watch?v=Wtf9OXcWJyg ! #dotnet #repository #architecture #patterns
From Chaos to Order - Using the Repository Pattern the Right Way by Eric Johansson

If you've ever struggled with your data access being a mess, hard to follow, and even harder to test, perhaps using the tried-and-true Repository pattern mig...

YouTube
I'm on a boat. That is all, now back to our regular scheduled programming.
As of yesterday, I’m proud and humbled to be counted among the #Microsoft #MVP Award recipients in the .NET and Web Development categories. What a feeling! What a start to the new year! Catch me online or next in person at @swetugg ! #mvpbuzz #dotnet @mvpaward
Oh package managers, how I hate to love you... #nuget #visualstudio
Would you say that a technical requirement of defining your #Blazor parameters in the code-behind to get some pretty nice quality of life improvements is worth it? The rest of your code can go inline in the .razor file of course.