Tagged โdotnetโ
-
Semantic Kernel exploration
What is Semantic Kernel # Semantic Kernel creates the ability of easily incorporating AI into an application. It supports several languages. There are many pieces it provides. I will be discussing...
-
Architecture Descision Records (ADR)
What is an ADR # An ADR is a way to document decisions a team makes on a product. There are several standard templates which can be used. They can be as simple or as complex as desired. Microsoft has...
-
Integrating .NET Smart Combo Box
.NET Smart Components # AI is great. I use it in my development workflow. But how am I supposed to use it in the applications I develop? It seems intimating. What exactly do I need to know? What do I...
-
Faking time and logs
The problem: framework side effects # Ideally core application logic is written in such a way so that it does not have any side effects. Unfortunately some .NET framework types produce side...
-
The question of null
The past # Null reference exceptions seems to be one of the most common runtime exceptions in .NET. Protecting against null requires discipline, and a lot of extra code to read through. For .NET Core...
See all tags.