.NET IDE 🚀 💥 - Rider is now Free 🔥🔥🔥 In this video will discuss the best IDE for .NET! on Mac https://www.dotnetconf.net https://learn.microsoft.com/en-us/aspnet/core/release-notes/aspnetcore-9.0 https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-9.0/whatsnew Support me on Patre...
Getting a job in Tech - Part 1 In this edition of #tech on ice, we start with part 1 of a "Getting a job in tech" series that I will be doing. This part is all about picking the tech that is most interesting to you and using it as a good starting point. Follow along! #technology #progr...
Monkey Conf 2024 C4P now open! Become a channel member to enjoy benefits and access more content. https://www.youtube.com/channel/UCKnuLHRlK_zhrpaTWvNOdMA/join
I've had a change of heart regarding employee metrics I know that if you go back far enough in these posts of mine, you will find some real crap in there. Sometimes that's because I had a position on something that turned out to not be very useful, or in some cases, actively harmful. This sucks, but tha...
Controles Gratuitos de DevExpress para .NET MAUI En este video, exploramos los controles gratuitos que DevExpress ofrece para .NET MAUI. Descubre cómo estos componentes pueden mejorar tus aplicaciones multiplataforma. 01:24 Controles DevExpress para .NET MAUI 03:25 Demo 12:34 Obtener licencia gratuita ...
Be careful with ToListAsync and ToArrayAsync in Entity Framework Core Entity Framework has two methods for converting a query to a list or an array: ToListAsync and ToArrayAsync. Of course there is also the sync version of these methods: ToList and ToArray. And sometimes, you should use the latter one!
Mastering EF Core: Scaffold DB Context from Existing Database in .NET Unlock the power of Database First approach in Entity Framework Core with this comprehensive step-by-step tutorial! Learn how to create an EF Core model by scaffolding a DB context from an existing database. Perfect for C# developers working with Entity F...
ASP.NET Core: Using the ASP.NET Core integration on Azure functions Introduction Since 2023, Azure Functions (HttpTriggers) have benefited from an improvement allowing the manipulation of...
GitHub - altera-al/project-sid Contribute to altera-al/project-sid development by creating an account on GitHub.
From .NET 6 to .NET 8, my migration experience: Using OpenApi on Azure Function on .NET 8 isolated Introduction I recently migrated an Azure function based on HttpTriggers. This function was running on...
What has case distinction but is neither uppercase nor lowercase? - The Old New Thing It has one foot in each world but belongs to neither.
5 Lessons I learned the hard way from 10+ years as a software engineer Guest post by Staff Engineer, Gourav Khanijoe
Migrating terabytes of data instantly (can your ALTER TABLE do this?) Every seasoned developer has been there: whether it’s an urgent requirement change from your business leader or a faulty assumption revealing itself after a production deployment, your data n…
Error Handling Challenge! | (a)RManos Blog (DISCLAIMER: the article may topple a benevolent dictator)
Understanding Multimodal LLMs There has been a lot of new research on the multimodal LLM front, including the latest Llama 3.2 vision models, which employ diverse architectural strategies...
How I Got My First Developer Job Without a CS Degree | SamanthaMing.com So you're ready to get you first developer job. Here are some insights into the job interview process and help you better prepare for it...
Hacker News Clones Writing about the big beautiful mess that is making things for the world wide web.
Missing open-source contributor presents a dilemma when accepting their contribution – Better Software UK I faced the following situation recently as a maintainer of a popular open-source project, and I wondered what to do.
I Waited 10 Billion Cycles and All I Got Was This Loading Screen Modern hardware is unbelievably fast. The M1 Max that I’m writing this article on runs at 3.2GHz. That is 3.2 BILLION clock cycles per second. Yet, Microsoft Teams takes 3 seconds to open a link, and I refuse to believe it takes 9.6 BILLION clock cycles t...
Why LLMs Won't Make Human Editors Obsolete Despite their rapid advancements, Large Language Models will not replace the role of human editors anytime soon. I may sound like a stubborn old man clinging to tradition in an age of relentless technological progress, but it’s a statement grounded in the...
Re-ranking search results on the client side By many measures, Mwmbl is doing great. We have indexed over half a billion pages, we have over 4,000 registered users, and over 30,000 curations from those users. Our volunteers are crawling around 5 million pages a day. But the score that I care about m...