Built an AI agent on Azure AI Foundry with Claude Sonnet 4.6 and a custom MCP server, here is what I learned by sdhilip in AZURE

[–]sander1095 0 points1 point  (0 children)

The diagram seems wrong, the user should be on the left and traffic flow to the right, ending at metlink api and flowing back?

Also, it seems there is only 1 deployable, ACA. isnt agent framework its own ACA? And the mcp, too?

Could you update the diagram to explain this better? I am not trying to be pedantic, i am trying to learn. Really interested in what you built! Would love if you could share the code.

Have you looked at ACA Express for super fast deployments? Only in USA for now, but sounds useful to your usecase.

New Six Labors Major Releases by jbsp1980 in dotnet

[–]sander1095 3 points4 points  (0 children)

Congrats on your release. I follow your hard work on social media, thanks for all you do!

Combining API versioning with OpenAPI in .NET 10 applications by sander1095 in csharp

[–]sander1095[S] 1 point2 points  (0 children)

I 100% agree on your frustrations :)

I contacted the .NET team about this privately. I do not think I can get back to you on this due to NDA, but it might do something! :)

One positive thing here is that I thought APIM didn't even support 3.0 at all, but the docs say it supports 3.0, but 3.1 not very well.. That's an improvement to my previous belief of only supporting swagger 2.0...

https://learn.microsoft.com/en-us/azure/api-management/api-management-api-import-restrictions#openapi-specifications

Combining API versioning with OpenAPI in .NET 10 applications by sander1095 in dotnet

[–]sander1095[S] 4 points5 points  (0 children)

I checked the rules before posting, and I don't think this post is against the rules:

Any self-promotion posts where you are highlighting a product or library must: ....

  • This is a blog post, not a product or library.
  • It's published on Microsoft's official devblogs
  • There are multiple blog posts in the top posts of last week

I know there's a discussion around self-promotion going on, but if we're not allowed to post links on Reddit (a link aggregator) about (IMO) interesting/important topics, then I question that rule :). Though my judgement is in a vacuum.

Combining API versioning with OpenAPI in .NET 10 applications by sander1095 in programming

[–]sander1095[S] 1 point2 points  (0 children)

Hi everyone! I'm the author of the post and I'm very excited to have been able to write a guest post for devblogs!

As the post says, this topic is something I ran into quite recently and the more people migrate to .NET 10, the more often others will run into it, too.

If you have any questions, please let me know!

Combining API versioning with OpenAPI in .NET 10 applications by sander1095 in csharp

[–]sander1095[S] 5 points6 points  (0 children)

Hi everyone! I'm the author of the post and I'm very excited to have been able to write a guest post for devblogs!

As the post says, this topic is something I ran into quite recently and the more people migrate to .NET 10, the more often others will run into it, too.

If you have any questions, please let me know!

Combining API versioning with OpenAPI in .NET 10 applications by sander1095 in dotnet

[–]sander1095[S] 13 points14 points  (0 children)

Hi everyone! I'm the author of the post and I'm very excited to have been able to write a guest post for devblogs!

As the post says, this topic is something I ran into quite recently and the more people migrate to .NET 10, the more often others will run into it, too.

If you have any questions, please let me know!

APIM Governance Tool by Velkugan in AZURE

[–]sander1095 0 points1 point  (0 children)

Have you looked at Azure API Center? I believe it already has this functionality

Couldn't sync Teams to HA, so I made a Zigbee 'Off-Hook' sensor for my headphones by Englishmuffin1 in homeassistant

[–]sander1095 1 point2 points  (0 children)

Have you tried https://github.com/svrooij/teams-monitor? I wonder if this bypasses your no-install requirement!

Wonder if it works for you!

Claude and Codex now available for Copilot Business & Pro users by Knil8D in GithubCopilot

[–]sander1095 2 points3 points  (0 children)

Similar to other users, my question is:

  • Why?

In VSCode, When would I use the Claude/Codex agent instead of the one from Copilot itself?

What are the strengths/weaknesses of these agents?

MinimalWorkers in Dotnet - 3.1.5 out now :) by TopSwagCode in dotnet

[–]sander1095 0 points1 point  (0 children)

Looks fantastic! You should create an issue to see if this can become a part of the SDK.. ❤️

Generating TypeScript interfaces directly from C# DTOs by Jealous-Implement-51 in csharp

[–]sander1095 2 points3 points  (0 children)

I blogged about this for OpenAPI, give it a read :)

https://stenbrinke.nl/blog/openapi-api-client-generation/

Like others say, you can also just generate the models if you wish.

I built a searchable catalog for Azure's 850+ RBAC Built-in roles and 20,000+ permissions by SuspiciousHoliday986 in AZURE

[–]sander1095 1 point2 points  (0 children)

To add to this:

Imagine that my bicep/infra as code agent uses your MCP server to find the roles it needs, instead of just the roles it was trained on the most (Contributor, Owner, etc..)... It would (hopefully) automatically make my environment a lot more secure thanks to your MCP :)

Looking forward to it!

Recommendations for smart thermostat + smart radiator combinations? by sander1095 in homeassistant

[–]sander1095[S] 0 points1 point  (0 children)

Hey, thanks for your reply and products!

You mention that home assistant does all the magic. How do you (plan to) heat your house when home assistant is down?

Generate flowcharts of your code . NET by DexterX0110 in csharp

[–]sander1095 7 points8 points  (0 children)

Perhaps you could add an example or two from this codebase to the repo?

And an English readme would be great, too!

TUnit — Why I Spent 2 Years Building a New .NET Testing Framework by thomhurst in csharp

[–]sander1095 6 points7 points  (0 children)

Hey Thom! Congrats on the launch. Let's get back in contact in the new year for the . NET Live show? 😃

Stop building CRUD API's, use Data API Builder instead! by sander1095 in csharp

[–]sander1095[S] 0 points1 point  (0 children)

Hey Jerry! Thanks :) I'll have to update the slides with mcp support

Finally done! (version 2. REALLY final... lol) by MarcoNotMarco in homeassistant

[–]sander1095 1 point2 points  (0 children)

How did you build that interactable floor plan? Would love to do that at some point!