GitHub - terrajobst/git-istage: Make staging whole files, as well as parts of a file, up to the line level, a breeze. Make staging whole files, as well as parts of a file, up to the line level, a breeze. - terrajobst/git-istage
You’ve just inherited a legacy C++ codebase, now what? You were minding your own business, and out of nowhere something fell on your lap. Maybe you started a new job, or perhaps changed teams, or someone experienced just left.
dotNetDave Rocks Warsaw IT Days 2024 I’m excited to announce that, for the first time ever, the For Those About To Code: World Wide Tour will be making a virtual stop at the 2024 Warsaw IT Days event in Warsaw, Poland, taking pl…
.NET MAUI Community Toolkit 2023 Highlights - .NET Blog Let's take a look back at all the happeneings from 2023 for the the .NET MAUI Community Toolkit's Journey of Growth, Rich Features, and Expanding Community Collaboration and a sneak peak at what is next.
Password Purgatory - Making Life Hell for Spammers Password must contain at least one season of the year: aBfall57eFgHdog
Bring your data to Copilot for Microsoft 365 with .NET plugins and Azure AI Search James is joined by Ayca Bas who is here to walk us through building a plugin for Microsoft 365 using Teams Toolkit and .NET, then integrating the plugin with...
Instrument Serverless Rust Applications with Open Telemetry Understanding how an application is working whilst it's running is a fundamental skill when building systems. How can you do that in serverless Rust applicat...
If a parameter isn't used, what should I pass? - The Old New Thing It doesn't matter what you pass, but if you have to ask, then just pass zero.
.NET 8 💥 - Web API Health Checks ⛑🚑🚑 In this video we will be going to be creating a .NET 8 API and how we can implement health checks.Support me on Patreon to access the source code:https://www...
Modal Windows and Open Source C# Web Applications Powered by Restream https://restream.ioFritz is writing code.. LOTS of code.. and he needs your help!
Generate Blazor Websites in Minutes with Visual Studio's NEW Scaffolder! You can now scaffold views for Blazor projects, including CRUD (Create-Read-Update-Delete) using Entity Framework in minutes with Visual Studio 2022. Take a ...
Refactoring C# Code – 4 Essential Techniques Simplified Learn about efficiently refactoring C# code with these 4 simple techniques! Follow along with code examples that show you how to approach refactoring.
.net MAUI: Disable scrolling on Android A quick one today! So for a new drag and drop component I needed to temporary disable the scrolling of a parent ScrollView. Ok no biggies I went just scrollView.IsEnable = false. But, hey!! Nothing happens like WTFudge REALLY MAUI??? I then went to MA...
The KDE desktop gets an overhaul with Plasma 6 It's been nearly 10 years since KDE Plasma 5, which is the last major release of the desktop. On February 28 the project announced its "mega release" of KDE Plasma 6, KDE Frameworks 6, and KDE Gear 24.02 — all based on the Qt 6 development framework. This...
Introduction to Dumpify Dumpify is one of those projects you didn't know you needed until you hear about it. Join Jon Galloway and Moaid Hathot in this episode to learn more about h...
EF Core - System.InvalidOperationException : The required column 'Id' was not present in the results of a 'FromSql' operation. Yesterday I talked about an error I got when using the FromSql method in Entity Framework Core(EF Core). It allows you to execute raw SQL q...
Apple vs. PWAs – Go act now and help avoid this disaster… Apple wants to disallow Web Apps on iOS to be added to the home screen, run full screen and use the APIs necessary to create a great app. And to make things worse, only in Europe. We need to stop this from happening.
Continue Processing with Parallel.ForEachAsync (even when exceptions are thrown) Parallel.ForEachAsync is a very useful tool for running code in parallel. Recently, we have been exploring what happens when an exception...
Clean Architecture with ASP.NET Core 8 | .NET Conf 2023 Clean Architecture (aka Onion, Hexagonal, Ports-and-Adapters) organizes your code in a way that limits its dependencies on infrastructure concerns. This resu...
GitHub - cloudflare/pingora: A library for building fast, reliable and evolvable network services. A library for building fast, reliable and evolvable network services. - cloudflare/pingora
HDMI Forum Rejects Open-Source HDMI 2.1 Driver Support Sought By AMD One of the limitations of AMD's open-source Linux graphics driver has been the inability to implement HDMI 2.1+ functionality on the basis of legal requirements by the HDMI Forum
Collections Made Easy - C# in the Cards Episode 10 We've learned a lot about arrays and how to manage the content of an array, but there other types of collections available in .NET for you to use with C#. I...