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.
In this post, App Dev Manager John Abele explores micro-frontend design with ASP.NET Core and MVC. Many development teams have spent the last few years organizing and empowering cross-functional teams, building independently managed microservices, and implementing DevOps pipelines to go faster than ever!
In this talk, microfrontends expert Florian Rappl introduces an established architecture for a creating modular frontend applications. He will show how this ...
In this week's episode, Florian Rappl joins the panel to show us how to build websites using compositional UIs that grow naturally as your application scales...
Lately the internet has been abuzz about micro-frontends. Micro-frontends are a great pattern for ena... Tagged with frontend, microfrontend, auth.
Learn how to build client-side Web apps using Blazor and how to secure them with Auth0 authentication and authorization features.
Learn how to package and publish a Windows .NET MAUI app.
https://aka.ms/dotNETConf2021-GetdotNET6The power of Blazor is coming to native apps on desktop and mobile devices! Use existing Blazor web components and ge...
Jeremy Miller describes how testing ASP.NET applications is simpler with ASP.NET Core. He discusses the modularity of .NET, the lack of dependencies on IIS, ...
Many years back, we started on a new, long term project, and to start off with, we built the architecture around an onion architecture. Within a couple of months, the cracks started to show around this style and we moved away from that architecture and towards CQRS (before it had
The growth of microservice adoption has caused a resurgence in popularity of some previously-overlooked software design patterns. Many of these patterns have been mined from Eric Evans’ Domain Driven…