Документация Майкрософт — новейшие статьи

Теперь техническая документация Майкрософт размещена на сайте docs.microsoft.com. Мы модернизировали не только веб-интерфейс, но и методы создания и поддержки материалов, которые помогают вам обучаться, развертывать решения и управлять ими. Это централизованное расположение для всего содержимого, связанного с технологиями Майкрософт. Чтобы вы не пропустили самые актуальные новости и интересные публикации на сайте docs.microsoft.com, мы предусмотрели для вас возможность выбрать требуемый веб-канал.


Selected Feed: NuGet

Facing "Access violation error" while blurring the face in image - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1190805/facing-access-violation-error-while-blurring-the-f In my C# .NET Azure Function code I am trying to blur faces in Image. For detecting face coordinates I use Face API provide by Microsoft Azure Cognitive Services. After I get the coordinates, below is the code that blur the Image:- In above code I am using Ngonzalez.ImageProcessorCore nuget package for blurring the image. This code works most of the time but sometimes I get "Access violation error" at below line Now the problem I am facing due to this is :- Now I have searched on this exception and most of the sites told me that it happens because "An access violation occurs in unmanaged or unsafe code when the code attempts to read or write to memory that has not been allocated." But my question is why doesn't it happen for every image if my some part of code is "unsafe" and only occurs intermittently. So can anyone help me know what may be the actual problem or if any other nuget packages will help me and also let me know if any more information about my code required.
Published Date : 25 марта 2023 г.

Using the gpt-3.5-turbo model in C# project - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192528/using-the-gpt-3-5-turbo-model-in-c-project There are working examples using the text-davinci-003 model with C#, but I couldn't find a working example for the gpt-3.5-turbo model. Does anyone have a working code sample for gpt-3.5-turbo?
Published Date : 25 марта 2023 г.

Поставщики хранилищ ключей в ASP.NET Core

https://learn.microsoft.com/ru-ru/aspnet/core/security/data-protection/implementation/key-storage-providers Узнайте о поставщиках хранилища ключей в ASP.NET Core и настройке расположений хранилища ключей.
Published Date : 24 марта 2023 г.

Включение запросов CORS в ASP.NET Core

https://learn.microsoft.com/ru-ru/aspnet/core/security/cors Узнайте, как CORS является стандартом для разрешения или отклонения запросов между источниками в приложении ASP.NET Core.
Published Date : 24 марта 2023 г.

The 'odata.nextLink' instance or property annotation has a null value. In OData, the 'odata.nextLink' instance or property annotation must have a non-null string value. - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1189843/the-odata-nextlink-instance-or-property-annotation Hi Team, I have this legacy code that used to send emails on behalf a user using the graph service. It is used to work several days ago. but now i am getting the below error Code: RequestBodyRead Message: The 'odata.nextLink' instance or property annotation has a null value. In OData, the 'odata.nextLink' instance or property annotation must have a non-null string value. ClientRequestId: 43775d15-e67a-4ea2-a520-d6b02002bfe4 Could you please suggest me how to resolve this issue. Thanks
Published Date : 24 марта 2023 г.

Использование пакета SDK для ASP.NET Core для мобильных приложений Azure

https://learn.microsoft.com/ru-ru/azure/developer/mobile-apps/azure-mobile-apps/howto/server/dotnet-core Использование пакета SDK для ASP.NET Core для мобильных приложений Azure
Published Date : 24 марта 2023 г.

Tutorial: Build a Node.js web application - Azure Cosmos DB for MongoDB vCore

https://learn.microsoft.com/en-us/azure/cosmos-db/mongodb/vcore/tutorial-nodejs-web-app In this tutorial, create a Node.js web application that connects to an Azure Cosmos DB for MongoDB vCore cluster and manages documents within a collection.
Published Date : 24 марта 2023 г.

Problem with changing SSAS Tabular model by TOM - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192282/problem-with-changing-ssas-tabular-model-by-tom Hi! I try develop SSAS Tabular model by TOM API and C# language. Unfortunately, I have some problem with change model. We have ready model in project, that was developed with using VS 2019 UI interface. I haven't problem with get information about model by SSAS library for .NET Core.- sources, tables, partitions. But when I try add new partition in table or add source in model, I don't see changes after code processing and there aren't errors in compilation... Environment info: Maybe it depend on different . NET version in SSAS project and administration project? Or I using wrong NuGet package? I will grateful for your help. Code below.
Published Date : 24 марта 2023 г.

