RSS

博客

MCP Server in C# .NET Part3 - How it works?(AI Chat Application Using MCP and LLM) an MCP client LLM Application such as Claude
MCP Host LLM‑hosting teams embed an MCP client in their host (chatbot framework, IDE plugin, etc.).
MCP Server in C# .NET Part2 - (TransportType=SSE)
MCP是一个典型的C/S架构模式,即客户端 和 服务端,它们之间采用一种标准的消息格式(JSON-RPC)进行通信. The MCP C# SDK has great samples of creating MCP server, MCP
MCP Server in C# .NET Part1 - How it works?(AI Chat Application Using MCP)
MCP provides a structured framework for AI agents to communicate with data sources seamlessly. The protocol consists of three primary components: MCP Host MCP Client MCP Server
list of ads website
list of ads website
AI code part 1
AI IDE
ASP.NET Core Blazor(1):ASP.NET Core Blazor resources
ASP.NET Core Blazor resources
各种AI框架之间的关系
sherpa-onnx icefall k2 体系 funasr PyTorch 框架 之间的关系
数据可视化 - Visualize your Data Model
数据可视化   C# + Blazor + ECharts 集成 Apache ECharts(通常简称 ECharts)是一个非常强大的前端图表库,用来做数据可视化(股票、报表、监控系统等都很适合) <script
mfc 导出数据 到 mongodb
方案:直接用 C++ 驱动写 MongoDB   官方库 MongoDB C++ Driver        
Elasticsearch股票分析
1.制作股票代号-股票名称同义词词典,并添加入路径(同时需要将股票名称添加进拓展词典) 首先,通过Python,我们将收集股票名称和股票代码来制作同义词词典。 股票数据来源来自于东方财富网。 1 2 3