Получи случайную криптовалюту за регистрацию!

Анонимный дотнетчик

Логотип телеграм канала @dotnetter — Анонимный дотнетчик А
Логотип телеграм канала @dotnetter — Анонимный дотнетчик
Адрес канала: @dotnetter
Категории: Технологии
Язык: Русский
Страна: Россия
Количество подписчиков: 1.70K
Описание канала:

Держим руку на пульсе мира .NET - все новости и свежие статьи о .NET теперь в одном месте.

Рейтинги и Отзывы

2.67

3 отзыва

Оценить канал dotnetter и оставить отзыв — могут только зарегестрированные пользователи. Все отзывы проходят модерацию.

5 звезд

0

4 звезд

1

3 звезд

0

2 звезд

2

1 звезд

0


Последние сообщения 11

2022-05-30 10:49:23 How To Batch Importing Azure DevOps Work Items Using Azure DevOps APIs and C#

Kyle Johnson and Sash Kavalaparambil explore batch import for Azure DevOps work items using REST APIs.
While you can upload a CSV with work items into Azure DevOps, there is so much flexibility you get when you import work items using the Azure DevOps API.
The post How To Batch Importing Azure DevOps Work Items Using Azure DevOps APIs and C# appeared first on Developer Support.


https://devblogs.microsoft.com/premier-developer/how-to-batch-importing-azure-devops-work-items-using-azure-devops-apis-and-c/
374 views07:49
Открыть/Комментировать
2022-05-30 09:47:07 How to Add Startup.cs in ASP.NET Core 6 Project

The Startup.cs file is missing from ASP.NET Core 6.0. This post talks about how to add startup.cs in ASP.NET Core 6 project.
The post How to Add Startup.cs in ASP.NET Core 6 Project appeared first on Talking Dotnet.


https://www.talkingdotnet.com/how-to-add-startup-cs-in-asp-net-core-6-project/
384 views06:47
Открыть/Комментировать
2022-05-27 14:28:34 Wix toolset: не так страшен черт, как Windows installer

В статье я хотел бы поделиться своим опытом написания инсталлятора для Windows с использованием инструмента Windows Installer XML Toolset (далее - Wix). К сожалению, несмотря на всю мощь данного инструмента, его использование сильно осложняется куцей документацией, старенькими кукбуками, вялыми ветками форумов и вытеснением .msi и .exe пакетов контейнеризацией. Однако, сегодня продолжают активно развиваться и создаваться программные продукты требующие развертывания на виндовой машине с использованием традиционных установочных пакетов.
Читать далее

https://habr.com/ru/post/668082/?utm_campaign=668082&utm_source=habrahabr&utm_medium=rss
356 views11:28
Открыть/Комментировать
2022-05-27 11:26:54 DevOps Nirvana – Part 1

Randy Pagels takes you on a DevOps journey to frame up the way an organization would foster a strong DevOps culture.
Contributions made to this blog post by Kyle Burns, Microsoft Cloud Solution Architect and Able Wang, former Principal Cloud Advocate and DevOps Lead at Microsoft,
The post DevOps Nirvana – Part 1 appeared first on Developer Support.


https://devblogs.microsoft.com/premier-developer/devops-nirvana-part-1/
384 views08:26
Открыть/Комментировать
2022-05-27 07:22:42 Code Cleanup on Save in Visual Studio 2022

This feature Code Cleanup on Save in Visual Studio 2022 will do the code cleanup automatically on Save based on your configured preferences.
The post Code Cleanup on Save in Visual Studio 2022 appeared first on Talking Dotnet.


https://www.talkingdotnet.com/code-cleanup-on-save-in-visual-studio-2022/
405 views04:22
Открыть/Комментировать
2022-05-27 03:23:45 Microsoft Announces the General Availability of Azure Container Apps at Build 2022

Last year at Ignite, Microsoft announced a cloud-native offering with Azure Container Apps, allowing developers to build microservice architectures using containers in preview. The company now announced the general availability of the service at the yearly Build conference.
By Steef-Jan Wiggers

https://www.infoq.com/news/2022/05/azure-container-apps-ga/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=.NET
390 views00:23
Открыть/Комментировать
2022-05-27 02:21:28 .NET Framework May 2022 Cumulative Update

We are releasing the May 2022 Cumulative Update Preview Updates for .NET Framework.
Quality and Reliability
This release contains the following quality and reliability improvements.
WPF 1
Addresses an issue where DWM failures can cause WPF’s render thread to fail. An app can opt-in to the behavior of ignoring all DwmFlush errors by setting a regkey in HKCUSoftwareMicrosoftAvalon.GraphicsIgnoreDwmFlushErrors or HKLMSoftwareMicrosoftAvalon.GraphicsIgnoreDwmFlushErrors whose name is the full path to the .exe that wants to opt-in,
The post .NET Framework May 2022 Cumulative Update appeared first on .NET Blog.


https://devblogs.microsoft.com/dotnet/net-framework-may-2022-cumulative-update/
378 views23:21
Открыть/Комментировать
2022-05-26 23:19:49 .NET Framework May 2022 Cumulative Update

Summary of your post, shown on the home page next to the featured image
The post .NET Framework May 2022 Cumulative Update appeared first on .NET Blog.


https://devblogs.microsoft.com/dotnet/net-framework-may-2022-cumulative-update/
406 views20:19
Открыть/Комментировать
2022-05-26 20:18:07 Visual Studio at Microsoft Build 2022

This week we had Microsoft Build 2022 and there were some announcements made in Amanda Silver’s Theme session and multiple breakouts that are exciting for Visual Studio users, like you. We released the .NET Multi-platform App UI (a.k.a. .NET MAUI), announced Microsoft Dev Box,
The post Visual Studio at Microsoft Build 2022 appeared first on Visual Studio Blog.


https://devblogs.microsoft.com/visualstudio/visual-studio-at-microsoft-build-2022/
435 views17:18
Открыть/Комментировать
2022-05-26 12:15:20 Пример описания многослойной архитектуры, основанной на использовании наборов подслоёв и иерархии моделей данных

В статье рассмотрен подход, основанный на разбиении структуры приложения на слои и подслои, который позволяет с единой позиции подойти к описанию основных используемых типов архитектуры приложений.

Читать далее

https://habr.com/ru/post/667922/?utm_campaign=667922&utm_source=habrahabr&utm_medium=rss
464 views09:15
Открыть/Комментировать