Browsing Tag
csharp
85 posts
Open AI Challenge, Day 3: Mastering Code Generation
Designed for developers familiar with Azure and generative AI, the guide walks you through the process of harnessing…
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…
Day 7 of 30-Day .NET Challenge: String built-in Methods Part 2
Introduction The article demonstrates the IndexOfAny() method to locate the initial occurrence of any string from a chosen…
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…
Mastering OOP: Unveiling the Power of Constructors for Efficient Code Creation and Optimization
Understanding Constructors in Object-Oriented Programming: A Comprehensive Guide to Creating Efficient Code. Explore the fundamental concepts of Object-Oriented…
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…
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…
Getting started with the Azure Content Safety API.
This article was published as part of the C# Advent 2023, you can check out the rest of…