facebook
Angular Testing you don’t scare me

Angular Testing you don’t scare me

The first time I opened a test file, which we usually find after creating a new project using Angular CLI, I felt a bit lost. As I was much more familiar with test frameworks such as XUnit or NUnit, I tried to match the parts of a test file in NUnit and those present...
Welcome .NET 5

Welcome .NET 5

For about three months I joined the Blexin team and I was lucky enough to participate in a project in the startup phase. The Customer asks us to rewrite a WPF application created to work offline using data synchronization mechanisms with a Web version and then access...
LINQ in depth: advanced features

LINQ in depth: advanced features

In the previous article, we took a look at the evolution of the C # language and the innovations introduced to support LINQ, starting to discover its main features. Let’s continue now observing some peculiarities of the two syntaxes that LINQ makes...
The change detection in Angular

The change detection in Angular

When we talk about web solutions, change detection is a very important part of the framework that we are using because it’s responsible for the DOM updates. We must not forget that it also deeply affects an application’s performance. Change detection has two main...