
Mukesh Murugan
@iammukeshm
Followers
5K
Following
1K
Media
676
Statuses
2K
Follow for Daily .NET & Cloud Content | Microsoft MVP | Tech Lead Talks about #dotnet, #csharp, and #aws. Subscribe https://t.co/mygEi0sDpx
Trivandrum, India
Joined April 2020
Looking to Upskill as a .NET Backend Developer in 2025, and beyond? 🚀. Here is the ULTIMATE Roadmap you would want to take to BOOST your career in .NET!. P.S. Repost this ♻️ for your network. Thank you! 😊. #dotnet #developer #roadmap #2k25 #buildinpublic #dev #code #programmer
7
33
158
Dependency Injection in #aspnetcore — Explained the Right Way. When I first started with .NET, I thought Dependency Injection was just another buzzword. It felt like an unnecessary abstraction — more boilerplate than benefit. However, over time, as projects got larger and more
1
7
39
"Just inject `INotificationService`, they said…". Until you realize you’ve got 3 implementations—Email, SMS, and Push—and now your class is a mess of `if-else` blocks or service locator calls 😩. Been there?. NET 8’s Keyed Services fix this cleanly. This is Day #6 of my .NET
0
11
47
If your #aspnetcore app is making repeated database calls for the same data, it’s time to introduce distributed caching. Redis is one of the most efficient ways to reduce DB hits and improve response times, especially in high-traffic or cloud-native apps. In my article, I walk
0
0
7
Want to go serverless with your existing #aspnetcore Web APIs? . No need to rewrite or rebuild anything. ✅ Just install one AWS package .✅ Add a single line of code .✅ And boom — your API is now Lambda-ready. With AWS Lambda, you can run your Web APIs without managing
2
0
3
Uploading Large files to the cloud is not as simple as you think!. Users were trying to upload massive files — 1GB, sometimes more — and our #aspnetcore backend couldn’t keep up. Uploads were slow, unreliable, and were eating up server resources. At first, we streamed everything
0
7
33
RT @iammukeshm: C# switch expressions > traditional switch-case — and it’s not even close. Here’s why I’ve fully switched (pun intended):….
0
12
0
RT @iammukeshm: I published a complete course on building #aspnetcore 9 Web APIs the right way — using Entity Framework Core and DDD princi….
0
20
0
I published a complete course on building #aspnetcore 9 Web APIs the right way — using Entity Framework Core and DDD principles. Most API tutorials show you how to make things work. This one is about building APIs that scale, stay maintainable, and follow best practices from
3
20
94