Browsing Tag
dotnet
97 posts
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…
.NET 8 is on the Way! 7 Features that will blow your mind 🤯
Howdy, fellow developers! Here’s another exciting journey that we’re about to embark on, exploring the brand new features…
From Converters to Dependency Injection: Navigating Model Migrations
Do you know the three-layer software design? Think of it as tech’s equivalent of a sandwich with neatly…
Fields vs Properties in C# OOP - Which one should you use?
Understanging “Fields” In the object-oriented programming (OOP) approach of C#, a field is a class or struct level…