If you’re building generative AI applications, you need to control the data used to generate answers to user queries. Simply dropping ChatGPT into your platform isn’t going to work, especially if ...
AssemblyAI introduces its C# .NET SDK and releases new tutorials on AI applications, including a Discord voice bot, AI video conferencing app, and scam call detection. AssemblyAI has unveiled its new ...
Blazor shook up the .NET-centric web-dev space several years ago with its new ability to create web apps using C# and .NET instead of primarily coding UI with JavaScript like most every other ...
Luke considered splitting the command instruction and instead of grouping the information on what the commands do, separating them between the two commands for each. There is also the possibility of ...
Understand the pitfalls of using enumeration types in the domain layer of your .NET applications and the advantages of using record types instead. When working on applications, you will often need to ...
If you would like to support my work and the time I put into making tutorials, consider getting me a coffee by clicking on the image below. I would really appreciate it!
The .NET framework allows cross-platform development on Windows and Mac, and Microsoft released version 8 for both in November. Here's what that means to developers. In the late 1990s, Microsoft began ...
It is a dictionary object introduced in MVC 1.0. It is used to pass data from controller to the view. It's life cycle is during the current request only. It requires ...