Microsoft Docs - Latest Articles
As the new home for Microsoft technical documentation, docs.microsoft.com has not only modernized the web experience for content, but also how we create and support the content you use to learn, manage and deploy solutions. It is the one-stop shop for everything related to Microsoft technologies. In order to make sure you can keep up to date on what’s new and exciting on docs.microsoft.com, we’ve created a dedicated feed for you.
Selected Feed: ASP.NET
Error handling for resilient applications in Azure - Azure Architecture Center
https://docs.microsoft.com/en-us/azure/architecture/framework/resiliency/app-design-error-handling Best practices for handling errors in a resilient wayPublished Date : Wednesday, February 17, 2021
Azure SignalR Service frequently asked questions
https://docs.microsoft.com/en-us/azure/azure-signalr/signalr-resource-faq Get answers to frequently asked questions about Azure SignalR Service, including troubleshooting and typical usage scenarios.Published Date : Wednesday, November 13, 2019
OAuth 2.0 client credentials flow on the Microsoft identity platform
https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow Build web applications by using the Microsoft identity platform implementation of the OAuth 2.0 authentication protocol.Published Date : Thursday, April 1, 2021
Migrate assets - Cloud Adoption Framework
https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/migrate/azure-migration-guide/migrate Initiate the migration to Azure by identifying the appropriate tools to use, including native tools, third-party tools, and project management tools.Published Date : Wednesday, September 2, 2020
Microsoft Graph Webhooks Sample for Node.js - Code Samples
https://docs.microsoft.com/en-us/samples/microsoftgraph/nodejs-webhooks-rest-sample/microsoft-graph-webhooks-sample-for-nodejs/ This sample NodeJS web application shows how to subscribe to change notifications using webhooks. This sample also supports receiving change notifications with data, validating and decrypting the payload.Published Date : Monday, April 19, 2021
Application Insights API for custom events and metrics - Azure Monitor
https://docs.microsoft.com/en-us/azure/azure-monitor/app/api-custom-events-metrics Insert a few lines of code in your device or desktop app, webpage, or service, to track usage and diagnose issues.Published Date : Monday, May 11, 2020
Create an ASP.NET Core web app with Azure Cache for Redis
https://docs.microsoft.com/en-us/azure/azure-cache-for-redis/cache-web-app-aspnet-core-howto In this quickstart, you learn how to create an ASP.NET Core web app with Azure Cache for RedisPublished Date : Wednesday, March 31, 2021
Azure Media Services v3 question collection - Azure Media Services v3
https://docs.microsoft.com/en-us/azure/media-services/latest/questions-collection This article gives answers to a collection of questions about Azure Media Services v3.Published Date : Thursday, March 25, 2021
Azure Application Insights Agent troubleshooting and known issues - Azure Monitor
https://docs.microsoft.com/en-us/azure/azure-monitor/app/status-monitor-v2-troubleshoot The known issues of Application Insights Agent and troubleshooting examples. Monitor website performance without redeploying the website. Works with ASP.NET web apps hosted on-premises, in VMs, or on Azure.Published Date : Tuesday, April 23, 2019
PrintSystemObjectPropertiesChangedEventArgs Class (System.Printing)
https://docs.microsoft.com/en-us/dotnet/api/system.printing.printsystemobjectpropertieschangedeventargs Provides data for a PropertiesChanged event, which you must create.Published Date : Monday, April 30, 2018
PrintSystemObjectPropertyChangedEventArgs Class (System.Printing)
https://docs.microsoft.com/en-us/dotnet/api/system.printing.printsystemobjectpropertychangedeventargs Provides data for a PropertyChanged event, which you must create.Published Date : Monday, April 30, 2018
PrintQueueStream Class (System.Printing)
https://docs.microsoft.com/en-us/dotnet/api/system.printing.printqueuestream A stream that represents a spooled print job in a print queue.Published Date : Monday, April 30, 2018
PrintSystemObjects Class (System.Printing)
https://docs.microsoft.com/en-us/dotnet/api/system.printing.printsystemobjects Represents a collection of print system objects.Published Date : Monday, April 30, 2018
PrintSystemObject Class (System.Printing)
https://docs.microsoft.com/en-us/dotnet/api/system.printing.printsystemobject Defines basic properties and methods that are common to the objects of the printing system. Classes that derive from this class represent such objects as print queues, print servers, and print jobs.Published Date : Monday, April 30, 2018
PrintJobInfoCollection Class (System.Printing)
https://docs.microsoft.com/en-us/dotnet/api/system.printing.printjobinfocollection Represents one or more PrintSystemJobInfo objects.Published Date : Monday, April 30, 2018
DateTime Struct (System)
https://docs.microsoft.com/en-us/dotnet/api/system.datetime Represents an instant in time, typically expressed as a date and time of day.Published Date : Monday, April 30, 2018
PrintQueueCollection Class (System.Printing)
https://docs.microsoft.com/en-us/dotnet/api/system.printing.printqueuecollection Represents a collection of PrintQueue objects.Published Date : Monday, April 30, 2018
Hosting differences between ASP.NET MVC and ASP.NET Core
https://docs.microsoft.com/en-us/dotnet/architecture/porting-existing-aspnet-apps/hosting-differences An overview of the differences between how ASP.NET MVC apps are hosted versus ASP.NET Core apps.Published Date : Friday, November 13, 2020
Compare ASP.NET SignalR and ASP.NET Core SignalR
https://docs.microsoft.com/en-us/dotnet/architecture/porting-existing-aspnet-apps/signalr-differences How does ASP.NET Core SignalR differ from its predecessor, ASP.NET SignalR?Published Date : Friday, November 13, 2020
Configuration differences between ASP.NET MVC and ASP.NET Core
https://docs.microsoft.com/en-us/dotnet/architecture/porting-existing-aspnet-apps/configuration-differences How configuration values are stored and read changed dramatically between ASP.NET and ASP.NET Core. This section examines the details and how to migrate configuration from ASP.NET to ASP.NET Core.Published Date : Friday, November 13, 2020
Compare middleware to modules and handlers
https://docs.microsoft.com/en-us/dotnet/architecture/porting-existing-aspnet-apps/middleware-modules-handlers This section explores the differences in structure for ASP.NET apps that use handlers and modules with ASP.NET Core apps that define middleware for their request handling pipelines.Published Date : Friday, November 13, 2020
Migrate to ASP.NET Core 2.1
https://docs.microsoft.com/en-us/dotnet/architecture/porting-existing-aspnet-apps/migrate-aspnet-core-2-1 As the last .NET Core version to support .NET Framework runtime targeting, does migrating to .NET Core 2.1 make sense as an intermediate step in some app migration plans?Published Date : Friday, November 13, 2020
Example migration of eShop to ASP.NET Core
https://docs.microsoft.com/en-us/dotnet/architecture/porting-existing-aspnet-apps/example-migration-eshop A walkthrough of migrating an existing ASP.NET MVC app to ASP.NET Core, using a sample online store app as a reference.Published Date : Friday, November 13, 2020
Strategies for migrating while running in production
https://docs.microsoft.com/en-us/dotnet/architecture/porting-existing-aspnet-apps/strategies-migrating-in-production It may not be tenable to migrate a large app from ASP.NET MVC to ASP.NET Core all at once. Learn some strategies for migrating an app to ASP.NET Core while keeping it running and in production for existing users.Published Date : Friday, November 13, 2020
Deployment strategies
https://docs.microsoft.com/en-us/dotnet/architecture/porting-existing-aspnet-apps/deployment-strategies What deployment strategies can teams use while migrating from ASP.NET to ASP.NET Core? Can an incremental migration allow side-by-side deployment of .NET Framework and .NET Core apps, providing a seamless end user experience?Published Date : Friday, November 13, 2020
More migration scenarios
https://docs.microsoft.com/en-us/dotnet/architecture/porting-existing-aspnet-apps/more-migration-scenarios This section describes additional migration scenarios and techniques for upgrading .NET Framework apps to .NET Core / .NET 5.Published Date : Thursday, February 11, 2021
Understand and update dependencies
https://docs.microsoft.com/en-us/dotnet/architecture/porting-existing-aspnet-apps/understand-update-dependencies To migrate a .NET Framework project to .NET Core, its dependencies must be updated to work with .NET Core. This section examines tools and approaches that can be used to plan migrations for large apps.Published Date : Friday, November 13, 2020
Breaking changes in .NET 6 - .NET
https://docs.microsoft.com/en-us/dotnet/core/compatibility/6.0 Navigate to the breaking changes in .NET 6.Published Date : Wednesday, April 21, 2021
Strategies for migrating incrementally
https://docs.microsoft.com/en-us/dotnet/architecture/porting-existing-aspnet-apps/incremental-migration-strategies What strategies can teams adopt that will allow them to migrate large apps from ASP.NET MVC to .NET Core in an incremental fashion?Published Date : Friday, November 13, 2020
Identify sequence of projects to migrate
https://docs.microsoft.com/en-us/dotnet/architecture/porting-existing-aspnet-apps/identify-migration-sequence Large apps typically aren't migrated to new platforms all at once, but in a series of smaller steps. Learn how to plan the steps for migrating an ASP.NET MVC app to ASP.NET Core.Published Date : Friday, November 13, 2020
Migration considerations
https://docs.microsoft.com/en-us/dotnet/architecture/porting-existing-aspnet-apps/migration-considerations What does a team need to know to make the right decision about whether and how to migrate from ASP.NET MVC to .NET Core?Published Date : Friday, November 13, 2020
Custom configurations - Azure Information Protection unified labeling client
https://docs.microsoft.com/en-us/azure/information-protection/rms-client/clientv2-admin-guide-customizations Information about customizing the Azure Information Protection unified labeling client for Windows.Published Date : Monday, March 22, 2021
Sign-in a user with the Microsoft Identity Platform in a WPF Desktop application and call an ASP.NET Core Web API - Code Samples
https://docs.microsoft.com/en-us/samples/azure-samples/active-directory-dotnet-native-aspnetcore-v2/1-desktop-app-calls-web-api/ Sign-in a user with the Microsoft Identity Platform in a WPF Desktop application and call an ASP.NET Core Web APIPublished Date : Wednesday, April 14, 2021
Integrate Azure AD B2C into a Xamarin forms app using MSAL - Code Samples
https://docs.microsoft.com/en-us/samples/azure-samples/active-directory-b2c-xamarin-native/integrate-azure-ad-b2c-xamarin-forms/ This is a simple Xamarin Forms app showcasing how to use MSAL to authenticate users via Azure Active Directory B2C.Published Date : Tuesday, March 30, 2021
Azure Cache for Redis samples - Code Samples
https://docs.microsoft.com/en-us/samples/azure-samples/azure-cache-redis-samples/samples-repository-for-azure-cache-for-redis/ Learn how to use Azure Cache for Redis to have access to a secure, dedicated cache that is accessible from any application within Azure.Published Date : Friday, April 23, 2021
Group Calling Sample - Code Samples
https://docs.microsoft.com/en-us/samples/azure-samples/communication-services-web-calling-hero/group-calling-sample/ This is a sample application to show how the Azure Communication Services Calling Web SDK can be used to build a group calling experience. The client...Published Date : Tuesday, April 20, 2021
Group Chat Sample - Code Samples
https://docs.microsoft.com/en-us/samples/azure-samples/communication-services-web-chat-hero/group-chat-sample/ This is a sample application to show how the Chat Web SDK can be used to build a single threaded chat experience. The client-side application is a Re...Published Date : Monday, April 19, 2021
Create a web API with ASP.NET Core and MongoDB - Code Samples
https://docs.microsoft.com/en-us/samples/aspnet/aspnetcore.docs/aspnetcore-webapi-mongodb/ This tutorial demonstrates how to create an ASP.NET Core web API using a MongoDB NoSQL database.Published Date : Thursday, December 5, 2019
Microsoft Graph snippets sample for ASP.NET Core 3.1 - Code Samples
https://docs.microsoft.com/en-us/samples/microsoftgraph/aspnet-snippets-sample/microsoft-graph-snippets-sample-for-aspnet-core-31/ This sample uses the Microsoft Graph .NET Client Library to work with data, and the Microsoft Identity Web for authentication on the Microsoft identity platform v2.0 endpoint.Published Date : Wednesday, March 31, 2021
Create a web API with ASP.NET Core and MongoDB - Code Samples
https://docs.microsoft.com/en-us/samples/dotnet/aspnetcore.docs/aspnetcore-webapi-mongodb/ This tutorial demonstrates how to create an ASP.NET Core web API using a MongoDB NoSQL database.Published Date : Wednesday, May 27, 2020
LineCounter - Code Samples
https://docs.microsoft.com/en-us/samples/azure/azure-sdk-for-net/line-counter/ Sample that illustrates using Storage, Event Hubs, and Event Grid clients along with ASP.NET Core integration, distributed tracing and hosted services.Published Date : Wednesday, March 31, 2021
Build a multi-tenant daemon with the Microsoft identity platform endpoint - Code Samples
https://docs.microsoft.com/en-us/samples/azure-samples/ms-identity-aspnet-daemon-webapp/build-multi-tenant-daemon-aad/ Use the Microsoft identity platform endpoint to access the data of Microsoft business customers in a long-running, non-interactive process.Published Date : Sunday, April 18, 2021
Publish to a folder - Visual Studio for Mac
https://docs.microsoft.com/en-us/visualstudio/mac/publish-folder How to publish a web application to a folder using Visual Studio for Mac.Published Date : Monday, November 9, 2020
Publish to Azure App Service - Visual Studio for Mac
https://docs.microsoft.com/en-us/visualstudio/mac/publish-app-svc How to publish a web application using the publishing tools in Visual Studio for Mac.Published Date : Tuesday, April 2, 2019
Set symbol (.pdb) and source files in the debugger - Visual Studio
https://docs.microsoft.com/en-us/visualstudio/debugger/specify-symbol-dot-pdb-and-source-files-in-the-visual-studio-debugger Learn how to configure and manage symbol and source files in Visual StudioPublished Date : Wednesday, March 31, 2021
Debug from a DLL Project - Visual Studio
https://docs.microsoft.com/en-us/visualstudio/debugger/how-to-debug-from-a-dll-project You can start the debugging of a DLL project from the project itself, by specifying the calling app in the project properties. See this article for details.Published Date : Tuesday, March 30, 2021
Type or namespace doesn't exist error - Dynamics 365 Sales
https://docs.microsoft.com/en-us/troubleshoot/dynamics-365/sales/type-namespace-does-not-exist-error Provides a solution to an error that occurs when a Microsoft Dynamics CRM organization is created by using the name Portal.Published Date : Wednesday, March 31, 2021
How to install with the minimum required permissions - Dynamics 365 Sales
https://docs.microsoft.com/en-us/troubleshoot/dynamics-365/sales/how-to-install-dynamics-crm-with-the-minimum-required-permissions Describes the minimum permissions that are required for a user to install Microsoft Dynamics CRM.Published Date : Wednesday, March 31, 2021
Cannot open database requested by the login error when you sign in - Dynamics 365 Sales
https://docs.microsoft.com/en-us/troubleshoot/dynamics-365/sales/cannot-open-database-requested-by-the-login-error-when-signing-in Describes a problem that occurs when you try to sign in to Microsoft Dynamics CRM 2011. A resolution is provided.Published Date : Wednesday, March 31, 2021
Error when you configure Microsoft Dynamics CRM for Office Outlook - Dynamics 365 Sales
https://docs.microsoft.com/en-us/troubleshoot/dynamics-365/sales/error-configure-dynamics-crm-office-outlook This article provides a resolution for the problem that occurs when you attempt to configure Microsoft Dynamics CRM for Microsoft Office Outlook.Published Date : Wednesday, March 31, 2021
Data collected by Dynamics CRM for Outlook Configuration Collector - Dynamics 365 Sales
https://docs.microsoft.com/en-us/troubleshoot/dynamics-365/sales/data-collected-by-dynamics-crm-for-outlook-configuration-collector This article describes the data that is collected by the Microsoft Dynamics CRM Client for Microsoft Office Outlook Configuration diagnostic tool.Published Date : Wednesday, March 31, 2021
Microsoft Dynamics CRM client for Outlook diagnostic tool - Dynamics 365 Sales
https://docs.microsoft.com/en-us/troubleshoot/dynamics-365/sales/data-collected-by-dynamics-crm-for-outlook-diagnostic-tool Describes the data that is collected by the Memory Dump diagnostic tool in Microsoft Dynamics CRM Client for Outlook.Published Date : Wednesday, March 31, 2021
Immersive Reader documentation
https://docs.microsoft.com/en-us/azure/cognitive-services/immersive-reader/ Immersive Reader is a tool that implements proven techniques to improve reading comprehension for emerging readers, language learners, and people with learning differences. You can use Immersive Reader in your web application by using the Immersive Reader SDK.Published Date : Thursday, January 23, 2020
Archive for What's new in Azure Active Directory?
https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/whats-new-archive The What's new release notes in the Overview section of this content set contains 6 months of activity. After 6 months, the items are removed from the main article and put into this archive article.Published Date : Wednesday, March 31, 2021
Connect an Item in the Data Store to a SQL Server Database
https://docs.microsoft.com/en-us/office/vba/word/concepts/objects-properties-methods/connect-an-item-in-the-data-store-to-a-sql-server-database Create an ASP.NET Web application and name it SqlServerSample. ... In the following steps, you'll connect the ASP.NET Web application to a SQL Server database. ... For more information about working with ASP.NET 2.0, see https://www.asp.net/get-started/.Published Date : Saturday, June 8, 2019
e-Commerce platform software development kit (SDK) - Commerce | Dynamics 365
https://docs.microsoft.com/en-us/dynamics365/commerce/dev-itpro/ecommerce-platform-sdk This topic describes the e-Commerce Platform SDK.Published Date : Monday, July 9, 2018
Log extension events to Application Insights - Commerce | Dynamics 365
https://docs.microsoft.com/en-us/dynamics365/commerce/dev-itpro/commerce-application-insights This topic explains how to log events to Customer Application Insights from Commerce runtime (CRT) extensions.Published Date : Friday, September 18, 2020
Retail software development kit (SDK) extensibility samples - Commerce | Dynamics 365
https://docs.microsoft.com/en-us/dynamics365/commerce/dev-itpro/retail-sdk/retail-sdk-extensibility-samples The Retail SDK includes extensibility samples. These samples are a good way to learn about different ways to customize Commerce.Published Date : Tuesday, June 20, 2017
Migrate the Retail SDK from Visual Studio 2015 to Visual Studio 2017 - Commerce | Dynamics 365
https://docs.microsoft.com/en-us/dynamics365/commerce/dev-itpro/retail-sdk/migrate-sdk This topic explains how to migrate the Retail SDK to Visual Studio 2017 and update the reference to NuGet.Published Date : Friday, August 14, 2020
Retail software development kit (SDK) - Commerce | Dynamics 365
https://docs.microsoft.com/en-us/dynamics365/commerce/dev-itpro/retail-sdk/retail-sdk-overview The Retail SDK includes code, code samples, templates, and tools that you can use to customize commerce functionality.Published Date : Wednesday, January 29, 2020
Visual language reference - Visual Studio
https://docs.microsoft.com/en-us/visualstudio/extensibility/ux-guidelines/visual-language-dictionary-for-visual-studio Learn about the concepts that are the building blocks of the iconography and other imagery in Visual Studio by using this visual reference.Published Date : Friday, August 4, 2017
What's new for JavaScript docs
https://docs.microsoft.com/en-us/azure/developer/javascript/whats-new-docs What's new in JavaScript docs in the Developer CenterPublished Date : Wednesday, February 17, 2021
Deploy C# ASP.NET web app to a VM in Azure Stack Hub - Azure Stack Hub
https://docs.microsoft.com/en-us/azure-stack/user/azure-stack-dev-start-howto-vm-dotnet Deploy a C# ASP.NET web app to a VM in Azure Stack Hub.Published Date : Tuesday, March 30, 2021
Webpage (HTML) Web Resources (model-driven apps) - Power Apps
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/webpage-html-web-resources This topic covers how to implement HTML web resources and its capabilities and limitationsPublished Date : Wednesday, April 14, 2021
Use IFRAME and web resource controls on a form (model-driven apps) - Power Apps
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/use-iframe-and-web-resource-controls-on-a-form IFRAME and web resource controls embed content from another location in pages by using an HTML IFRAME element.Published Date : Thursday, April 15, 2021
UserQueryVisualization table/entity reference (Microsoft Dataverse) - Power Apps
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/reference/entities/userqueryvisualization Includes schema information and supported messages for the UserQueryVisualization table/entity.Published Date : Thursday, March 4, 2021
Overview of authentication in Power Apps portals - Power Apps
https://docs.microsoft.com/en-us/powerapps/maker/portals/configure/configure-portal-authentication Learn about the available authentication providers, protocols, and examples to set up authentication for Power Apps portals.Published Date : Wednesday, April 21, 2021
Local authentication, registration, and other settings - Power Apps
https://docs.microsoft.com/en-us/powerapps/maker/portals/configure/set-authentication-identity Learn about different site settings for portals, local authentication, and registration process in Power Apps portals.Published Date : Tuesday, April 21, 2020
Web API Data operations Samples (Client-side JavaScript) (Microsoft Dataverse) - Power Apps
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/webapi/web-api-samples-client-side-javascript This topic provides a description of various Web API samples that are implemented using Client-side JavaScriptPublished Date : Wednesday, October 31, 2018
Cookies in Power Apps portals - Power Apps
https://docs.microsoft.com/en-us/powerapps/maker/portals/admin/portal-cookies Learn about cookies used by Power Apps portals.Published Date : Wednesday, April 21, 2021
SavedQueryVisualization table/entity reference (Microsoft Dataverse) - Power Apps
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/reference/entities/savedqueryvisualization Includes schema information and supported messages for the SavedQueryVisualization table/entity.Published Date : Thursday, March 4, 2021
Extend Dynamics 365 for Outlook (Microsoft Dataverse) - Power Apps
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/outlook-client/extend-dynamics-365-outlook Dynamics 365 for Outlook lets users interact with data while they’re offline and not connected to a server. Microsoft Dataverse includes features that let you extend your solutions to offline scenarios by calling the web services offline from your custom code. In addition, the Sdk assembly provides programmatic support for basic Outlook actions such as synchronization, going offline or online, and Dynamics 365 for Outlook state verification. Offline programming uses the ASP.NET Development Server.Published Date : Tuesday, April 7, 2020
About basic forms - Power Apps
https://docs.microsoft.com/en-us/powerapps/maker/portals/configure/entity-forms Learn how to create basic forms in a portal."Published Date : Wednesday, April 21, 2021
Available Liquid objects - Power Apps
https://docs.microsoft.com/en-us/powerapps/maker/portals/liquid/liquid-objects Learn about the available liquid objects in a portal.Published Date : Tuesday, April 21, 2020
Create and manage page templates - Power Apps
https://docs.microsoft.com/en-us/powerapps/maker/portals/configure/page-templates Learn how to create and manage page templates in Power Apps portals.Published Date : Tuesday, April 21, 2020
Quickstart: Blazor Server Web API sample (C#) (Microsoft Dataverse) - Power Apps
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/webapi/quick-start-blazor-server-app This sample demonstrates how to authenticate with a Microsoft Dataverse from a Blazor Server application and then call a basic WhoAmI Web API function.Published Date : Tuesday, July 7, 2020
Use multi-tenant server-to-server authentication (Microsoft Dataverse) - Power Apps
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/use-multi-tenant-server-server-authentication Learn how to access Microsoft Dataverse data across multiple tenants from an application or service without explicit user authentication.Published Date : Thursday, February 28, 2019
Get started with configuring your portal authentication - Power Apps
https://docs.microsoft.com/en-us/powerapps/maker/portals/configure/use-simplified-authentication-configuration Learn how to configure your portal authentication using different identity providers.Published Date : Tuesday, April 21, 2020
Use OAuth 2.0 implicit grant flow within your portal - Power Apps
https://docs.microsoft.com/en-us/powerapps/maker/portals/oauth-implicit-grant-flow Learn how to make client-side calls to external APIs and secure them by using OAuth implicit grant flow in your portal.Published Date : Wednesday, April 21, 2021
Web Resources (model-driven apps) - Power Apps
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/web-resources Web resources are virtual files that are stored in the Microsoft Dataverse database and that you can retrieve by using a unique URL address.Published Date : Thursday, April 15, 2021
Tutorial: Create an ASP.NET Core Blazor WebAssembly app using Microsoft Dataverse - Power Apps
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/walkthrough-blazor-webassembly-single-tenant Learn how to create an ASP.NET Core Blazor WebAssembly application that connects to Microsoft Dataverse web services and retrieves business data.Published Date : Tuesday, March 23, 2021
Create accessible web resources (model-driven apps) - Power Apps
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/create-accessible-web-resources The topic introduces general guidance and links to more resources that will help you design web resource user interface elements that are accessible to people with disabilities.Published Date : Wednesday, October 31, 2018
View portal error logs - Power Apps
https://docs.microsoft.com/en-us/powerapps/maker/portals/admin/view-portal-error-log Learn how to view portal error logs and store them in your Azure Blob storage account.Published Date : Wednesday, April 21, 2021
Walkthrough: Registering and configuring a SimpleSPA application with adal.js (Microsoft Dataverse) - Power Apps
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/walkthrough-registering-configuring-simplespa-application-adal-js Describes the process of registering and configuring the simplest Single-Page Application (SPA) to access data in Microsoft Dataverse using adal.js and Cross-origin Resource Sharing (CORS).Published Date : Wednesday, March 24, 2021
Webpage (HTML) web resources (Developer Guide for Dynamics 365 Customer Engagement (on-premises))
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/webpage-html-web-resources Learn about using webpage (HTML) web resources to create user interface elements for client extensions.Published Date : Tuesday, October 31, 2017
Security best practices for Dynamics 365 Customer Engagement (on-premises)
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/deploy/security-best-practices-for-microsoft-dynamics-365 Additionally, we recommend that no other ASP.NET-connected application be installed under these application pools.Published Date : Monday, October 1, 2018
Create solutions that support multiple languages (Developer Guide for Dynamics 365 Customer Engagement (on-premises))
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/create-solutions-support-multiple-languages Learn how to create solutions in multiple languagesPublished Date : Thursday, April 2, 2020
Use IFRAME and web resource controls on a form
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/use-iframe-and-web-resource-controls-on-a-form You can use an IFRAME to display the contents from another website in a form, for example, in an ASP.NET page.Published Date : Wednesday, February 3, 2021
Install Dynamics 365 Customer Engagement (on-premises) Full Server role on a server without Dynamics 365 Customer Engagement (on-premises) installed
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/deploy/install-full-server-role-on-server For more information, see the Microsoft Knowledge Base (KB) article 329290, How to use the ASP.NET utility to encrypt credentials and session state connection strings.Published Date : Monday, October 1, 2018
Uninstall, change, or repair Dynamics 365 Server
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/deploy/uninstall-change-repair-dynamics-365-server Windows role services: Web Server Role Services Static Content Default Document Directory Browsing HTTP Errors ASP.NET Microsoft .NET Framework Extensibility ISAPI Extensions ISAPI Filters HTTP Logging Request Monitor Windows Authentication Request Filtering Static Content Compression Dynamic ContentPublished Date : Monday, October 1, 2018
Create accessible web resources (Developer Guide for Dynamics 365 Customer Engagement (on-premises))
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/create-accessible-web-resources The topic introduces general guidance and links to more resources that will help you design web resource user interface elements that are accessible to people with disabilities.Published Date : Tuesday, October 31, 2017
Get started with building a simple communication widget with Dynamics 365 Channel Integration Framework version 1.0
https://docs.microsoft.com/en-us/dynamics365/customer-service/channel-integration-framework/getting-started-simple-widget How to develop and host a simple communication widget in Microsoft Dynamics 365 Channel Integration Framework version 1.0.Published Date : Wednesday, February 24, 2021
Microsoft Dynamics 365 Server XML configuration file
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/deploy/microsoft-dynamics-365-server-xml-configuration-file <CrmServiceAccount type="DomainUser"/"NetworkService"> <ServiceAccountLogin>Domain\User</ServiceAccountLogin> <ServiceAccountPassword>password</ServiceAccountPassword> </CrmServiceAccount> Specifies the service account used to run the Dynamics 365 for Customer Engagement Unzip Service and ASP.NET AppPoolPublished Date : Monday, October 1, 2018
Implement single sign-on from an ASPX webpage or IFRAME (Developer Guide for Dynamics 365 Customer Engagement (on-premises))
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/implement-single-sign-aspx-webpage-iframe This topic describes how to develop a custom webpage that can make SDK calls to Dynamics 365 Customer Engagement (on-premises) on behalf of the Dynamics 365 Customer Engagement (on-premises) user who is signed inPublished Date : Friday, March 29, 2019
UserQueryVisualization Entity Reference (Dynamics 365 Customer Engagement)
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/entities/userqueryvisualization Includes schema information and supported messages for the UserQueryVisualization entity.Published Date : Tuesday, April 2, 2019
SavedQueryVisualization Entity Reference (Dynamics 365 Customer Engagement)
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/entities/savedqueryvisualization Includes schema information and supported messages for the SavedQueryVisualization entity.Published Date : Tuesday, April 2, 2019
Extend Dynamics 365 Customer Engagement (on-premises) (Developer Guide for Dynamics 365 Customer Engagement (on-premises))
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/extend-customer-engagement Understand the different ways you can write code to change how a Dynamics 365 Customer Engagement (on-premises) system works, build your own application using it, or integrate the system with other products.Published Date : Tuesday, October 31, 2017
Install Microsoft Dynamics 365 Server Front End and Back End server roles
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/deploy/install-dynamics-365-front-back-end-server-roles More information: How to use the ASP.NET utility to encrypt credentials and session state connection strings VSS Writer Service.Published Date : Monday, October 1, 2018
Configure a Dynamics 365 Customer Engagement (on-premises) Internet-facing deployment
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/deploy/configure-internet-facing-deployment AD FS consists of the following components: AD FS Framework provides developers pre-built .NET security logic for building claims-aware applications, enhancing either ASP.NET or WCF applications.Published Date : Monday, October 1, 2018
Extend Dynamics 365 for Outlook (Developer Guide for Dynamics 365 Customer Engagement (on-premises))
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/extend-customer-engagement-outlook Dynamics 365 for Outlook lets users interact with data while they’re offline and not connected to a server. Dynamics 365 Customer Engagement (on-premises) includes features that let you extend your solutions to offline scenarios by calling the web services offline from your custom code. In addition, the Sdk assembly provides programmatic support for basic Outlook actions such as synchronization, going offline or online, and Dynamics 365 for Outlook state verification. Offline programming uses the ASP.NET Development Server.Published Date : Sunday, January 29, 2017