|
You are here |
www.claudiobernasconi.ch | ||
| | | | |
www.hanselman.com
|
|
| | | | | I write about minimal Web APIs in 2016 and my goal has always been for 'dotnet ... | |
| | | | |
damienbod.com
|
|
| | | | | This post implements a basic ASP.NET Core API using .NET 9 and the Microsoft OpenAPI implementation. The OpenAPI Nuget package supports both Controller based APIs and minimal APIs. Until now, we used excellent solutions like NSwag to produce the API schemas which can be used to auto-generate client code. Code: https://github.com/damienbod/WebApiOpenApi Setup A .NET 9... | |
| | | | |
gist.github.com
|
|
| | | | | Minimal APIs at a glance. GitHub Gist: instantly share code, notes, and snippets. | |
| | | | |
ezyang.github.io
|
|
| | | Model Context Protocol servers provide a standard interface for LLMs to interact with their environment. Cursor Agent mode and Claude Code use agents extensively. For example, instead of needing a separate RAG system (e.g., as previously provided by Cursor) to find and feed the model relevant context files, the LLM can instead call an MCP which will let it lookup what files it wants to look at before deciding what to do. Similarly, a model can run tests or build and then immediately work on fixing problems when this occurs. It is clear that Anthropic's built-in MCP servers are useful, and you should use agent mode when you can. | ||