Assembly References Getting Added to Every Platform in .NET MAUI - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/863116/assembly-references-getting-added-to-every-platfor If you add an assembly reference to one Platform , it gets added to every Platform. Steps to Reproduce Right click on Windows Dependencies Add a new assembly reference (a local DLL, not a NuGet package) Observe the assembly was also added to every Platform dependencies (Android, iOS) Expected Behavior The added assembly references should only be added to the selected Platform, not to all the Platforms Basic Information Visual Studio 2022 version 17.3 Preview 1.1 If you remove an assembly reference form one project, it also gets removed from the other Platforms dependencies.
Published Date : 24 марта 2023 г.

how to display SVG image with tint color changed during runtime in xamarin forms ? - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/420912/how-to-display-svg-image-with-tint-color-changed-d I want to display SVG image with tint color changed during runtime in Xamarin forms I used many plaguin and none of them displayed me the image
Published Date : 24 марта 2023 г.

Использование API Graph в ASP.NET Core Blazor WebAssembly

https://learn.microsoft.com/ru-ru/aspnet/core/blazor/security/webassembly/graph-api Узнайте, как использовать пакет SDK или API Microsoft Graph с приложениями Blazor WebAssembly .
Published Date : 24 марта 2023 г.

Проверка подлинности и авторизация в ASP.NET Core Blazor Hybrid

https://learn.microsoft.com/ru-ru/aspnet/core/blazor/hybrid/security/ Сведения о проверке подлинности и авторизации в Blazor Hybrid.
Published Date : 24 марта 2023 г.

Защита размещенного приложения ASP.NET Core Blazor WebAssembly с помощью IdentityServer

https://learn.microsoft.com/ru-ru/aspnet/core/blazor/security/webassembly/hosted-with-identity-server Узнайте, как защитить размещенное приложение ASP.NET Core Blazor WebAssembly с помощью Identity Server.
Published Date : 24 марта 2023 г.

Install-Package : Dependency loop detected for package 'Microsoft.SqlServer.SqlManagementObjects' - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192303/install-package-dependency-loop-detected-for-packa Hi, I'm having a rough time trying to install SQL SMO to a server. This is my first time trying Nuget. Previously I would use the .msi. I'm running the following from Admin PowerShell ISE: I'm receiving the following error: With the verbose flag enabled, I see the following package is seemingly tried twice (the second time is when the process aborts and the error is thrown): System.Memory. Any help will be appreciated! Thanks, Taarik.
Published Date : 24 марта 2023 г.

Сведения о безопасности, проверке подлинности, авторизации и политиках безопасности - Azure DevOps

https://learn.microsoft.com/ru-ru/azure/devops/organizations/security/about-security-identity Узнайте, как Azure DevOps управляет безопасностью с помощью проверки подлинности, авторизации и политик.
Published Date : 23 марта 2023 г.

Устранение ошибок в программах и улучшение кода - Visual Studio (Windows)

https://learn.microsoft.com/ru-ru/visualstudio/ide/find-and-fix-code-errors В этой статье описываются несколько основных способов, с помощью которых Visual Studio может помочь найти и исправить проблемы в коде, включая ошибки сборки, анализ кода, средства отладки и модульные тесты.
Published Date : 23 марта 2023 г.

Пакеты SDK для устройств и служб Интернета вещей Azure - Azure IoT

https://learn.microsoft.com/ru-ru/azure/iot/iot-sdks Список пакетов SDK для Интернета вещей и библиотек. Включает пакеты SDK для разработки устройств и пакеты SDK для создания приложений служб.
Published Date : 23 марта 2023 г.

Часто задаваемые вопросы о средстве массовой миграции GDAP - Partner Center

https://learn.microsoft.com/ru-ru/partner-center/gdap-bulk-migration-tool-faq Часто задаваемые вопросы о средстве массовой миграции GDAP.
Published Date : 23 марта 2023 г.

System.drawing.common support for linux - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1179973/system-drawing-common-support-for-linux our app has a graphics/image generator dll that uses drawing classes, but System.drawing.common is not supported on other platforms, we can switch to use aspose.drawing, which is supported on windows and linux. the problem we face is windows forms app uses System.drawing.common classes and this we cannot use our image generator dll, conflicts are there since aspose.drawing has the same name space as system.drawing, any ideas? thanks
Published Date : 23 марта 2023 г.

