C# / .NET Interview Questions and Answers: Part 3 – Collections and Data Structures
This Chapter covers data structures in .NET, collections and their implementations, and performance characteristics.
You're viewing blog posts that cotains .NET Core tag
See all postsThis Chapter covers data structures in .NET, collections and their implementations, and performance characteristics.
This article explores essential C# type concepts, providing detailed explanations, code examples, and junior, middle, and senior expectations to enhance your understanding and boost your confidence.
This article will dive into essential concepts every .NET developer should know. This article will focus on C# Core Language and .NET Platform Fundamentals questions.
Unique identifiers are crucial for ensuring data integrity and uniqueness in applications. They help track, reference, and ensure consistency across various systems and services. This article contains a Cheat Sheet and descriptions of the different types of unique identifier generators, their methods, and tradeoff analysis to help you choose the best option for your application.
In this article we look at the advantages and disadvantages of Vertical Slice Architecture for .NET application development
Microsoft Orleans — обзор фреймворка для создания масштабируемых приложений. Вы узнаете, как Orleans упрощает управление состоянием и обработку сообщений с помощью модели виртуальных акторов (Grains). Мы рассмотрим архитектуру Orleans, его ключевые фичи, примеры использования, а также шаги по началу работы и развертыванию в облаке.
In this article, we have collected the best Nuget packages for .NET development, which will be useful for you in your daily development activities
.NET Aspire - стек для создания resilient, observable, и configurable cloud-native приложений на базе .NET.
В этой статье разбираем подробнее, что такое .NET Aspire, зачем он нужен и как мигрировать свое приложение
Довольно часто разработчики, начиная работать с LINQ методами, не до конца понимают принцип их работы, в этой статье объясняем как работают основные LINQ методы с помощью иллюстраций
В этой статье поговорим как подключить и использовать Google reCAPTCHA v3 в ASP.NET Core приложении
В этой статье разбираем что такое тест стратегия, какие типы тестов бывают и каким образом лучше подойти к автоматическому тестированию ваших апликейшинов
В этой статье поговорим про паттерн Choreography. Эта статья будет полезна каждому, кто работает с микросервисной архитектурой и столкнулся с распределенными транзакциями.