Wolverine’s Improved Azure Service Bus Support Wolverine 1.6.0 came out today, and one of the main themes was a series of improvements to the Azure Service Bus integration with Wolverine. In addition to the basic support Wolverine already had s…
Who says .NET is tied to Microsoft ecosystem. I am legit using .NET very efficiently in NeoVim and Linux. Posted in r/dotnet by u/Nouman-Rahman • 184 points and 119 comments
Visual Studio 2022 v17.8 Previews New IntelliTest -- Visual Studio Magazine Microsoft is previewing new IntelliTest functionality in the upcoming Visual Studio 2022 v17.8, along with productivity features like creating pull requests more easily.
Does GitHub Copilot copy other people's code? Where does the code that GitHub Copilot generates come from? Damian Brady has the answer in today's #OneDevQuestion. Learn more here: https://msft.it/605698D7O
162: I See You [On Better Meetings] Shopify deleted 12,000 meetings, should we follow suit? Maybe there's a better way to look at all of this.
How to write a text editor One of the most requested features for my terminal user interface library tview (now at 8.6K stars, which is still mind-boggling to me) was a multi-line text editor. Before starting to work on this UI component, I collected my users’ requirements for it. ...
Simple Prometheus queries for metrics inspection Cardinality is key. And it’s easy to get it out of control. Check out a proposal on how to inspect your metrics with simple Prometheus queries and tune your instrumentation.
Self-Discipline Examples That Don't Suck Tired of cookie-cutter advice and unrealistic routines? Dive into genuine self-discipline examples by real people facing real daily challenges.
GitHub - normal-computing/outlines: Generative Model Programming Generative Model Programming. Contribute to normal-computing/outlines development by creating an account on GitHub.
Following Pushback, Zoom Says It Won't Use Customer Data to Train AI Models Company's experience highlights the tightrope tech organizations walk when integrating AI into their products and services.
Backward Compatibility, Go 1.21, and Go 2 - The Go Programming Language Go 1.21 expands Go's commitment to backward compatibility, so that every new Go toolchain is the best possible implementation of older toolchain semantics as well.
GitHub - dnakov/little-rat Contribute to dnakov/little-rat development by creating an account on GitHub.
The data of 760,000 Discord.io users was put up for sale on the darknet Note: I've gone ahead and updated the featured image, so it doesn't seem like this has something to do with Discord "directly". It was not my intention to
Visual Studio 2022 – 17.7 Performance Enhancements - Visual Studio Blog Visual Studio 2022 17.7 introduces a set of exciting performance improvements that cater to key areas like F5 Speed, Enhanced Light Bulb Performance in C#, improved memory consumption in C# spell checker, C++ Unreal Engine – IntelliSense optimization, Sol...
The Whirlwind Tour of Building .NET Apps in Azure Building an app with .NET is one thing - but where does Azure come in? What Azure services do you need to use to scale your app up to keep it responsive? Mak...
What is Terraform? Definition and components in 3 minutes In this video, you will learn what Terraform is and what its main components are, in just 3 minutes.
My Next Adventure: Joining SCT Software as VP of Innovation & Products! I’m very happy to announce that starting today, I’m joining SCT Software as VP of Innovation & Products! :tada:
The role of GitHub in paying for Open Source Software I have been doing Open Source work for just under twenty years at this point. I have been paying my mortgage from Open Source software for about 15. I&...
Blazor 0.5.0 experimental release now available - .NET Blog Blazor 0.5.0 explores handling all UI interactions over a SignalR connection along with early support for debugging .NET code in the browser.
I’m Back on Twitch! Join Me for Live Coding, Learning, and Fun! Hello, everyone! I'm excited to announce that I'm coming back on Twitch after a long hiatus. I've...
Supporting custom protocols in WebView2 - Gérald Barré In this post, I describe how to support custom protocols in WebView2.
Amazing Free DataGrid, Tab Control, Calendar and More for .NET MAUI! I am blown away by the amazing set of .NET MAUI controls by @DeveloperExpress that they are giving away completely for free!The open-source DataGrid video is...
How They Bypass YouTube Video Download Throttling Have you ever tried to download videos from YouTube? I mean manually without relying on software like youtube-dl, yt-dlp or one of “these” websites. It’s much more complicated than you might think.
Write about what you learn. It pushes you to understand topics better. Write about what you learn. It pushes you to understand topics better. Sometimes the gaps in our knowledge only become clear when explaining things to others.
Use protected browser storage in Blazor | BinaryIntellect Knowledge Base In the previous article we learned to use sessionStorage and localStorage in Blazor apps. The localStorage object also has storage event that one can use to get notified when localStorage is modified in some way. In this article we will first discuss the ...
Dependency Injection Is Now Complete In .NET 8! Use code ARCH15 and get 15% off the brand new Solution Architecture course on Dometrain: https://dometrain.com/course/getting-started-solution-architectureBe...
Oracle Data Provider for .Net: Asynchronous Programming, OpenTelemetry, and More Oracle prereleased a new version of Oracle Data Provider for .NET (ODP.NET), its ADO.NET data access library for the Oracle database. The new version, 23c, is available as a Developer Release, which means it is still not ready for production use. However,...
Thoughts on Elixir, Phoenix and LiveView after 18 months of commercial use I’ve been leading a team developing an application using Elixir, Phoenix and LiveView for the last 18 months and accumulated some thoughts on the stack. For the most part, it has been a very pleasant experience.
Native Nova SHA256 bench - HackMD Context: See https://hackmd.io/0gVClQ9IQiSXHYAK0Up9hg?view= for previous Nova benchmarks, with more of a focus on recursion.
This Will Make Your Repositories Obsolete Using repositories in a setup with Entity Framework Core is a no-go from my point of view. The main reason I think this is because the DbContext class alread...
Real World Coding Issues: Part 3 – Design, Diagnostics, and Other Common Code Issues The article discusses real-world coding issues encountered in a contract project. Part 3 covers common coding issues related to design, diagnostics, and other areas, such as globalization, code dup…
371: The Problem with Walled Gardens in Apps There have been a lot of changes in the world of X/Twitter, YouTube, Instagram, and even how our favorite apps work or don't work without logging in. We discuss this new world walled garden and also the fall of LK-99!
Securing APIs using ASP.NET Core and OAuth 2.0 DPoP This article shows how an ASP.NET Core application can access an ASP.NET Core API using OAuth Demonstrating Proof-of-Possession (DPoP). This is a really powerful security enhancement which is relat…
'I've Got Nothing to Hide' and Other Misunderstandings of Privacy In this short essay, written for a symposium in the San Diego Law Review, Professor Daniel Solove examines the nothing to hide argument. When asked about gover
How to Determine .NET Version Programatically - Code Maze Learn how to determine .NET version information using C# code for your projects in this comprehensive guide.
GitHub - spandanb/learndb-py: Learn database internals by implementing it from scratch. Learn database internals by implementing it from scratch. - GitHub - spandanb/learndb-py: Learn database internals by implementing it from scratch.
I Created the Nerdiest Game Ever | Pier-Luc Brault - Personal Website Have you ever wondered what it's like to be an OS?
Exploring DockLayout from .NET MAUI Community Toolkit – AskXammy While .NET MAUI layouts are extremely useful for developing graphical interfaces, it’s always nice to have additional options for arranging elements on the screen. In this article, you will learn about the DockLayout, a layout provided by the .NET MAUI Co...
Recoverable Errors with Result - The Rust Programming Language Most errors aren’t serious enough to require the program to stop entirely. Sometimes, when a function fails, it’s for a reason that you can easily interpret and respond to. For example, if you try to open a file and that operation fails because the file d...
mi kama sona e toki pona or something So I stumbled a few weeks ago on this video [https://www.youtube.com/watch?v=E4y7tf3VJAM] about the world's smallest conlang and I've been thinking about it ever since. [https://staging.cohostcdn.org/attachment/91c54129-9425-4695-bd68-6f65d83ae793/maxres...
Today I realized I now trust Microsoft more than I trust google. What is happening? Google ||Google Pros|MS Pros|Google deficiencies|MS deficiencies| |:-|:-|:-|:-|:-| |Product 1|Chromebook|VS Code|Youtube "free" experience....
Google Safe Browsing – Google Transparency Report Safe Browsing is a service that Google’s security team built to identify unsafe websites and notify users and website owners of potential harm. This report shares details about the threats detected and the warnings shown to users.
How I lost my hair, and what I found instead My 10 year journey of losing hair and how it has impacted me.
Why skilled immigration (usually) benefits both countries When to worry about brain drain, and when not to worry.
Exploring Text-Based Content on the Gemini Protocol Exploring Text-Based Content on the Gemini Protocol
Data compression There is a very high possibility that your browser downloaded this website as compressed data. I can feel sure saying this because the web standard defines gzip as a standard compressor for web content. So what it achieved by compressing this webpage? As ...
Turning 40; life as a 39-year-old :: Sacha Chua Less childcare, because sometimes she's lost in a book and I can do something else like sewing, drawing, coding. Less sleep because I've been setting an alarm so that I can water the garden before I wake up A+. W-'s been doing more of the cooking because ...
5 Misconceptions About Communal Living These 5 misconceptions will change your mind about communal living.
My favorite macOS command linen #blog For macOS developers efficiency is everything Enter `mdfind` a command that marries speed with precision What makes it stand head and shoulders above the rest 1 Diving into Mdfind `mdfind` is like hav
Return to the office mandate? You just may be a bad leader. How to drive results and have your employees do their best work Requiring presence is often bad management
Perpetually Declining Population? In With a Whimper: Depopulation and Longtermism, Geruso and Spears give the following argument for why most people who'll ever live may have already died: People are generally having children below replacement rate: 1.66 children per woman in the US, ...
Ozymandias Look on my works, ye Mighty, and despair! The common interpretation of the poem is that we're supposed to appreciate the irony of the self-...