by Michele Aponte | May 11, 2021 | Blog
After comparing the two frameworks from the development experience’s point of view, we now analyze the features that both provide in terms of components, infrastructure, and maturity. As Angular is based on ECMAScript and a set of libraries specifically created for...
by Michele Aponte | Feb 10, 2021 | Blog
One of the questions about Blazor I’m asked most often is why it should be chosen as the front-end framework instead of more established solutions like Angular. The answer is straightforward: there are no generic reasons for adopting one framework rather than another,...
by Michele Aponte | May 20, 2020 | Blog
In a previous article of mine, I talked about Microservices and how authenticate an Angular client with them using IdentityServer as authentication authority. I that case, I used the in-memory configuration to simplify the concept, but in a real application we need to...
by Michele Aponte | Mar 11, 2020 | Blog
Whenever I am a speaker at Microsoft events, many people seem to be confused by my MacBook Pro. The first thing they probably think is that I’m a mobile developer, and I have a virtual machine with Windows to use Visual Studio. At least the explicit questions...
by Michele Aponte | Jan 1, 2020 | Blog
I am working on a new project, for which I need to authenticate an Angular client to access to a set of microservices. The permission to access each microservices depends on the current user privileges, and I need to be independent of the authentication mechanism. We...