This is a feed of links I've run across and found interesting or noteworthy. The images, content and opinions in them are owned by their respective authors.
What is Blazor Desktop, really? Microsoft sometimes compares it to Electron, the desktop wrapper for JavaScript applications that powers software like Slack and Visual Studio Code. But Blazor Desktop can bypass WebAssembly for better performance and lower memory overhead. And there's no need for a built-in web server like Node.
Amazon Aurora and Aurora Serverless is a cloud computing database service that allows applications us... Tagged with aws, devops, serverless, node.
.NET Conf: Focus on Windows is a free, one-day livestream event that features speakers from the community and Microsoft teams working on Windows desktop apps...
5 Awesome Nuget Packages for .NET 5 (AspNetCore) 2021. First things first: I’d like to share this awesome git repository with lots of NuGet packages and other dotnet components..
It’s 5 p.m. on a cold winter Monday. I get a notification saying Marius arrived for his interview and is waiting for me. I grab my laptop and head to the front desk. He is a tall and skinny guy who…
In this series, we will walk through setting up Auth0 to manage authentication using Angular for the client and ASP.NET Core for our API. Let’s setup Auth0 to handle our authentication and…
How to configure Auth0 to provide identity for multi- and single-tenant B2B SaaS applications, creating the best, most secure solution for your team and your users.
Conway's Law states that any organization that designs a system will produce a design whose structure is a copy of the organization's communication structure. This has significant impacts on how software is built, especially if microservices and/or Domain-Driven Design are adopted.
Project Tye is an experimental developer tool that makes developing, testing, and deploying microservices and distributed applications easier.
In this talk, I will discuss the migration steps undertaken to go from a complex Desktop application to a robust ASP.NET-backed website with a Blazor front-e...