How can we import C# Class in azure function from the external repos? - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1190423/how-can-we-import-c-class-in-azure-function-from-t Can we create the object of the external class in the azure function to use its functionality?
Published Date : 23 марта 2023 г.

Краткое руководство. Развертывание модели и создание текста с помощью службы Azure OpenAI - Azure OpenAI

https://learn.microsoft.com/ru-ru/azure/cognitive-services/openai/quickstart Пошаговое руководство по началу работы с Azure OpenAI и выполнению первых вызовов завершений.
Published Date : 23 марта 2023 г.

Объединение секций (предварительная версия) - Azure Cosmos DB

https://learn.microsoft.com/ru-ru/azure/cosmos-db/merge Сократите количество физических секций, используемых для контейнера, с помощью возможности слияния в Azure Cosmos DB.
Published Date : 23 марта 2023 г.

VSBuild task throwing 403 while restoring from Azure Artifact - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192210/vsbuild-task-throwing-403-while-restoring-from-azu Hi all, The VSBuild task and the nuget restore task throws the error below while restoring packages Hoe can i see which user id is being referred here? I have already given the required permissions on the Azure Artifact feed. Is there any other permission I need to set?
Published Date : 23 марта 2023 г.

Создание классических приложений Windows с помощью пакета SDK для приложений Windows - Windows apps

https://learn.microsoft.com/ru-ru/windows/apps/windows-app-sdk/ Узнайте о пакете SDK для приложений Windows, его преимуществах для разработчиков, доступных возможностях и способах отправки отзывов.
Published Date : 23 марта 2023 г.

Package a code component - Power Apps

https://learn.microsoft.com/en-us/power-apps/developer/component-framework/import-custom-controls This article describes how to import code components into model-driven apps in Microsoft Dataverse.
Published Date : 23 марта 2023 г.

Создание многократно используемых компонентов с помощью Blazor - Training

https://learn.microsoft.com/ru-ru/training/modules/blazor-build-reusable-components/ Узнайте, как использовать библиотеки классов Razor для упаковки и развертывания компонентов с помощью Blazor.
Published Date : 22 марта 2023 г.

Начало работы с элементами управления средства просмотра отчетов - SQL Server Reporting Services (SSRS)

https://learn.microsoft.com/ru-ru/sql/reporting-services/application-integration/integrating-reporting-services-using-reportviewer-controls-get-started Элементы управления средства просмотра отчетов можно использовать для интеграции отчетов RDL Reporting Services в приложения WebForms и WinForms.
Published Date : 22 марта 2023 г.

Поддержка версий элемента управления Report Viewer - SQL Server Reporting Services (SSRS)

https://learn.microsoft.com/ru-ru/sql/reporting-services/application-integration/reportviewer-controls-support Элемент управления Microsoft Report Viewer совместим со службами SQL Server Reporting Services и сервером отчетов Power BI, к которым применяется современная политика жизненного цикла поддержки.
Published Date : 22 марта 2023 г.

Заметки о выпуске элементов управления средства просмотра отчетов - SQL Server Reporting Services (SSRS)

https://learn.microsoft.com/ru-ru/sql/reporting-services/application-integration/release-notes-ssrs-application-integration Заметки о выпуске элементов управления средства просмотра отчетов WebForms и WinForms, связанных с Reporting Services.
Published Date : 22 марта 2023 г.

Кэширование конвейера - Azure Pipelines

https://learn.microsoft.com/ru-ru/azure/devops/pipelines/release/caching Повышение производительности конвейера путем кэширования файлов, таких как зависимости, между запусками
Published Date : 22 марта 2023 г.

Просмотр журналов трассировки .NET в Application Insights - Azure Monitor

https://learn.microsoft.com/ru-ru/azure/azure-monitor/app/asp-net-trace-logs Поиск в журналах, созданных с помощью Trace, Log4Net или NLog.
Published Date : 22 марта 2023 г.

Настройка наблюдения за ASP.NET с помощью Azure Application Insights - Azure Monitor

https://learn.microsoft.com/ru-ru/azure/azure-monitor/app/asp-net Настройка средств аналитики производительности, доступности и поведения пользователей для веб-сайта ASP.NET, размещенного локально или в Azure.
Published Date : 22 марта 2023 г.

IP-адреса, используемые Azure Monitor - Azure Monitor

https://learn.microsoft.com/ru-ru/azure/azure-monitor/app/ip-addresses В этой статье рассматриваются исключения брандмауэра сервера, необходимые Azure Monitor
Published Date : 22 марта 2023 г.

