I wanted my AI assistant to actually access my database—not just generate SQL I copy‑paste into SSMS. So I connected VS Code, GitHub Copilot, and SQL Server using an MCP server running in Docker. Here ...
The sample also includes a few Server Side Rendered MVC pages for browsing and viewing of albums and artists. I'll be adding the edit pages at a later point. Then ...
Building a Model Context Protocol (MCP) server in .NET allows you to expose external tools (like database access) to AI assistants (e.g. GitHub Copilot in VS Code) through a standardized interface. In ...
It's trivial to add a new db type as long as it has an ADO.NET provider. Please submit a pull request or open an issue if you have one you'd like to add. Many admins are accustomed to using Sqlcmd; it ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
When working in applications in ASP.NET Core you might often need to invoke the Web API action methods using HttpClient to check if the endpoints are working fine. To achieve this, you would typically ...
Learn how to use gRPC, a language-agnostic, high-performance RPC framework, to build lightweight, high-performance services in ASP.NET Core 3.0 gRPC is a Google-created, open source, schema-first ...