Version 7.0 of the .NET platform brought many new features in this article I will focus on the main resources that were added...
By Jose Carlos Macoratti23 de junho de 2023Capacity was previously restricted to the use of Records with C# 12. We can now also use Primary Constructors in the class implementation...
By Renato Groffe22 de junho de 2023Continuing the first part of the article, we will now see how to generate the documentation without having to generate the XML file....
By Jose Carlos Macoratti27 de maio de 2023When using xUnit implementation of tests in .NET, it is more than common to code numerous types of validations, thus guaranteeing the validity...
By Renato Groffe8 de maio de 2023In this article, I present an example of using Mock Objects in .NET 7, based on a project created in previous versions of...
By Renato Groffe8 de maio de 2023In .NET 6, when we create an ASP.NET Core Web API project by default, we can use or not controllers. We can also...
By Jose Carlos Macoratti7 de maio de 2023In a previous article about .NET 8 news, I covered the AllowedValuesAttribute type use, a Data Annotation that integrates the System.ComponentModel.DataAnnotations namespace that...
By Renato Groffe4 de maio de 2023Microsoft announced last Tuesday (11/04) some features planned for C# 12, the new version of the language scheduled to be released together with...
By Renato Groffe3 de maio de 2023During March/2023, Microsoft made Preview 2 of .NET 8 available, with several improvements involving using Data Annotations. More information can be found in...
By Renato Groffe3 de maio de 2023At the end of February/2023 – Tuesday, 02/21 – Microsoft made available .NET 8 Preview 1, the first release of this new version...
By Renato Groffe1 de maio de 2023