Last week, it was the 25 edition of the MVP Summit. An event, where Microsoft invites all his MVP to get to Seattle and spend some time with the products teams and learn on the latest news and best practices.
This year was particularly inspiriting by the Microsoft roadmap, of course, but even more by all the amazing people a got the chance to meet and discuss with. I'm all pump-up, and I have tons of ideas and projects… more to come.
I already miss you…
Cloud
- Deploy Docker containers fast to Microsoft Azure (Michelangelo van Dam) - This is an excellent tutorial to get started with Docker and also to see what's possible with Azure Container Instance service (ACI).
- Testing Precompiled Azure Functions Locally with Storage Emulator -- Visual Studio Magazine (Jason Roberts) - Nice post that explains how to use the emulator.
Programming
- ASP.NET Identity for your custom user and roles models (Dominique St-Amand) - A nice detailed tutorial that explains clearly how to setup the identity with .Net Core.
- Upgrading a 10 year old site to ASP.NET Core's Razor Pages using the URL Rewriting Middleware (Scott Hanselman) - True upgrade story, I loved it.
- Upgrading my podcast site to ASP.NET Core 2.1 in Azure plus some Best Practices (Scott Hanselman) - Nice second post about a migration passing through today's best practices.