Browsing Tag
dotnet
80 posts
Day 9 of 30-Day .NET Challenge: Null Safety
Introduction The article demonstrates the use of null-state analysis to remove compiler warnings of “check code for null…
Primary Constructors in C# 12
As we bid farewell to the older syntax, let’s embrace the newer, more expressive way of creating objects.…
Enriquecendo Operações Numéricas com `IntPtr` Numérico no C# 11
Dando continuidade à nossa série detalhada sobre as novidades do C# 11, hoje vamos falar sobre uma atualização…
ASP.Net 9.0: Authentication Enhancements
The article demonstrates new features related to authentication and authorization. These enhancements aim to improve security and streamline…
Improving Azure AI Search results with semantic search
In Azure AI Search, semantic ranking improves our searches by using language understanding to rerank search results. Semantic…
How to Build a Modular System Using ASP.NET Core?
This is a question and we want to know how to add modularity to an application built under…
String to Byte Array Conversion in C#: Tutorial
Let’s deep dive into the fascinating world of strings and byte arrays in C#. By the end of…
Make your background task easy with Hangfire in .NET
The background task is a type of task which runs in the background. For example, sometimes we run…
Migration of a Multiplayer Game from Hosted to Serverless
Photo by Sigmund on Unsplash In the previous article I’ve introduced you to my plan of migrating away…
Migration from Classic Hosting to Serverless
Cover photo by Chris Briggs on Unsplash This is finally the year where I’ll move away from my…