facebook
Creating a Single Page Application in C# with Blazor

Creating a Single Page Application in C# with Blazor

Microsoft Developers have always had a bad relationship with JavaScript, and Microsoft has always tried to help them with its own frameworks: ASP.NET WebForms, Silverlight, Lightswitch, are probably the main examples of this. With ASP.NET MVC and .NET Core it seemed...
How to support Internet Explorer in Angular 8

How to support Internet Explorer in Angular 8

For some strange reason, the world has not yet forgotten Internet Explorer. If you’re a front-end developer, this is a very stressful truth, especially if Angular is your favorite front-end framework. As you probably know, Angular supports Internet Explorer...
.NET Core, Docker and Kubernetes

.NET Core, Docker and Kubernetes

In a previous article, we talked about the use of Docker containers for development purpose, underlining the advantages that the usage of the Containers can bring in the software development process. One of these advantages is the simplification of the deployment...
Angular Performance Improvements

Angular Performance Improvements

One of the most interesting features of the front-end libraries is the ability to maintain in binding the user’s interface and properties, which contains data to be displayed. Angular also offers this feature: it offers a mechanism called Change Detection, thanks to...
Never trust in Entity Framework!

Never trust in Entity Framework!

Well, the title is surely overstated, and we can assert the same for all the ORM. As per everything, we need to know how they are made, in order to use them with awareness. Anyway, it was the first thing that comes on my mind as, during a consulting meeting with a new...