Hello, .NET enthusiasts! As we cruise into another Friday, it’s time to fuel up on some exciting .NET revelations before shifting gears into the weekend. Imagine your code is a well-serviced classic car—let’s ensure it purrs smoothly with the latest updates and timeless tips. So, buckle up, because today’s line-up is engineered to enhance your craftsmanship and keep your development engine running efficiently.
Today’s Articles
Tracking Token Usage with Microsoft.Extensions.AI
Continuing in my recent series of posts about calling LLMs with C# using the Microsoft.Extensions.AI NuGet package, in this post I want to discuss how to track the cost of your API calls to AI models….
|
|
|
Lazy
💡 The Lazy<T> class in .NET Core 8 is a generic class that provides support for lazy initialization. It allows you to delay the creation… Continue reading on Medium »
|
|
|
[Don’t .NET] Last() at last!
Although LinkedLists may not be your go-to data structure, you might find yourself using the Last property to access the tail of the list… Continue reading on Medium »
|
|
|
Leave a Reply