This is a sample .NET 10 Blazor Interactive Server application for chatting with Azure OpenAI Models. Users may upload TXT, MD, DOCX, XLSX, PPTX or PDF documents to a knowledge base for the AI to use ...
An example of how to do drag and drop in Blazor with NO extra JavaScript. Implements a list where the elements can be deleted by drag and drop. This doesn't work with touch, only with a mouse. Uses ...