iMasters.com - Knowledge for Developers.
Follow Us
Home Archive classic

Archive classic

Phasellus tellus tellus, imperdiet ut imperdiet eu, iaculis a sem Donec vehicula luctus nunc in laoreet

Backend

EF Core using AsNoTracking with Identity Resolution

Today we will see the consequences of using AsNoTracking with the Identity Resolution feature available from EF Core 5.0 onwards. I’ve already...

Backend

What’s New in .NET 8 Setting Disallowed Values ​​with DeniedValuesAttribute

In a previous article about .NET 8 news, I covered the AllowedValuesAttribute type use, a Data Annotation that integrates the System.ComponentModel.DataAnnotations namespace...

Backend

How Microsoft Cloud is Accelerating AI Transformation in Every Industry

The last quarter put a spotlight on advances in generative AI and the possibilities for its application to deliver more assertive business...

Backend

The X of Xamarin Forms — Fluent Validation

Hey guys, How are you? Form validation, if the e-mail is filled, if the field is correct… These are parts used in...

Backend

Mocking Test in .NET 7 example using Moq, xUnit, and Fluent Assertions

In this article, I present an example of using Mock Objects in .NET 7, based on a project created in previous versions...