Интересности #145
Немного интересных материалов для чтения в свободное время.
.NET
- .NET Reference Types vs Value Types. Part 2
- How to port desktop applications to .NET Core 3.0
- Learning about .NET Core futures by poking around at David Fowler’s GitHub
ASP.NET
- ASP.NET Core (not that secret) User Secrets Explained
- Handling Errors in ASP .NET Core
- ASP.NET Core on IIS Express - Empty error starting application
- Getting route data in your ASP.NET Core middleware
- Returning Files from .NET Core or ASP.NET MVC Controllers
- ASP.NET Core code coverage reports on Azure DevOps
- Running a .NET Core Web Application in Docker container using Docker Desktop for Windows
Azure
- Integrating SendGrid Service Via Azure Functions
- Azure Maps - The Microsoft Azure Enterprise Location Platform
- Improving the TypeScript support in Azure Functions
- Latest enhancements now available for Cognitive Services’ Computer Vision
C#
- Чат-бот для Вконтакте на ASP.NET Core C#
- C# Async Antipatterns
- How does a C# LINQ Query execute and How does this affect Performance?
- An example of interaction-based testing in C#
- An update to C# versions and C# tooling
Development
React
- JavaScript Prerequisites To React
- Повышаем производительность в компонентах-функциях React с помощью React.memo ()
- React и Code Splitting
- React hooks and closures, there may be dragons