Создание Azure Maps приложений с помощью пакета SDK REST для C# - Azure Maps

https://learn.microsoft.com/ru-ru/azure/azure-maps/how-to-dev-guide-csharp-sdk Как разрабатывать приложения, включающие Azure Maps, с помощью руководства разработчика пакета SDK для C#.
Published Date : 22 марта 2023 г.

Руководство по переносу веб-служб из Google Карт

https://learn.microsoft.com/ru-ru/azure/azure-maps/migrate-from-google-maps-web-services В руководстве показано, как перенести веб-службы из Google Карт в Microsoft Azure Maps.
Published Date : 22 марта 2023 г.

Руководство по переносу веб-служб из Карт Bing в Microsoft Azure Maps

https://learn.microsoft.com/ru-ru/azure/azure-maps/migrate-from-bing-maps-web-services В руководстве показано, как перенести веб-службы из Карт Bing в Microsoft Azure Maps.
Published Date : 22 марта 2023 г.

Объявления за июль 2022 года - Partner Center announcements

https://learn.microsoft.com/ru-ru/partner-center/announcements/2022-july Объявления, касающиеся Центра партнеров Майкрософт, за июль 2022 г. со сведениями о новых возможностях, рекламных акциях, предложениях, рынках и изменениях в существующих предложениях.
Published Date : 22 марта 2023 г.

Объявления за август 2022 г. - Partner Center announcements

https://learn.microsoft.com/ru-ru/partner-center/announcements/2022-august Объявления, касающиеся Центра партнеров Майкрософт, за август 2022 г. со сведениями о новых возможностях, рекламных акциях, предложениях, рынках и изменениях в существующих предложениях.
Published Date : 22 марта 2023 г.

Объявления за ноябрь 2022 г. - Partner Center announcements

https://learn.microsoft.com/ru-ru/partner-center/announcements/2022-november Объявления за ноябрь 2022 г. для Центра партнеров Майкрософт, включая новые возможности, рекламные акции, предложения, рынки или изменения в существующих предложениях.
Published Date : 22 марта 2023 г.

Вызов веб-API в приложении ASP.NET Core Blazor

https://learn.microsoft.com/ru-ru/aspnet/core/blazor/call-web-api Узнайте, как вызывать веб-API в приложениях Blazor.
Published Date : 22 марта 2023 г.

Развертывание приложений ASP.NET Core в Службе приложений Azure

https://learn.microsoft.com/ru-ru/aspnet/core/host-and-deploy/azure-apps/ Эта статья содержит ссылки на ресурсы по размещению и развертыванию в Azure.
Published Date : 22 марта 2023 г.

Custom Key Storage Provider (KSP) dll - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192226/custom-key-storage-provider-(ksp)-dll I want to create a custom key provider, I have tried to follow the example called "KeyStorageProviderSample" from the "Cryptographic Provider Development Kit". But I don't know much about c++. Can't create provider dll in c#? I have seen that there are these nugets: https://www.nuget.org/packages/PInvoke.Crypt32 https://www.nuget.org/packages/PInvoke.BCrypt https://github.com/dotnet/pinvoke This is all I need to use the CNG API and create my custom KSP? Can someone give me an example?
Published Date : 22 марта 2023 г.

.NET SDK for Custom Classifier Model in Form Recognizer - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1192219/net-sdk-for-custom-classifier-model-in-form-recogn Hello, Will the Azure.AI.FormRecognizer nuget package for .NET soon support the new custom classifier model that's part of the 2023-02-28-preview release? Thanks, Craig
Published Date : 22 марта 2023 г.

Add-Type error MailKit - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1191900/add-type-error-mailkit I am trying to write a Powershell script that runs MailKit.3.6.0 starting with the command: Add-Type -Path "C:\Program Files\PackageManagement\NuGet\Packages\MailKit.3.6.0\lib\netstandard2.0\MailKit.dll" and get the error Add-Type : Unable to load one or more requested types.
Published Date : 22 марта 2023 г.

Справочник по C#. Модификатор async

https://learn.microsoft.com/ru-ru/dotnet/csharp/language-reference/keywords/async Справочник по C#. Модификатор async
Published Date : 22 марта 2023 г.

Шаблоны .NET по умолчанию для dotnet new - .NET CLI

