[Redirect Magazine] #11 - Async stuff, cleaning up DI, using Git merge, Spotify engineering culture and new shiny things in EF Core

Had to get into some last minute reading to have enough links to share, but here they are! :) Articles “Task, Async Await, ValueTask, IValueTaskSource and how to keep your sanity in modern .NET world” Starting with some history and getting into the latest additions, a nice little intro into the asynchronous features in .NET. “Tame Your Giant, Beastly Dependency Injection Registration Class and Ride It Into Glorious Victory “ Some recommendations on taking care of the dependency injection configuration code....

May 20, 2018 · 2 min · 228 words · João Antunes

[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....

April 8, 2018 · 1 min · 196 words · João Antunes