The lungs of a smoker vs the ones of a non-smoker.
Amanda Eller, a nurse in North Carolina shot this clip showing cancerous lungs that smoked 1 pack per day for 20 years versus healthy lungs.
[📹 Amanda Eller / amanda.orr.56]
The built in container image building support in .NET is pretty amazing https://t.co/uzrYGz6lvc. I detest writing docker files 😍
#dotnet#containers#docker
What is a Modular Monolith, and why should I care?
I see some confusion around this topic that I want to clear up.
I've held two talks so far talking about this architecture.
How I define a Modular Monolith in simple terms is:
• A monolith system designed in a modular way
ChatGPT is coming soon to the Azure OpenAI Service, which is now generally available, as we help customers apply the world’s most advanced AI models to their own business imperatives. https://t.co/kQwydRWWnZ
🦄 EF Core 7.0 introduces Bulk Updates🦄
Write a LINQ query to generate a bulk update for many matching rows in the database in one roundtrip.
https://t.co/C4ER6Qi6pm
#EFCore#DotNet#EntityFramework#SqlServer#AzureSQL
Not enough Developers know these JavaScript programming tips.
reduce(), some(), and every() can make your code cleaner and easier to read, here's how they work:
1.