Suggestion of the week
- GitHub stars won’t pay your rent (Kitze) - What a great story! This is an awesome journey of a developers who worked hard, took some risk and... Got result. All developer should read this.
Cloud
- 5 Minute Serverless Functions in Azure without an IDE (Heather Downing) - This post and videos are a fantastic way to get started with Azure Function the good way... With security.
- A quick introduction to Azure function proxies (Nadeem Ahamed) - A nice quick intro... That remind's me I should definitely use proxies in one of my project!
- Using KeyVault References to Read Key Vault Secrets (Scott Allen) - Excellent News!
Programming
- Blazor – on the server or on the client (Christian Nagel) - A great post about blazor that explains very well the current status of this very promising tool.
- What Are gRPC Web Services and When Should I Use Them? -- Visual Studio Magazine (Peter Vogel) - A very good post that clarifies things. I'm looking forward to see the example with .Net Core.
Miscellaneous
- Role Based Security in an ASP.NET Core Application (Mahesh Sabnis) - A great tutorial that gets you started with identity and asp.net core.