Is there a publication addressing C# techniques specific to coding for MVC Core, or will any C# OOP kind of book do?
I ask because I'm watching tutorials on MVC 5 and MVC Core, and the way C# is used seems different to me, between these two versions of MVC.
It appears that MVC Core utilizes Lambda expressions a lot more.
Any recommendations?