iMasters.com - Knowledge for Developers.
Follow Us
Home .net

.net

Backend

Understand key features added in ASP.NET Core 7.0

Version 7.0 of the .NET platform brought many new features in this article I will focus on the main resources that were added...

Backend

What’s New in C# 12 – Using Primary Constructors in Classes and Structs

Capacity was previously restricted to the use of Records with C# 12. We can now also use Primary Constructors in the class implementation...

Backend

How to spice up Swagger documentation using annotations in ASP .NET Core (part 2)

Continuing the first part of the article, we will now see how to generate the documentation without having to generate the XML file....

Backend

.NET + xUnit categorizing and organizing tests with Traits

When using xUnit implementation of tests in .NET, it is more than common to code numerous types of validations, thus guaranteeing the validity...

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

Backend

How to spice up Swagger documentation using annotations in ASP .NET Core.

In .NET 6, when we create an ASP.NET Core Web API project by default, we can use or not controllers. We can also...

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

Backend

What’s New in C# 12 Using an Alias ​​to Reference a Type

Microsoft announced last Tuesday (11/04) some features planned for C# 12, the new version of the language scheduled to be released together with...

Backend

What’s New in .NET 8: Setting Possible Values ​​with AllowedValuesAttribute

During March/2023, Microsoft made Preview 2 of .NET 8 available, with several improvements involving using Data Annotations. More information can be found in...

Backend

.NET 8 first tests with Preview 1 + JSON deserialization improvements

At the end of February/2023 – Tuesday, 02/21 – Microsoft made available .NET 8 Preview 1, the first release of this new version...