[Redirect Magazine] #5 - Repository pattern diverging opinion, .NET and Go concurrency, JS Event Loop and Zones
Some more reading/watching material. A bit more Go this week, as I would love to use it to build something but haven’t got around to do it - my attention span in pet projects is terrible, I start one thing then get another idea and forget the previous :) Articles “Is the repository pattern useful with Entity Framework Core?” An alternative point of view on the much used repository pattern. “Go vs C#, part 1: goroutines vs async-await” An interesting read, not really for the performance tests, but mostly because of the pretty significant differences in working with async code between C# and Go....