98,285 questions

Sort by: Updated
1 answer One of the answers was accepted by the question author.

How to bring app to front, if already open?

How to bring the app to front, if already open? My app is Windows Form application c#

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,854 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,373 questions
asked 2024-05-22T13:25:34.1033333+00:00
Hussnain Fareed 0 Reputation points
accepted 2024-05-23T09:57:29.77+00:00
Hussnain Fareed 0 Reputation points
2 answers One of the answers was accepted by the question author.

Where do deleted files go when I delete a file from a Shared drive

I am running a Windows server 2012 file share server that user shared drives are mapped to. When users delete files from their shared drives on their workstations where do the files go? I have a user that copied a file to one of their shared drives and…

Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,540 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,275 questions
asked 2023-06-15T14:20:18.6233333+00:00
RockmanIT 256 Reputation points
answered 2024-05-23T09:57:24.96+00:00
Lorimxt 0 Reputation points
6 answers One of the answers was accepted by the question author.

'The Migration API is temporarily disabled due to internal issues.'

I'm trying to help a customer plan a platform upgrade, is there any kind of ETA as to when the migration API will be available again?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,801 questions
asked 2024-05-02T07:12:10.8133333+00:00
John Strand 36 Reputation points
answered 2024-05-23T09:53:29.31+00:00
Kevin Pearce 30 Reputation points
1 answer One of the answers was accepted by the question author.

Return second object in array

Say I have an output like below, what function could I use to ouput only the first (A) and third (C) elements? [ "A=testA", "B=testB", "C=testC", "D=testD", "E=testE" ]

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,897 questions
asked 2024-05-23T09:22:18.6066667+00:00
Jan de Mul 20 Reputation points
accepted 2024-05-23T09:46:58.9+00:00
Jan de Mul 20 Reputation points
3 answers One of the answers was accepted by the question author.

Azure Cognitive Search + Open AI + Image Content

I'm using Azure cognitive search which uses blob data source to integrate with Open AI. It seems to work fine when i upload PDFs and create search index and refer them in the code. But if the PDF contains images (say a graphical image with text on it) or…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
752 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,487 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,278 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,440 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,445 questions
asked 2023-07-12T07:38:20.6433333+00:00
Arun Srinivasan 70 Reputation points
answered 2024-05-23T09:41:24.1533333+00:00
Panda, Abhimanyu (Cognizant) 0 Reputation points
1 answer One of the answers was accepted by the question author.

Reregistering Existing FCM registrations to FCMv1

I have over 100,000 existing FCM registrations on my notification hub. How can I migrate them efficiently to FCMv1? While considering using GetAllRegistrationsAsync to retrieve and re-register them, I'm concerned about its efficiency. Are there any…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
271 questions
asked 2024-05-22T08:52:00.9466667+00:00
Pranav pavithran 25 Reputation points
accepted 2024-05-23T09:39:06.93+00:00
Pranav pavithran 25 Reputation points
1 answer One of the answers was accepted by the question author.

Setting CheckBox as UWP DataGrid column header during AutoGeneratingColumn

