Balamurugan Kailasam
972 posts

Balamurugan Kailasam
@clientbala
Office 365 / Azure Developer
Katılım Temmuz 2009
72 Takip Edilen85 Takipçiler
Balamurugan Kailasam retweetledi
Balamurugan Kailasam retweetledi


Source: Microsoft Foundry Blog share.google/F69V8RbfLlKhJ1…
English

Source: Microsoft for Developers share.google/UjDSR9Mc8zSAMg…
English
Balamurugan Kailasam retweetledi

I migrated my application from Docker Compose to Aspire.
Here's what I learned during the transition.
I've been using Aspire for almost every new project.
But what is Aspire?
It's Microsoft's cloud-native development tool.
".NET Aspire is an opinionated, cloud-ready stack for building observable, production-ready, distributed applications."
It solves many things for you out of the box:
- Orchestration
- Service discovery
- Health checks, reliability
- OpenTelemetry (logging + tracing + metrics)
I often use Docker Compose to configure my applications for localhost. It's a simple setup. But you need to manage environment variables and connection strings. If you're unfamiliar with Docker, it can be tricky sometimes.
Aspire simplifies this whole setup.
So, I migrated this application to Aspire and documented the process.
Here's the complete breakdown (+source code): milanjovanovic.tech/blog/dotnet-as…
What do you think about Aspire?
---
Sign up for the .NET Weekly with 75K+ other engineers, and get a free Clean Architecture template: milanjovanovic.tech/templates/clea…




English
Balamurugan Kailasam retweetledi

At #GitHubUniverse this week, @spboyer, @davorabbit and I took the stage and built a cloud-native, intelligent, agentic app from scratch using #VSCode, #GitHubCopilot, and the #MicrosoftAgentFramework.
We walk you through the journey step by step: aka.ms/AAyf8o3
English
Balamurugan Kailasam retweetledi
Balamurugan Kailasam retweetledi

Unit test failures? Visual Studio 2026 Insiders (October) introduces the Debugger Agent for Unit Tests — a powerful new way to resolve issues fast. ...just right-click a failed test, select “Debug with Copilot,” and let the agent analyze, fix, rerun, and iterate until it passes.
Efficient. Automated. Developer-friendly. Watch this video to see just how much... msft.it/6012s7eFg
#VisualStudio2026

English

The Sunsetting of Create React App On February 14, 2025, React officially deprecated...
Source: DEV Community search.app/zcjzxp9hvMFVYU…
English
Balamurugan Kailasam retweetledi

Migrating from Docker Compose to Quadlet for servers running containers.
search.app/aEENyeUEnHpsTn…
English
Balamurugan Kailasam retweetledi

How can you enforce your software architecture rules?
The C# compiler is pretty limited, and code reviews are expensive.
Luckily, there's a middle ground that I use in my projects.
Architecture testing.
These are automated tests that verify the structure and design of your code.
You can use them to enforce design rules expressed with C# code.
- Enforce the direction of project dependencies
- Define naming conventions for classes
- Force classes to be sealed
Here's how you can write your first architecture test in minutes: milanjovanovic.tech/blog/shift-lef…
---
Subscribe to my weekly newsletter to accelerate your .NET skills: milanjovanovic.tech/?utm_source=Tw…

English

As cloud technologies and containerization evolve, we enter a new era of software development where flexibility, scalability, and efficiency become key requirem…
Source: The JetBrains Blog search.app/ExNeh95jeTt7Ly…
English






