Taswar Bhatti
The synonyms of software simplicity
Tag: C#
MAI-Image-2.5 Pro for .NET Developers

Every time a new image model ships, my first question isn’t “how pretty are the demo images.” It’s “can I actually put this in a pipeline and get consistent, controllable output.” Most image models are great at one beautiful hero shot and terrible at the boring part — generating twelve consistent product variants, or fixing […]

Kimi K2.7 Code is Now Available in Microsoft Foundry

Demo code located at https://github.com/taswar/KimiFoundryDemo There are a lot of AI model announcements these days. But every now and then one lands that feels immediately practical for real engineering work. Kimi K2.7 Code from Moonshot AI showing up in Microsoft Foundry feels like one of those releases. Microsoft and Moonshot AI have made Kimi K2.7 […]

Cohere Command A-Plus Lands in Microsoft Foundry

Sample code located at https://github.com/taswar/CohereCommandAPlusDemo Enterprise AI teams have a familiar problem. You need multilingual support because your users are in Germany, Japan, and Brazil. You need document understanding because half your data lives in scanned PDFs and screenshots. You need tool calling because your agents have to actually do things, not just talk about […]

Claude Opus 4.8 is now available in Microsoft Foundry

There are a lot of AI model announcements these days, but every now and then one lands that feels immediately practical for real engineering work. Claude Opus 4.8 showing up in Microsoft Foundry feels like one of those releases. Microsoft is positioning Claude Opus 4.8 around coding, agentic workflows, and deeper reasoning for enterprise scenarios, […]

Grok 4.3 in Microsoft Foundry

If you’ve been building AI-powered apps lately, you’ve probably noticed that the conversation is shifting. It’s no longer just about “generate text.” It’s about reasoning, multi-step workflows, and agents that actually do things. That’s why I got excited when I saw Grok 4.3 land in Microsoft Foundry. This isn’t just another model drop — it’s […]

Azure AI Foundry GPT-5.5

OpenAI’s GPT-5.5 is now generally available (GA) in Microsoft Foundry, and this is one of those releases that matters less for “chat” and more for getting actual work done—end-to-end. The big theme: messy, multi-step requests → completed tasks, with stronger reliability in planning, tool use, UI navigation, and recovery when something breaks mid-flow. If you’re […]

aws-cdk-csharp

In this section we will talk about Identity and Access Management – IAM in short. I will show you an example of using AWS CDK to create IAM roles with C# and extending our current solution so that an IAM Role is ready with the correct permission to use. We will mainly focus on IAM […]

aws-cdk-csharp

Now that we have learned how to create a VPC with C# using AWS CDK, let’s talk about how do we create RDS Database Instance with C# using AWS CDK. What is Amazon RDS? Amazon Relational Database Service (Amazon RDS) in simple terms is easy to set up, operate, and scale relational database. It provides […]

aws-cdk-csharp

I wanted to start a series of how to use AWS Cloud Development Kit (CDK) to create infrastructure on Amazon. In our first example we will tackle the fundamental of a Virtual Private Cloud (VPC). We will be using AWS CDK to create a VPC in C#. You may wonder what about CloudFormation json or […]

Csharp-MS-Dotnet

So one may ask “What is the advantage of using discards in C#?”, and if you don’t know what discards are you can check out the MS C#7 Documentation about it. Basically discards are variables in simple terms, and the declaration of the variable as a discard is by assigning it the underscore (_) as […]

UA-4524639-2