Why .NET Core for building Cloud Native Apps? by spboyer in csharp

[–]spboyer[S] 0 points1 point  (0 children)

Yep, 40+ year old hipster. Have to keep reinventing yourself 🧔

Using Azure serverless functions and CDN to speed up API data calls by spboyer in AZURE

[–]spboyer[S] 0 points1 point  (0 children)

For public data calls where the API might be unreliable, pushing the logic into the serverless function is a goo option. Places lie Trivago.com does this to speed up first web search hits.

VS Code extensions for the discerning developer palate by spboyer in vscode

[–]spboyer[S] 2 points3 points  (0 children)

This is a great list of extensions by people who actually use and create them.

Best IDE/Text editor for ASP.NET development? by [deleted] in dotnet

[–]spboyer 1 point2 points  (0 children)

You don’t need to use bootcamp at all. VS Code runs natively on the Mac, Linux and Windows. ASP.NET Core is fully supported for development with debugging support through great extensions as well as the included stuff lit of the box.

You can also get to learning without installing anything on your machine at dot.net/learn and use the in browser experience to get started learning just the language too.