https://learn.microsoft.com/ru-ru/dotnet/core/tools/dotnet-new-sdk-templates Сведения о новых шаблонах dotnet, поставляемых с пакетом SDK для dotnet.
Published Date : 22 марта 2023 г.

Стратегии постепенной миграции

https://learn.microsoft.com/ru-ru/dotnet/architecture/porting-existing-aspnet-apps/incremental-migration-strategies Какие стратегии могут применять команды, которые позволят им постепенно переносить большие приложения с ASP.NET MVC на .NET Core?
Published Date : 22 марта 2023 г.

Azure Storage SDK for .NET - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/storage Reference for Azure Storage SDK for .NET
Published Date : 22 марта 2023 г.

Azure MySQL SDK for .NET - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/mysql Reference for Azure MySQL SDK for .NET
Published Date : 22 марта 2023 г.

Azure Search SDK for .NET - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/search Reference for Azure Search SDK for .NET
Published Date : 22 марта 2023 г.

Azure IoT SDK for .NET - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/iot Reference for Azure IoT SDK for .NET
Published Date : 22 марта 2023 г.

Включение Snapshot Debugger для приложений .NET в Service Fabric, Облачной службе и Виртуальных машинах Microsoft Azure - Azure Monitor

https://learn.microsoft.com/ru-ru/azure/azure-monitor/snapshot-debugger/snapshot-debugger-vm Включение Snapshot Debugger для приложений .NET в Service Fabric, Облачной службе и Виртуальных машинах Microsoft Azure
Published Date : 22 марта 2023 г.

Включение Profiler для веб-приложений ASP.NET Core, размещенных в Linux в службах приложений - Azure Monitor

https://learn.microsoft.com/ru-ru/azure/azure-monitor/profiler/profiler-aspnetcore-linux Узнайте, как включить Profiler в веб-приложении ASP.NET Core, размещенном в Linux в службах приложений.
Published Date : 22 марта 2023 г.

How to download from a dynamic link using SSIS? - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1191667/how-to-download-from-a-dynamic-link-using-ssis Hi everyone, So I have a ssis package in which I download a excel file and import the contents of the file to SQL tables. Issue I am facing is that the download link changes of the file frequently. Today the download link is: https://www.uaeiec.gov.ae/API/Upload/DownloadFile?FileID=34cb35aa-3ba6-4e18-a950-f2b66f1cdf15 But tomorrow the "FileID=" will change as new file will be uploaded here: https://www.uaeiec.gov.ae/en-us/un-page?p=1 Below is the code for downloading the file: How can I get the latest download link? Can anyone help me?
Published Date : 22 марта 2023 г.

Заметки о выпуске пакета SDK для WebView2 - Microsoft Edge Development

https://learn.microsoft.com/ru-ru/microsoft-edge/webview2/release-notes Заметки о выпуске Microsoft Edge WebView2 для Win32, WPF и WinForms.
Published Date : 22 марта 2023 г.

Установка и использование в среде, защищенной брандмауэром или прокси-сервером - Visual Studio (Windows)

https://learn.microsoft.com/ru-ru/visualstudio/install/install-and-use-visual-studio-behind-a-firewall-or-proxy-server Узнайте, какие URL-адреса доменов, порты и протоколы может потребоваться внести в список разрешений или открыть, если в организации применяется брандмауэр или прокси-сервер.
Published Date : 22 марта 2023 г.

Could not resolve SDK "Microsoft.NET.Sdk". Exactly one of the probing messages below indicaates why we could not resolve the SDK - Microsoft Q&A

https://learn.microsoft.com/en-us/answers/questions/1190980/could-not-resolve-sdk-microsoft-net-sdk-exactly-on I am currently having this error in Xamarin, in compiling my project. It has an error after creating my first project in Xamarin. (DOES NOT SHOW MAINPAGE.XAML PASTE). I tried the following steps to fix this issue: 1 - Repair my Visual Studio 2 - Uninstall my Visual Studio and Install again 3 - File changes inside my File Explorer. 4 - I created a MainPage.xaml page, but it doesn't work 5 - I already have updated jdk and sdk 6 - I didn't change the PATH path, I couldn't.
Published Date : 22 марта 2023 г.

Setting up Semantic Kernel

https://learn.microsoft.com/en-us/semantic-kernel/get-started Setting up Semantic Kernel
Published Date : 22 марта 2023 г.

Краткое руководство. Добавление функции голосового вызова в приложение - An Azure Communication Services quickstart

