GitHub - wagoodman/dive: A tool for exploring each layer in a docker image A tool for exploring each layer in a docker image. Contribute to wagoodman/dive development by creating an account on GitHub.
Microsoft PowerToys Getting New PowerShell Module -- Visual Studio Magazine Microsoft is polishing up a new PowerToys utility to improve the user experience on PowerShell in Windows 10 and 11 by suggesting installations of missing components through WinGet packages.
Improving your application telemetry using .NET 8 and Open Telemetry | .NET Conf 2023 The 3 pillars of observability are Logging, Metrics and Distributed tracing. Learn about the improvements we have made in .NET 8 including logging extensions...
Handling Missing Members when Reading .NET Objects By default, if the JSON payload you're deserializing contains properties that don't exist in the deserialized plain old CLR object (POCO) type, they're simpl...
Apple Vision Pro available in the U.S. on February 2 Apple Vision Pro will be available beginning Friday, February 2, at all U.S. Apple Store locations and the U.S. Apple Store online.
Await Async Might Change Completely in .NET 9 Check out my courses on Dometrain: https://dometrain.comBecome a Patreon and get special perks: https://www.patreon.com/nickchapsasHello, everybody, I'm Nick...
See you at CodeMash 2024! Hey, did you know that JasperFx Software is ready for formal support plans for Marten and Wolverine? Not only are we trying to make the “Critter Stack” tools be viable long term options for your sh…
How do I prevent my C++/WinRT implementation class from participating in COM aggregation? - The Old New Thing Looking for a clue.
Making primary constructor parameters read-only - Gérald Barré In this post, I describe how to ensure primary constructor parameters (C# 12) are read-only using a Meziantou.Analyzer, a Roslyn Analyzer.
Understanding API Rate Limits: Purpose, Types, and Essential Insights In this comprehensive video, we delve into the crucial concept of API rate limits. Whether you're a developer, a tech enthusiast, or someone interested in th...
GitHub - moturus/motor-os Contribute to moturus/motor-os development by creating an account on GitHub.
Offline Chat: Private AI Introducing Offline Chat, the next-generation AI ChatBot that runs entirely on your device without the Internet. You can use it anywhere, and your data stays private and secure. While Offline Chat might not match the prowess of top-tier online models du...
Display tabular data using QuickGrid for Blazor | BinaryIntellect Knowledge Base Displaying tables or grids is one of the most common requirements in web applications. There are plenty of third-party grid components available for ASP.NET Core and Blazor. However, if you require basic tabular display with sorting, paging, and filtering...
MaterialFrame MAUI: blur effect, acrylic brush, dark theme... Add blur effect to your views on .net MAUI. But also supports Dark and Light theming, and a nice acrylic effect.
HTMX Playground HTMX Playground allows you to write code in a backend-like environment, running entirely inside the browser. You can define endpoints within server.js and render your own templates. It will run a mock server that intersepts outgoing requests from HTMX.
392: The One Billion Row Challenge - .NET Edition How fast can you read in and parse a file with one billion rows of data? That is the challenge taking over the Java world, so Frank naturally attempts to do it in F# and .NET! Let's see how he did!
RS, Author, Novelist (@sfwrtr@eldritch.cafe) Attached: 1 image @stevendbrewer@wandering.shop > "You might find that Libreoffice is actually better at reading old Word files than Word." Yep. Word can't read files prior to 1994.I finally got my links to my writing ironed out and content backed up i...
Long-awaited common charger for mobile devices will be a reality in 2024 | News | European Parliament Following Parliament’s approval, EU consumers will soon be able to use a single charging solution for their electronic devices.
.NET 8 🔥🚀 : Exploring Dependency Injection Features In this video we will discussed the new features with Dependency injection in .NET 8Who Should Watch:Seasoned .NET developers looking to update their skills ...
Daniel Rosenwasser on TypeScript and What’s Ahead in 2024 The senior product manager over TypeScript at Microsoft shares TypeScript’s most significant developments in 2023 and previews what developers can expect in 2024.
SharpMoku a Gomoku/Five in a Row Written in C# This is an article about how to create a Gomoku program with an AI in C#.
HTMX, WebSockets, SignalR and you HTMX has gained some recent popularity. Lets explore how we can consume a SignalR Hub from a HTMX application.
Jumping into Tailwind While you might not need Tailwind, it can be a big help with best practices for styling, creating dark modes and handling media queries.
It’s OK to call it Artificial Intelligence We need to be having high quality conversations about AI: what it can and can’t do, its many risks and pitfalls and how to integrate it into society in the …
The One Billion Row Challenge Update Jan 4: Wow, this thing really took off! 1BRC is discussed at a couple of places on the internet, including Hacker News, lobste.rs, and Reddit. For folks to show-case non-Java solutions, there is a "Show & Tell" now, check that one out for 1BRC i...
Programming as Theory Building - Peter Naur Programming as Theory Building - Peter Naur. GitHub Gist: instantly share code, notes, and snippets.
GitHub - extrawurst/gitui: Blazing 💥 fast terminal-ui for git written in rust 🦀 Blazing 💥 fast terminal-ui for git written in rust 🦀 - GitHub - extrawurst/gitui: Blazing 💥 fast terminal-ui for git written in rust 🦀
How to Ignore Model Properties With Swagger in .NET - Code Maze In this article, we will discuss how to ignore model properties with Swagger by using serialization and schema generation modifications.