Интересности #281
В этот раз вышла достаточно большая и разнообразная подборка статей: от привычного .NET и C# до CSS и шрифтов. Остается только найти время все это прочитать.
.NET
- Running JavaScript inside a .NET app with JavaScriptEngineSwitcher
- Value types and exceptions in .NET profiling
ASP.NET
- A Simple CORS Example with a .NET 6 Web API Application and a .NET 6 Web Application
- Implement Azure AD Continuous Access Evaluation in an ASP.NET Core Razor Page app using a Web API
C#
- Сказка про Guid.NewGuid()
- История одного НЕ-ОТВЕТА на stackoverflow
- Internals of C# nullable reference types - Migrating to nullable reference types - Part 2
- C# 11 Preview Updates – Raw string literals, UTF-8 and more!
- C# async await explained
Architecture
- Как приручить DDD. Часть 2. Практическая
- Software Architecture: It Might Not Be What You Think It Is
- Aggregate Responsibility Design
- Modeling Relationships in a DDD Way
Azure
- Introducing Azure Well-Architected Framework for Internet of Things (IoT)
- Getting to know Azure Arc
- Create downloadable blob links with Azure Functions and App Service authentication
Container Apps
Containers
Kubernetes
Docker
Databases
- Read Committed Isolation Level
- Serializable vs. Snapshot Isolation Level
- Авторизация в PostgreSQL. Часть 1 — Роли и Привилегии
Development
Game Development
- 10 лет Oil Rush: как не сгореть, создавая игру на собственном движке
- Ничего не умею, но хочу зарабатывать на играх
- Как я создал собственный 3D движок и игру на нём за 20 месяцев
Machine Learning
Miscellaneous
Tools
- 4 PowerShell-скрипта для проверки действительности ваших SSL-сертификатов
- Using dotnet format Command to Format the C#/.NET Code
- Highlights from Git 2.36
Visual Studio Code
- Essential VS Code extensions for TypeScript
- Use Copilot to Write and Translate a Binary Search Algorithm
Visual Studio
Web Development
JavaScript
React