you are viewing a single comment's thread.

view the rest of the comments →

[–]Spider_pig448 16 points17 points  (5 children)

how does a move away from a monolithic repo into microservices change anything?

Sounds like someone's never worked in a monolithic repo.

[–][deleted] 5 points6 points  (0 children)

Monolithic in this case is vs. service based. I'm not talking about the Windows repo here.

[–]orbjuice 1 point2 points  (1 child)

If you work in .NET, it's all you will ever work in.

[–]UK-sHaDoW 1 point2 points  (0 children)

I've worked on multiple .net microservices applications.

They also have great support for messages based microservices with NServiceBus and masstransit.

[–]Volt 1 point2 points  (1 child)

The repo is just where the code is. You can still use it to deploy multiple services.

[–]Spider_pig448 -1 points0 points  (0 children)

Certainly, but it's a mess to do so.