Интересности #115
Вот какие статьи были замечены в интернет за последнее время.
.NET
ASP.NET
- Exploring ActionResult in ASP.NET Core 2.1
- MVC vs Razor Pages - A quick comparison
- Optimising ASP.NET Core apps in Docker - avoiding manually copying csproj files (Part 2)
- What’s new in Web Development with ASP.NET Core 2.1
- Building, Running, and Testing .NET Core and ASP.NET Core 2.1 in Docker on a Raspberry Pi (ARM32)
- Create a CRUD App using Blazor and ASP.NET Core
- Building confirm delete dialog on Blazor
- Dependency injection in Blazor
Azure
Development
- Создание 3D-шахмат в Unity
- Разговорный AI: как работают чат-боты и кто их делает
- Как мы сделали игру для Highload++ с воксельной графикой и VR
- Using AI and Bots as an underpinning for modern UI
JavaScript
- Настоящее и будущее безопасной работы с null и undefined в JavaScript
- Write asynchronous code in a breeze with async and await
React
- Learning React (part 2) - Building up the user interface using components and dummy data
- Building a React Form Component with TypeScript : Introduction