Tuesday, 1 July 2025

Microservices

 Looking for support on Microservices, C#,.net core, azure service bus, azure blob storage, event driven architecture ( good to have), cosmos, entity framework, sql server, angular. Anyone willing to support from 7pm to 2am IST please reach out to me. Telugu person preferred. https://medium.com/javaguides/top-15-microservices-patterns-every-junior-and-senior-developer-should-know-bdaf47049635

No comments:

Post a Comment

remove duplicates in an sorted array

  using System; public class HelloWorld {          public static void Main(string[] args)     {         int[] ar={2,2,3,3,4,6,6};          C...