#news
Упрощенное развертывание .NET-приложений в AWS
AWS представила новый интерфейс для Visual Studio и .NET CLI, который поддерживает приложения ASP.NET Core, Blazor WebAssembly, а также консольные приложения и задачи по расписанию.
https://proglib.io/w/4bf625e0
Упрощенное развертывание .NET-приложений в AWS
AWS представила новый интерфейс для Visual Studio и .NET CLI, который поддерживает приложения ASP.NET Core, Blazor WebAssembly, а также консольные приложения и задачи по расписанию.
https://proglib.io/w/4bf625e0
Amazon
AWS announces a streamlined deployment experience for .NET applications | Amazon Web Services
We are happy to announce the general availability of a new deployment experience in both the Visual Studio and the .NET CLI. This follows the preview announcement from last year. The new deployment experience focuses on the type of application you want to…
👍6
🎙Подкаст «Мы обречены»: Роман Мельников основал F# сообщество, чтобы писать на языке, который любит
Выпуск может и староват, но интересующимся разработкой на F# должен зайти.
Выпуск может и староват, но интересующимся разработкой на F# должен зайти.
👍12👎6
#news
Свежие новости и статьи из мира .NET-разработки:
— Improving .NET host error messages and supportability
— Incremental ASP.NET Migration Tooling Preview 2
— Getting Started with DevOps and .NET MAUI
— CoreWCF 1.1.0 and project templates
— Listen Up, Visual Studio has a new feature you need to hear about!
— Sneak Peek and Edit Your Code While You Search
— It just takes time. Updated guidance on Azure long-running operations
— Using Azure Service Bus in the wild
— Rider 2022.2 EAP: Create a New Unreal Plugin
.NET-документация: новые возможности за июнь 2022 г.
— SqlMoney.ToSqlInternalRepresentation Method
— Kestrel: Default HTTPS binding removed
— .NET SDK error list
— IHubClients and IHubCallerClients hide members
— ContentRootPath for apps launched by Windows Shell
— C# formatting options
— .NET formatting options
— Formatting rule (IDE0055)
— Native AOT Deployment
— CA1854: Prefer the IDictionary.TryGetValue(TKey, out TValue) method
— Strong-name APIs throw PlatformNotSupportedException
— Improve scalability with Buffer Pool Parallel Scan in SQL Server 2022
— DiagnosticSource and DiagnosticListener
Свежие новости и статьи из мира .NET-разработки:
— Improving .NET host error messages and supportability
— Incremental ASP.NET Migration Tooling Preview 2
— Getting Started with DevOps and .NET MAUI
— CoreWCF 1.1.0 and project templates
— Listen Up, Visual Studio has a new feature you need to hear about!
— Sneak Peek and Edit Your Code While You Search
— It just takes time. Updated guidance on Azure long-running operations
— Using Azure Service Bus in the wild
— Rider 2022.2 EAP: Create a New Unreal Plugin
.NET-документация: новые возможности за июнь 2022 г.
— SqlMoney.ToSqlInternalRepresentation Method
— Kestrel: Default HTTPS binding removed
— .NET SDK error list
— IHubClients and IHubCallerClients hide members
— ContentRootPath for apps launched by Windows Shell
— C# formatting options
— .NET formatting options
— Formatting rule (IDE0055)
— Native AOT Deployment
— CA1854: Prefer the IDictionary.TryGetValue(TKey, out TValue) method
— Strong-name APIs throw PlatformNotSupportedException
— Improve scalability with Buffer Pool Parallel Scan in SQL Server 2022
— DiagnosticSource and DiagnosticListener
Microsoft News
Improving .NET host error messages and supportability
Error messages and dotnet --info have been updated with more useful information to improve supportability.
👍7🔥1
Распознавание наличия подписи на .NET + EmguCV (OpenCV): опыт команды АльфаСтрахование.
https://proglib.io/w/c55e8149
https://proglib.io/w/c55e8149
Хабр
Наш опыт в распознавании наличия подписи на .NET + EmguCV (OpenCV). Ч. 1
Введение Привет, Хабр! Я работаю разработчиком в АльфаСтрахование – в команде, которая занимается электронным документооборотом. Наша команда уже рассказывала о своих решениях на хабре (статья про...
🥰6👍1👎1
Погружение в Unity: быстрый старт для разработчиков на C# от JetBrains.
https://proglib.io/w/f943643b
https://proglib.io/w/f943643b
YouTube
Diving Into Unity: A quick start for C# developers
00:00 Introduction
02:55 Head First C# Unity Labs
04:30 Unity Lab #1 - Unity Editor
09:20 Shapes and Transforms
14:00 Billiard Ball and Texture
23:46 Unity Lab #2 - C# Code and Rider
26:00 C# Scripts
27:41 Sphere Transform
36:00 Debugging / Pause points…
02:55 Head First C# Unity Labs
04:30 Unity Lab #1 - Unity Editor
09:20 Shapes and Transforms
14:00 Billiard Ball and Texture
23:46 Unity Lab #2 - C# Code and Rider
26:00 C# Scripts
27:41 Sphere Transform
36:00 Debugging / Pause points…
👍10
Руководство по запуску веб-приложения ASP.NET Core в Linux с использованием systemd.
https://proglib.io/w/48e0abbc
https://proglib.io/w/48e0abbc
Swimburger
How to run ASP.NET Core Web Application as a service on Linux without reverse proxy, no NGINX or Apache
This article walks us through running a ASP.NET Core web application on Linux (RHEL) using systemd. The end goal is to serve ASP.NET Core directly via the built-in Kestrel webserver over port 80/443 without reverse proxies.
❤10👍1💩1
А почему бы не побрутить соседский Wi-Fi? Естественно, на C# и в учебных целях.
https://proglib.io/w/6fc2def1
https://proglib.io/w/6fc2def1
Хабр
Брутфорс соседского Wi-Fi (в исключительно исследовательских целях)
Надежные и постоянно меняющиеся пароли - это здорово. Особенно когда они меняются и на Wi-Fi роутере и WPS на нем вообще отключен. В этом посте: сколько занимает перебор WPS pin и есть ли у этого...
👍10😁9👎4🔥1
TensorFlow.NET: краткое введение в популярную библиотеку для машинного обучения.
https://proglib.io/w/34c702ed
https://proglib.io/w/34c702ed
InfoQ
Building Neural Networks with TensorFlow.NET
TensorFlow is an open-source framework developed by Google scientists and engineers for numerical computing. TensorFlow.NET is a library that provides a .NET Standard binding for TensorFlow. In this article, the author explains how to use Tensorflow.NET to…
👍12
🔧 Refit — вдохновленная Retrofit типобезопасная REST-библиотека для .NET Core, Xamarin и .NET.
https://proglib.io/w/3b69c803
https://proglib.io/w/3b69c803
👍5
Иван Якимов, старший инженер-программист в Confirmit, делится опытом использования LiteDB для для .NET-приложения.
https://proglib.io/w/b6b76034
https://proglib.io/w/b6b76034
Хабр
Мой опыт использования LiteDB
Недавно я искал систему хранения для моей программы. Она представляет собой desktop-приложение, которому нужно хранить множество объектов и осуществлять поиск текста в них. И я подумал: "Почему бы не...
👍4🥰1
В предыдущей статье Эндрю Лок описал практические аспекты возврата XML из эндпоинта minimal API. В этом материале он рассматривает альтернативный подход, использующий библиотеку Carter.
https://proglib.io/w/7b9840fe
https://proglib.io/w/7b9840fe
Telegram
Библиотека шарписта | C#, F#, .NET, ASP.NET
Возврат XML из minimal APIs в .NET 6: основные предпосылки/преимущества использования такого подхода и детали реализации.
https://proglib.io/w/a4a1af78
https://proglib.io/w/a4a1af78
👍5
👍6
Key Promoter X, String Manipulation, .NET Core User Secrets, Azure Toolkit for Rider, Window Resizer и другие: MVP Joseph Guadagno делится плагинами Rider, которые помогают ему с разработкой и ведением блога.
https://proglib.io/w/0726e467
https://proglib.io/w/0726e467
JosephGuadagno.net
My JetBrains Rider Plugins—June 2022 Edition
I’ve been using JetBrains Rider for quite some time now. I started using JetBrains Rider because I used both a Windows PC and a Mac PC and I wanted a consistent experience between the both. JetBrains Rider provided that and now I am hooked. I thought I’d…
👍3
50 главных причин использовать Uno Platform
Последняя публикация подобного рода была в 2019 году. С тех пор команда выпустила 18 релизов — обновилась и публикация.
https://proglib.io/w/5416a56e
Последняя публикация подобного рода была в 2019 году. С тех пор команда выпустила 18 релизов — обновилась и публикация.
https://proglib.io/w/5416a56e
Uno Platform
Top 50 Reasons to use Uno Platform – 2022 edition
You only need one but we've updated our top 50 list from 2019 and given you plenty of new reasons you should get started with Uno Platform.
👍7
#news
На днях Unity и ironSource объявили о слиянии. Предпосылки и видение будущего этого союза описано в статье.
https://proglib.io/w/42b560b5
На днях Unity и ironSource объявили о слиянии. Предпосылки и видение будущего этого союза описано в статье.
https://proglib.io/w/42b560b5
AppTractor
Почему Unity и ironSource объединяются?
Я полагаю, что союз этих двух компаний создаст целое, которое будет больше, чем сумма его частей.
👍7😢2
#news
Свежие новости и статьи из мира .NET-разработки:
— .NET July 2022 Updates – .NET 6.0.7 and .NET Core 3.1.27
— .NET Core 3.1 will reach End of Support on December 13, 2022
— Announcing Entity Framework Core 7 Preview 6: Performance Edition
— ASP.NET Core updates in .NET 7 Preview 6
— Announcing .NET 7 Preview 6
— .NET Framework July 2022 Security and Quality Rollup Updates
— Announcing Rate Limiting for .NET
— Customizing Controls in .NET MAUI
— VS2022 Performance Enhancements: Git Branch Switching
— Analysis Services and Reporting Services extensions for Visual Studio 2022 are here!
— IEnumerable Debugger Visualizer Improvements
— Visual Studio Code 1.69
— July patches for Azure DevOps Server
— Content archived for Azure DevOps previous versions
— Azure Boards Summer Update
— Introducing the Azure Developer CLI (azd): A faster way to build apps for the cloud
— Azure SDK Release (July 2022)
— Keyboard navigation mode in dotTrace 2022.1
Свежие новости и статьи из мира .NET-разработки:
— .NET July 2022 Updates – .NET 6.0.7 and .NET Core 3.1.27
— .NET Core 3.1 will reach End of Support on December 13, 2022
— Announcing Entity Framework Core 7 Preview 6: Performance Edition
— ASP.NET Core updates in .NET 7 Preview 6
— Announcing .NET 7 Preview 6
— .NET Framework July 2022 Security and Quality Rollup Updates
— Announcing Rate Limiting for .NET
— Customizing Controls in .NET MAUI
— VS2022 Performance Enhancements: Git Branch Switching
— Analysis Services and Reporting Services extensions for Visual Studio 2022 are here!
— IEnumerable Debugger Visualizer Improvements
— Visual Studio Code 1.69
— July patches for Azure DevOps Server
— Content archived for Azure DevOps previous versions
— Azure Boards Summer Update
— Introducing the Azure Developer CLI (azd): A faster way to build apps for the cloud
— Azure SDK Release (July 2022)
— Keyboard navigation mode in dotTrace 2022.1
Microsoft News
.NET July 2022 Updates – .NET 6.0.7 and .NET Core 3.1.27
Check out July updates for .NET 6.0 and .NET Core 3.1
👍8
История и реализация простой библиотеки для взаимодействия с MOEX ISS на C#.
https://proglib.io/w/1e86b50b
https://proglib.io/w/1e86b50b
Хабр
Вливаемся в Московскую биржу
Всем привет. В своей истории я хотел бы поделиться опытом поиска и анализа московской биржи и историей реализации библиотеки для получения данных из нее. И что по итогу вышло. Все случилось одним...
👍9💩1