Thinking outside the box of code with Leslie Lamport (Changelog Interviews #552) Leslie Lamport is a computer scientist & mathematician who won ACM’s Turing Award in 2013 for his fundamental contributions to the theory and practice of distributed and concurrent systems. He also created LaTeX and TLA+, a high-level language for...
Uno Platform Boosts .NET MAUI Embedding, Helps Revamp Windows Toolkit -- Visual Studio Magazine Uno Platform shipped a new release that adds .NET MAUI embedding, fresh on the heels of helping Microsoft completely revamp its Windows Community Toolkit.
Aardvark'd: The Fog Creek Documentary, 18 Years Later Not many people remember this 2005 documentary featured early interviews with Paul Graham, Aaron Swartz, Alexis Ohanian, and Steve Huffman.
Async Rust Is A Bad Language Yet another programming blog. Thoughts on software and related misadventures.
WPF File Dialog Improvements in .NET 8 - .NET Blog Announing OpenFolderDialog control and other file dialog properties in WPF in .NET 8.
Let's Learn .NET - Generative AI Learn about AI, how to get started, and using ChatGPT to improve text completions. Come to learn something new and leave with something that we all built, to...
Apple vs Meta: The Illusion of Privacy Learn how Apple and Meta use psychology and UX to collect your data while creating an illusion of privacy.
why not matrix? at this point it seems like most of the tech community is familiar with matrix, the "open network for decentralized communication". lots of projects and communities have migrated from a host of other platforms, including irc, discord and slack with the pr...
Release Bun v1.0 · oven-sh/bun Today is an exciting day. To install Bun v1.0: curl https://bun.sh/install | bash # or you can use npm # npm install -g bun To upgrade to Bun v1.0: bun upgrade Read Bun v1.0.0's release notes on Bu...
Uno Platform 4.10 - MAUI Embedding, Lightweight Styling, Shadows, Hot Restart and more Uno Platform has released its latest version, 4.10, which comes with exciting new features. One of the most notable changes is the ability to embed .NET MAUI...
Ruby on Rails creator removes TypeScript from Turbo framework, upsets community • DEVCLASS Ruby on Rails creator David Heinemeier Hansson has removed TypeScript from the forthcoming version 8 of the Turbo […]
Uno Platform 4.10: MAUI Embedding, Hot Restart and Lightweight Styling This week, Uno Platform released version 4.10. Developers can now easily integrate .NET MAUI-specific controls from top 3rd-party vendors, extending this capability across iOS, Android, MacOS, and Windows. Additionally, Uno Platform enables iOS app debugg...
Touch Pianist - Magical Piano App Touch Pianist is a musical toy / instrument that allows the user to perform hard-to-play classical piano music favorites (from composers like Beethoven, Mozart, Bach, Satie, Debussy to name a few) just by tapping the rhythm of the piece's particular sound...
On transferring or copying ABI pointers between smart pointers - The Old New Thing Keep track of who owns the reference.
YouTube Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
Building a Contact Form with Microsoft Azure and Blazor In this blog post, I will show you how to create a simple contact form for your website using Blazor...
HackYourNews Summary: This is a brief summary of a menu or selection of pieces available on a mobile app. The menu offers the option to choose a different piece and provides information about the app and its creator. It mentions that the app is available for free on A...
Dictionaries in C#: How To Use The Different Variations After some of the basics of dictionaries in C#, what else do dictionaries in dotnet have to offer us? Let's dive in before we get into the performance deep end!
BenchmarkDotNet v0.13.8 · dotnet/BenchmarkDotNet · Discussion #2427 This release contains important bug fixes. Full changelog: https://benchmarkdotnet.org/changelog/v0.13.8.html What's Changed Issue2394 multiple markdown exporters not possible even with different n...
Code Maze Weekly #184 - Code Maze Issue #184 of the Code Maze weekly. Check out what’s new this week and enjoy the read. .NET and C# Top Picks Observing .NET microservices with OpenTelemetry – logs, traces and metrics [blog.codingmilitia.com] The more complex the architecture, the harder ...
Building Kafka Event-Driven Applications with KafkaFlow KafkaFlow, a .NET open-source project, simplifies Kafka-based event-driven app development with features like middleware for message processing, enhancing maintainability, customization potential, and allowing developers to prioritize business logic.
How to Use Basic Authentication With HttpClient? - Code Maze Here we look at basic authentication in ASP.NET Core, including the correct usage of HttpClient when sending the request.
S6E01 - Building Cross-Platform Apps with .NET MAUI: A Developer's Dream Come True with Matt Goldman Matt Goldman, a solution architect at SSW, shares his insights on the latest tool for building mobile and desktop apps, .NET MAUI. He discusses his book ".NET MAUI in Action", which aims to make learning .NET MAUI easier for developers. This epi...
Vertical Slice Architecture Project Setup From Scratch 📌 Check out my Pragmatic Clean Architecture course: https://bit.ly/3PupkOJ🚀 Support me on Patreon to access the source code: https://www.patreon.com/milanj...
Building Cross-Platform Apps with .NET MAUI: A Developer's Dream Come True with Matt Goldman Show Notes Welcome to The Modern .NET Show! Formerly known as The .NET Core Podcast, we are the go-to podcast for all .NET developers worldwide and I am your...
Deploying Socket.IO to Azure Web App [UPDATED!] This blog was first published on August 21, 2021. This is an update to the original blog to take advantage
🌍Pattern matching in C# 🌍Pattern matching Pattern matching is a powerful tool that can be used to improve the readability,...
Socket.IO on Azure Socket.IO powers a variety of real-time applications. We have been conducting user studies...
Blazor SSR Gets Auto-Render Mode in Latest .NET 8 Preview The final .NET 8 preview brings a much-hailed feature—Auto render mode. Run your interactive components using Server for initial load before switching to WASM.
Top 10 Web Application Security Risks In Microsoft Azure And Ways To Mitigate Them | Build5Nines In today's digital landscape, web application security is paramount. As businesses increasingly migrate their operations to the cloud, the importance of
Drop git pull for fetch and rebase | Red Hat Developer This article explains why you shouldn’t use the git pull command and why fetch and rebase tools give you more control of pull requests.
Using Labeled Loops In JavaScript Ben Nadel explores labeled loops in JavaScript, exerting control flow on an outer loop from within an inner loop context.
Threading in JavaScript The easiest way to write programs that support concurrency is to not. JavaScript in the browser is famously single-threaded, unless you add web-workers, which have a very specific way of interacting with your main script that avoids most of the pitfalls o...
Null conditional await While reviewing a codebase I noticed the following C# snippet: What we are trying to do here is to simplify the null check on the tran...
Google gets its way, bakes a user-tracking ad platform directly into Chrome Chrome now directly tracks users, generates a "topic" list it shares with advertisers.
Let's Learn .NET - en-us: [Vietnamese] Generative AI Learn about AI, how to get started, and using Azure OpenAI to improve text completions. Come to learn something new and leave with something that we all buil...