https://learn.microsoft.com/ru-ru/azure/communication-services/quickstarts/voice-video-calling/getting-started-with-calling Из этого краткого руководства вы узнаете, как добавить возможности голосового вызова в приложение с помощью Служб коммуникации Azure.
Published Date : 21 марта 2023 г.

Новые возможности в Когнитивном поиске Azure

https://learn.microsoft.com/ru-ru/azure/search/whats-new Объявления о новых и улучшенных возможностях, включая переименование Поиска Azure в Когнитивный поиск Azure.
Published Date : 21 марта 2023 г.

Краткое руководство. Добавление в приложение функции видеовызова (JavaScript) - An Azure Communication Services quickstart

https://learn.microsoft.com/ru-ru/azure/communication-services/quickstarts/voice-video-calling/get-started-with-video-calling В этом кратком руководстве показано, как добавить возможности видеовызова в приложение с помощью Служб коммуникации Azure.
Published Date : 21 марта 2023 г.

Azure Device Update for IoT Hub client library for Java

https://learn.microsoft.com/en-us/java/api/overview/azure/iot-deviceupdate-readme For the best development experience, developers should use the official Microsoft NuGet packages for libraries. ... NuGet packages are regularly updated with new functionality and hotfixes.
Published Date : 21 марта 2023 г.

Azure client library integration for ASP.NET Core - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/microsoft.extensions.azure-readme Source code | Package (NuGet) Getting started Install the package Install the ASP.NET Core integration library using NuGet: Register clients Make a call to AddAzureClients in your app's ConfigureServices method.
Published Date : 21 марта 2023 г.

Azure Cosmos DB libraries for .NET - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/cosmosdb Reference for Azure Cosmos DB libraries for .NET
Published Date : 21 марта 2023 г.

Azure Communication Email client library for .NET - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/communication.email-readme Source code | Package (NuGet) | Product documentation Getting started Install the package Install the Azure Communication Email client library for .NET with NuGet: Prerequisites You need an Azure subscription, a Communication Service Resource, and an Email Communication Resource with an active Domain.
Published Date : 21 марта 2023 г.

Azure Key Vault Key Encryptor for Microsoft.AspNetCore.DataProtection - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/extensions.aspnetcore.dataprotection.keys-readme Getting started Install the package Install the package with NuGet: Prerequisites You need an Azure subscription, Key Vault and a Key to use this package.
Published Date : 21 марта 2023 г.

Microsoft Azure Maintenance management client library for .NET - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/resourcemanager.maintenance-readme This library follows the new Azure SDK guidelines, and provides many core capabilities: Getting started Install the package Install the Microsoft Azure Maintenance management library for .NET with NuGet: Prerequisites You must have an Microsoft Azure subscription.
Published Date : 21 марта 2023 г.

Microsoft Azure Reservations management client library for .NET - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/resourcemanager.reservations-readme This library follows the new Azure SDK guidelines, and provides many core capabilities: Getting started Install the package Install the Microsoft Azure Reservations management library for .NET with NuGet: Prerequisites You must have an Microsoft Azure subscription.
Published Date : 21 марта 2023 г.

Microsoft Azure Cognitive Search management client library for .NET - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/resourcemanager.search-readme This library follows the new Azure SDK guidelines, and provides many core capabilities: Getting started Install the package Install the Microsoft Azure Cognitive Search management library for .NET with NuGet: Prerequisites You must have an Microsoft Azure subscription.
Published Date : 21 марта 2023 г.

Azure Purview Share client library for .NET - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/analytics.purview.sharing-readme Please rely heavily on the service's documentation and our protocol client docs to use this library Source code | Package (NuGet) | Product documentation Getting started Install the package Install the Microsoft Purview Share client library for .NET with NuGet: Prerequisites You must have an Azure subscription
Published Date : 21 марта 2023 г.

Azure Key Vault secret client library for .NET - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/security.keyvault.secrets-readme Source code | Package (NuGet) | API reference documentation | Product documentation | Samples | Migration guide Getting started Install the package Install the Azure Key Vault secrets client library for .NET with NuGet: Prerequisites An Azure subscription.
Published Date : 21 марта 2023 г.

Azure Storage Blob Key Store for Microsoft.AspNetCore.DataProtection - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/extensions.aspnetcore.dataprotection.blobs-readme Getting started Install the package Install the package with NuGet: Prerequisites You need an Azure subscription, Storage Account and Storage Container to use this package.
Published Date : 21 марта 2023 г.

