
chatting/messaging in the XAF application : best way to query the …
2019年12月18日 · I am using SignalR to the chatting application along with XAF framework. as in most of the applications we need to show the online users and
The New Era of Smart Editors: Creating a RAG system using XAF …
2024年10月10日 · In this article, we are going to integrate the new chat component into an XAF application, and our first use case will be RAG (Retrieval-Augmented Generation). RAG is a system that combines external data sources with AI-generated responses, improving accuracy and relevance in answers by retrieving information from a document set or knowledge ...
Querying Semantic Memory with XAF and the DevExpress Chat …
2024年10月21日 · Querying these memories through the Chat component property editor, using Semantic Kernel chat completions (compatible with all OpenAI APIs). The first thing we need is an object that represents a collection of memories. Here’s the implementation: public MemoryChat(Session session) : base(session) {} public override void AfterConstruction()
UI框架DevExpress XAF v24.2新功能预览 - .NET Core / .NET增强
DevExpress XAF是一款强大的现代应用程序框架,允许同时开发ASP.NET和WinForms。 DevExpress XAF采用模块化设计,开发人员可以选择内建模块,也可以自行创建,从而以更快的速度和比开发人员当前更强有力的方式创建…
XAF: Cross-Platform .NET App UI & Web API - DevExpress …
2024年3月12日 · XAF: Cross-Platform .NET App UI & Web API. Mar 12, 2024; XAF is a versatile application framework that allows developers to build business applications that target Windows and Web. Overview. Comparison With Other Methodologies; Architecture; Supported XAF UI Platforms; Backend Web API Service; Considerations for Newcomers; Demos; External ...
Devexpress Xaf Blazor chat application using SignalR - YouTube
#devdotnet #devexpress #signalr #xafDevexpress Xaf Blazor chat application using SignalR🛑 Don't forget to subscribe to my channel for more cool content: ht...
XAF + Xamarin ( XPO Blazor Azure Xari) ? xafmarin
2025年3月13日 · In this session, we explored how to integrate Semantic Kernel with the powerful Syncfusion controls to build intelligent and customized applications. ? Discover how to combine the power of AI with advanced visual tools to enhance user …
XAF框架详解:优点、功能与应用场景-CSDN博客
2023年6月16日 · xaf框架是一个功能强大的企业级应用开发工具,其提供了一套完整的api调用机制,包括服务集成、外部系统交互以及实践技巧。 本文系统介绍了 XAF 框架的概述,API调用的基础理论和实践技巧,以及与外部系统的集成实践。
cuongpv88/XAF_CHAT - GitHub
cuongpv88/XAF_CHAT. This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
自定义XAF程序状态栏实现丰富显示效果-CSDN博客
2012年7月4日 · XAF中的UI元素都是通过数据自动生成的,有时,我们希望添加无绑定数据的UI元素,比如一个Button,这时就需要添加可视UI。 你的选择有下面几种: 1.添加到菜单栏,工具栏等预定义的ActionBase.Category中的位置;如帮助 文档 中大量添加Action的例子 2.添加一个 ...