My journey into Microsoft – Unstructed.tech Ever since Dr. Milan Milanovic published the interview, I kept being asked for additional details on how I got a gig in Microsoft. And I think it all stemmed from the fact that my path was rather unconventional and that it breaks the stigma of most what i...
An Introduction to Parser Combinators This post introduces parser combinators, a technique for building complex parsers through the composition of simple components.
Dashboards are often not worth the effort When end users see dashboards, they often think “this is really whiz-bang cool, lets do that for our data”. There are two issues though I commonly see with dashboards. One is the nature of the task…
5 Tips for Speaking at Conferences as a Regular Person | Timo Zander Talking at a conference is hard, especially if this is not your main job. Here are my tips for having a successful talk as a normal person.
Problem Solving Software creates value by solving problems. But effectively solving problems is hard. How can we get better at it?
Godot - Automated screenshots - Simon Dalvai Automatically take screenshots of you Godot game for all possible devices with a tiny script
Yarp.Telemetry.Consumption 2.0.1 Yarp.ReverseProxy extension package for in-process telemetry consumption
Using Yarp.Telemetry.Consumption to track outbound network events (this package isn't tied to YARP) Using Yarp.Telemetry.Consumption to track outbound network events (this package isn't tied to YARP) - TimeHttpEvents.cs
Comparing MVVM and MVUX for building a Multi-Platform Application using .NET, C# and XAML with the Uno Platform - Nick's .NET Travels The purpose of this post is two fold, firstly to provide an introduction to Model-View-Update-eXtended (MVUX), as developed by the Uno Platform, and secondly to provide a comparison to the more traditional Model-View-ViewModel (MVVM) approach to building ...
Error Handling & Message Re-drive in Event Driven Systems Hi, I'm James! In today's programming world, building efficient and scalable applications is a must. This video provides a deep dive into handling errors whe...
37 AK Expenses Tracker | Implement the Insert Transaction Azure Function With Cosmos DB JOIN OUR Discord Server https://discord.gg/GPrGJRuXJbSHOW YOUR SUPPORT FOR AK ACADEMY https://www.buymeacoffee.com/akacademy99In this video, we are going to ...
Custom Json Parser from Scratch in C# How to build a json parser in c# from scratch with a procedural programming approach. Support my Work 🤝 https://www.patreon.com/raw_codingBuy my Courses ...
Delete a Record In Just One Query Using EF Core #shorts 🚀 Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovicJoin my weekly .NET newsletter:https://www.milanjovanovic.techRead ...
ArrayList in C# - Code Maze In C#, an ArrayList is a dynamic array that we can use to store and manipulate a collection of objects of any type.
Data Breach at New BreachForums: 4,000 members' data leaked Follow us on Twitter @Hackread - Facebook @ /Hackread
Missing Stack trace when eliding the await keyword You may have heard that when you elide the await keyword in a method that returns a Task or Task<T>, you lose the stack trace. Buy why does that happen? Let's find out!