Picture this: It’s Friday, and the .NET landscape is abuzz with the anticipation of untapped potential and the collective hum of sophisticated code. As seasoned developers ready to leap into the weekend, let’s pause to savor the groundbreaking insights and tips curated for you. Whether you’re caught in an end-of-week sprint or leisurely compiling your thoughts, this selection will resonate with the wisdom of experience and the thrill of innovation. Grab your favored Friday fuel and explore what’s in store—your .NET mastery is about to level up.
In this article, you will learn to implement the Amazon Bedrock ApplyGuardrail API in a .NET console application to validate content and ensure compliance with responsible AI policies.
Explicit Loading in ASP.NET Core Web API is a technique used to manually retrieve related data from the database when needed, using LoadAsync() on navigation properties. Unlike eager loading (Include(…
Why not just use a Tuple or dynamic to return multiple values
Sometimes, when implementing forms in our applications, there are certain sensitive data fields that are displayed only for informational purposes and should not be modified by the user.For example, i…
My Journey from Console.WriteLine() to Proper Logging in .NET 9
I still remember my early days in .NET when debugging meant stuffing my code with Console.WriteLine() statements everywhere. If something… Continue reading on Level Up Coding »
Learn how to implement a filterable auto-suggestion dropdown list in ASP.NET. This guide covers creating a dynamic dropdown with search functionality, enabling users to quickly find options as they ty…
C# 12’s Type Aliasing in .NET 8: A Game-Changer for Cleaner Code
What’s the latest with .NET Aspire? Carl and Richard talk to Rob Richardson about his experiences with .NET Aspire to help build great .NET cloud apps. Rob talks about all the goodness that comes out …
How to Write Boilerplate Code Using GitHub Copilot
This article covers setting up Copilot, generating code snippets, using Copilot Chat, and reviewing AI-generated code. Boost your coding productivity with AI-powered code suggestions for C# and other …
Boost your ASP.NET Core app’s speed and efficiency with HybridCache. This guide covers setup, best practices, and advanced features for… Continue reading on Write A Catalyst »
How to log to Azure Application Insights using ILogger in ASP.NET Core
Application Insights is a great tool for handling high volumes of logs. How can you configure an ASP.NET application to send logs to Azure Application Insights? What can I do to have Application Insig…
Leave a Reply