facebook
Blazor vs Angular: which to choose? Part two

Blazor vs Angular: which to choose? Part two

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...
Blazor vs Angular: which to choose? Part one

Blazor vs Angular: which to choose? Part one

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,...
Living without Visual Studio: yes, you can!

Living without Visual Studio: yes, you can!

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...
Angular, Microservices and Authentication

Angular, Microservices and Authentication

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...