.NET Microservices Code Reuse Via NuGet

preview_player
Показать описание

Learn about the need to reuse common code across .NET microservices and how the NuGet package manager can be used to package and share code across services in a very efficient way.

#dotnet #microservices
Рекомендации по теме
Комментарии
Автор

Nice video, but how about a video that displays how to create nuget packages and then use them inside two different projects/micro services

Mo-efyt
Автор

Gotta be careful and not go overboard doing this or you'll end up in a new version of "DLL hell".

dasfahrer