PreviousNext

Moving from Node.js to .NET Core

by bill-s, 2019-05-27T03:21:11.923Z

Here on Visual Studio App Center, our platform is built as a set of microservices, which has afforded teams to make language and platform choices that work best for them, and ultimately allowed us to move and iterate quickly. Over time, two distinct stacks have emerged: TypeScript/JavaScript running on Node.js, deployed to AKS (Azure Kubnernetes Service) .NET Framework (C#) running on Windows Service Fabric

Read More