Microsoft Azure StorageMover management client library for .NET - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/resourcemanager.storagemover-readme This library follows the new Azure SDK guidelines, and provides many core capabilities: Getting started Install the package Install the Microsoft Azure StorageMover management library for .NET with NuGet: Prerequisites You must have an Microsoft Azure subscription.
Published Date : 21 марта 2023 г.

Azure Key Vault Certificate client library for .NET - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/security.keyvault.certificates-readme Source code | Package (NuGet) | API reference documentation | Product documentation | Samples | Migration guide Getting started Install the package Install the Azure Key Vault certificates client library for .NET with NuGet: Prerequisites An Azure subscription.
Published Date : 21 марта 2023 г.

Azure Event Hubs Event Processor client library for .NET - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/messaging.eventhubs.processor-readme Users of Visual Studio 2017 can take advantage of the C# 8 syntax by making use of the Microsoft.Net.Compilers NuGet package and setting the language version, though the editing experience may not be ideal.
Published Date : 21 марта 2023 г.

Azure WebJobs Tables client library for .NET - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/microsoft.azure.webjobs.extensions.tables-readme Getting started Install the package Install the Tables extension with NuGet: Prerequisites You need an Azure subscription and a Storage Account or Cosmos Tables Account to use this package.
Published Date : 21 марта 2023 г.

Azure Event Grid client library for .NET - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/messaging.eventgrid-readme Azure Event Grid to: Publish events to the Event Grid service using the Event Grid Event, Cloud Event 1.0, or custom schemas Consume events that have been delivered to event handlers Generate SAS tokens to authenticate the client publishing events to Azure Event Grid topics Source code | Package (NuGet
Published Date : 21 марта 2023 г.

Azure Key Vault key client library for .NET - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/security.keyvault.keys-readme Source code | Package (NuGet) | API reference documentation | Product documentation | Samples | Migration guide Getting started Install the package Install the Azure Key Vault keys client library for .NET with NuGet: Prerequisites An Azure subscription.
Published Date : 21 марта 2023 г.

Azure Core shared client library for .NET - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/core-readme In case you want to install it explicitly (to implement your own client library, for example), you can find the NuGet package here.
Published Date : 21 марта 2023 г.

Azure Event Hubs client library for .NET - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/messaging.eventhubs-readme Users of Visual Studio 2017 can take advantage of the C# 8 syntax by making use of the Microsoft.Net.Compilers NuGet package and setting the language version, though the editing experience may not be ideal.
Published Date : 21 марта 2023 г.

Azure Monitor Exporter client library for .NET - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/monitor.opentelemetry.exporter-readme Install the package Latest Version: Install the Azure Monitor Exporter for OpenTelemetry .NET with NuGet: Nightly builds Nightly builds are available from this repo's dev feed.
Published Date : 21 марта 2023 г.

Azure KeyVault Administration client library for .NET - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/security.keyvault.administration-readme Source code | Package (NuGet) | Product documentation | Samples Getting started Install the package Install the Azure Key Vault administration client library for .NET with NuGet: Prerequisites An Azure subscription.
Published Date : 21 марта 2023 г.

Azure Service Bus client library for .NET - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/messaging.servicebus-readme Users of Visual Studio 2017 can take advantage of the C# 8 syntax by making use of the Microsoft.Net.Compilers NuGet package and setting the language version, though the editing experience may not be ideal.
Published Date : 21 марта 2023 г.

Azure Monitor Distro client library for .NET - Azure for .NET Developers

https://learn.microsoft.com/en-us/dotnet/api/overview/azure/monitor.opentelemetry.aspnetcore-readme Install the package Latest Version: Install the Azure Monitor Distro for .NET from NuGet: Nightly builds Nightly builds are available from this repo's dev feed.
Published Date : 21 марта 2023 г.

Create a search app using MVC - Code Samples

https://learn.microsoft.com/en-us/samples/azure-samples/azure-search-dotnet-samples/create-mvc-app/ Explore server-side search features like filters, sorting, and relevance tuning in this ASP.NET Core (MVC) app for Azure Cognitive Search.
Published Date : 21 марта 2023 г.

WinUI Gallery - Code Samples

https://learn.microsoft.com/en-us/samples/microsoft/xaml-controls-gallery/winui-gallery/ Demonstrates the usage of all XAML/WinUI controls in an interactive format.
Published Date : 21 марта 2023 г.