Hello, I want to set Community Toolkit DataGrid column header as CheckBox. I want to do it in AutoGeneratingColum event. I am trying such code: private void AutoGeneratingColumn(object sender, DataGridAutoGeneratingColumnEventArgs e) {…

Universal Windows Platform (UWP)
asked 2024-05-22T14:42:09.97+00:00
BitSmithy 1,831 Reputation points
accepted 2024-05-23T09:28:26.4033333+00:00
BitSmithy 1,831 Reputation points
1 answer One of the answers was accepted by the question author.

Deploy ASP.NET Core Web API with Simba Spark Driver for Databricks to Azure App Serivce

Hi all, I have a .NET Core Web API which creates a connection to the SQL endpoint of Azure Databricks with the official Simba ODBC driver. Locally everything works fine. I can see my System DSN entry and I use this driver to create the connection and…

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
150 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,015 questions
asked 2022-01-25T08:32:12.197+00:00
Thomas Ingenhorst 21 Reputation points
commented 2024-05-23T08:55:54.65+00:00
Luigi Navarra 0 Reputation points
1 answer One of the answers was accepted by the question author.

Saving Dynamic Form Fields to Database with Fixed Values in MVC

[HttpPost] [ValidateAntiForgeryToken] public ActionResult Create(EgitimSeminerViewModel model) { if (ModelState.IsValid) { for (int i = 0; i < model.EgitimSeminerBilgiList.Count; i++) { …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,309 questions
asked 2024-05-23T07:34:52.57+00:00
kadir 0 Reputation points
accepted 2024-05-23T08:40:04.7166667+00:00
kadir 0 Reputation points
1 answer One of the answers was accepted by the question author.

Dataflow Activity giving output in different formats - "runStatus" vs. "SubStatus"

Hello, We have some excel files, which are loaded into the Datalake as .txt files through CopyData Activity. After that, We have a Data Flow activity to copy data from my DataLake to Azure SQL DB. We have implemented some logic after that for…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,728 questions
asked 2022-04-29T18:32:05.18+00:00
Rajas Thakur 61 Reputation points
commented 2024-05-23T08:33:28.31+00:00
Steven Wright 0 Reputation points
9 answers One of the answers was accepted by the question author.

OneDrive error - You're already syncing a shortcut to a folder from this shared library

I had to reset Windows 10 on my Azure AD-joined computer, after which I upgraded from 1909 to 20H2. I now have OneDrive Build 20.201.1005.0009. Since then, I've had trouble reconnecting to all the SharePoint folders I was syncing with. For example, I'm a…

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,247 questions
OneDrive Management
OneDrive Management
OneDrive: A Microsoft file hosting and synchronization service.Management: The act or process of organizing, handling, directing or controlling something.
1,145 questions
asked 2020-12-14T14:32:45.493+00:00
David Schrag 376 Reputation points
commented 2024-05-23T08:30:08.3066667+00:00
Mariusz Gorzoch 0 Reputation points
4 answers One of the answers was accepted by the question author.

SQL Server 2022 express download problem unable to install SQL Server. Exit code(Decimal): -2061893606

I'm trying to download SQL Server 2022 Express, but it's giving the following error. I checked the log and click the SystemConfigurationCheck_Report I received the warning shown in the image above. Is the download error caused by this? I had already…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,884 questions
asked 2024-05-09T12:23:12.46+00:00
Mehmed Aras 0 Reputation points
accepted 2024-05-23T08:23:39.55+00:00
Mehmed Aras 0 Reputation points
1 answer One of the answers was accepted by the question author.

How do I transfer my learning history from my company user to my personal user account?

If my job has been placed "at risk" and I have a number of modules completed or in progress under my company MS login, how do I transfer this history to my personal user account so that I can continue learning and have the history to show…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,495 questions
asked 2024-05-23T07:57:47.19+00:00
Michael Craig 20 Reputation points
accepted 2024-05-23T08:17:37.17+00:00
Michael Craig 20 Reputation points
2 answers One of the answers was accepted by the question author.

How to update ModifiedBy field in SharePoint Online document using Graph

Hello, i would like to know if it's possible to update ModifiedBy (Editor) field in a document uploaded into a DocumentLibrary of a Site in SharePoint Online using MS Graph. I've tried these approaches: Using 'patch' method of a DriveItem: i can…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,817 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,843 questions
asked 2024-05-22T15:31:10.2033333+00:00
José Ángel Salmerón 20 Reputation points
accepted 2024-05-23T08:16:12.2333333+00:00
José Ángel Salmerón 20 Reputation points
2 answers One of the answers was accepted by the question author.

Integrating RDLC reports in Blazor Web apps

Hello, Is it possible to call RDLC reports in a Blazor web app or use report viewer to load RDLC reports? I'm not seeing the reporting options in the latest framework. Could someone please share examples and resources for integrating RDLC reports with…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,415 questions
asked 2023-12-25T14:16:50.2066667+00:00
Diwakar Devangam 55 Reputation points
commented 2024-05-23T08:07:46.0933333+00:00
Geoffrey de Sousa 0 Reputation points
1 answer One of the answers was accepted by the question author.

Which VM for MultiCharts / TradeStation / Interactive Brokers

Greetings, I'm in a situation where I am absolutely losing the overview due to the many different options available in Azure. I plan to move my live trading account (algorithmic trading) from my separate mini computer to a virtual machine. I think…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,262 questions
asked 2024-05-21T21:47:29.2066667+00:00
David9 0 Reputation points
accepted 2024-05-23T08:07:00.8633333+00:00
David9 0 Reputation points
1 answer One of the answers was accepted by the question author.

Recording from different fields to the same table in ASP.NET MVC

Model : public class EgitimSeminerViewModel { public List<TBL_EgitimSeminerBilgi> EgitimSeminerBilgiList { get; set; } public EgitimSeminerViewModel() { EgitimSeminerBilgiList = new List<TBL_EgitimSeminerBilgi>(); …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,309 questions
asked 2024-05-22T20:37:00.6233333+00:00
kadir 0 Reputation points
commented 2024-05-23T08:01:09.0733333+00:00
kadir 0 Reputation points
2 answers One of the answers was accepted by the question author.

Refund Request Issue

I just subscribed to the $100.00 monthly plan in Azure and instead of using part of the $200 credit, it used my debit card. I submit a support ticket for a refund and I just get the message "Can't request a refund." Can anyone help me?

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,123 questions
asked 2024-05-04T21:02:03.28+00:00
Zachary Hankla 20 Reputation points
accepted 2024-05-23T07:40:36.3566667+00:00
Zachary Hankla 20 Reputation points
1 answer One of the answers was accepted by the question author.

The VM does not load due to invalid password

https://learn.microsoft.com/en-us/training/modules/working-with-option-sets/3-exercise This question is related to the following Learning Module

Microsoft Dataverse Training
Microsoft Dataverse Training
Microsoft Dataverse: A Microsoft service that enables secure storage and management of data used by business apps. Previously known as Common Data Service.Training: Instruction to develop new skills.
9 questions
asked 2024-04-26T05:43:53.5133333+00:00
Suja A 25 Reputation points
commented 2024-05-23T07:29:19.7966667+00:00
SiddeshTN 2,945 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

spelling Mistake error in learning exercise

there is a spelling mistake in learning documentation please have look once and if possible correct it:https://learn.microsoft.com/en-us/training/modules/control-and-organize-with-azure-resource-manager/3-use-tagging-to-organize-resources Instead of…

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,030 questions
asked 2024-05-20T04:09:45.1333333+00:00
John-91 80 Reputation points
commented 2024-05-23T07:27:43.3866667+00:00
SiddeshTN 2,945 Reputation points Microsoft Vendor