If you think you may have interesting content, share it!
Programming
-
.NET Aspire preview 4 - .NET Aspire - So much in this new release! So many possibilities.
-
Generate Local .NET Secrets from Azure Deployments (Frank Boucher) - Nice new simple to get started.
-
Unity extension for Visual Studio Code - Now Generally Available (Jb Evain) - That's an interesting idea! I'm not a Unity developer, but I'm curious to see the response from the community.
-
Blazor Basics: Advanced Blazor Form Validation (Claudio Bernasconi) - Having control on the validation and how we guide our users is a must. This post does a great job at explaining how to to it within Blazor with clear and simple code sample.
-
An introduction to the heap data structure and .NET's priority queue (Andrew Lock) - Great post that the explains how to understand the heap. This source of information could be so useful when investigating something that doesn't work as expected in our code.
-
Lightweight In-Memory Message Bus Using .NET Channels (Milan Jovanović) - Messages queues are such a powerful tool when our solution work asynchronously. This nice tutorial shows us how to do it and stay local.
AI
-
An Introduction to Mistral AI (https://www.freecodecamp.org/news/an-introduction-to-mistral-ai/) - An interesting alternative to GPT when text is involved.
-
Get started with .NET 8 and AI using new quickstart tutorials (Jordan Matthiesen) - Five extremely simple example application to explain different AI scenarios in .NET and an opportunity to give your feedback.
Databases
- RavenDB and Two Factor Authentication (Oren Eini) - Good news! Always use the two factor authentication when available.
Miscellaneous
- This Is The Easiest Way To Make Your Life More Awesome - Barking Up The Wrong Tree (Eric Barker) - Love it! Don't be stuff buy time.... Nice post
~Frank