24,964 questions with .NET-related tags

Sort by: Updated
1 answer

Need help understanding SSO/cloud sync in multiple-subscription tenant

I am working on an ASP.NET core application for our hosted customers and need some information on authentication using Active Directory. A bit of background on our setup: We have a single Azure tenant, that has multiple subscriptions within it. Each…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,624 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,386 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,214 questions
Microsoft Entra
asked 2024-07-19T22:13:44.97+00:00
Ryan Anderson 0 Reputation points
answered 2024-07-22T05:15:02.33+00:00
Udayashankar K.N 0 Reputation points Microsoft Employee
1 answer

MAUI .NET 8 - Xamarin Migrated project

I have created a new MAUI .NET 8 project and migrated the Xamarin forms project code. In my project, I used RelativeLayout for UI design on all the pages, now this RelativeLayout is outdated in MAUI. I used the Compatability namespace to use…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-19T05:31:32.3766667+00:00
Aneetha 45 Reputation points
commented 2024-07-22T04:50:24.02+00:00
Aneetha 45 Reputation points
0 answers

Azure Signal R - Not acting as backplane as expected - cannot send message to specific user if not connected to same server

So we implemented Signal R on ASP.NET Core and used single server at first due to limitations with scaling using default scenario not serverless We discussed on implementing backplane or using Azure Signal R service - ended up going with Azure The issue…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,386 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
135 questions
asked 2024-07-19T20:31:13.8133333+00:00
Collin Gilmore 0 Reputation points
edited the question 2024-07-22T04:37:38.07+00:00
ajkuma 24,736 Reputation points Microsoft Employee
4 answers

How to fix Error DEP0700 Maui .NET7.0

Can someone please help sort this deployment error once updated to .NET7.0 Error        DEP0700: Registration of the app failed. [0x80073CF6] AppxManifest.xml(33,27): error 0x80070003: Cannot install or update package chhlvl.designIT7_xzp7k71ajzmr6…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2023-02-08T00:06:19.36+00:00
Anjalee Gamage 10 Reputation points
commented 2024-07-22T04:09:10.14+00:00
Jacques O 0 Reputation points
1 answer

Dotnet pack -c debug

In this tutorial, https://learn.microsoft.com/en-gb/training/modules/blazor-build-reusable-components/5-nuget-package there is the instruction to run 'dotnet pack' but this does not create the the file at My.FirstClassLibrary.0.1.0.nupkg to your…

Blazor Training
Blazor Training
Blazor: A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.Training: Instruction to develop new skills.
4 questions
asked 2024-07-18T13:06:55.6233333+00:00
Ricardo Cadete 0 Reputation points
edited the question 2024-07-22T04:08:46.97+00:00
Pradeep M 1,715 Reputation points Microsoft Vendor
0 answers

How to make pdf in MAUI As it is in Content PAGE

I am Trying to make pdf from content page in MAUI. May Anyone know how to do it. I want content page directly converted to pdf

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-22T04:00:36.68+00:00
Venus Graph 0 Reputation points
0 answers

About MVC support please

<div class="row" id="education-seminar-forms-BilgisayarBilgi"> @for (int i = 0; i < Model.tBL_BilgisayarBilgisis.Count; i++) …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,411 questions
asked 2024-07-19T17:44:19.46+00:00
kadir 60 Reputation points
edited the question 2024-07-22T03:30:50.8533333+00:00
Lan Huang-MSFT 28,836 Reputation points Microsoft Vendor
2 answers

how to pass C# DataTable to JQuery DataTable

I am trying to send data from a C# DataTable to a Jquery DataTable, but I am not sure how. Here's my code, but it is not working. public ActionResult StudentList() { TestViewModel tvm = new TestViewModel(); List<Student> students =…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,411 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
940 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,630 questions
asked 2024-07-21T12:00:18.0066667+00:00
Saeed Ahmad 20 Reputation points
commented 2024-07-22T03:29:10.6333333+00:00
Lan Huang-MSFT 28,836 Reputation points Microsoft Vendor
2 answers

How to use reflection in ASP.NET MVC with razor/cshtml?

Why are the property names displayed 'correctly' in the input tag but not in the label tag? And why are they pre-typed in the input-fields in HTML? f.e.: every label = name and every input field is the property name, where it should be empty. …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,386 questions
asked 2024-07-21T18:10:17.09+00:00
Dean Marinov 0 Reputation points
answered 2024-07-22T03:22:07.8833333+00:00
Ping Ni-MSFT 3,365 Reputation points Microsoft Vendor
0 answers

How do I fix an issue where deployed .NET 8 API to Azure App Service is just showing placeholder page and is not working?

I am trying to deploy a simple .NET 8 API to Azure App Service using the Github CICD which I setup from the App Service deployment center. After the initial setup, the Github Action ran successfully and in the overview I can see that the deployment was…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,624 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,363 questions
asked 2024-07-21T04:35:36.3066667+00:00
Jordan 0 Reputation points
edited a comment 2024-07-22T03:00:33.7466667+00:00
Lex Li (Microsoft) 5,312 Reputation points Microsoft Employee
1 answer

How to add continuous speech/talk - .NET MAUI Speech

I have the below .Net MAUI code that works great. I want to add continuous speech, I mean when I speak, the recorder must not stop until I press stop button. In the below code, when I stop speaking, or I pause for like 2-3 sec, it stops itself, so I…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,624 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-19T12:58:44.29+00:00
Johnson 61 Reputation points
answered 2024-07-22T02:41:18.97+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 38,911 Reputation points Microsoft Vendor
1 answer

Receiving "The SSL connection could not be established, see inner exception." on all Azure PowerShell cmdlets.

I am receiving the following error, regardless of the Azure PowerShell cmdlet that I am using. Again, it is for all azure cmdlets that I am receiving this SSL error message. My TLS is set to 1.2. About 1 out of every 3 Azure PowerShell cmdlets return…

PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,310 questions
ASP.NET Core Training
ASP.NET Core Training
ASP.NET Core: A set of technologies in the .NET Framework for building web applications and XML web services.Training: Instruction to develop new skills.
19 questions
asked 2024-07-19T22:00:47.9533333+00:00
Jason Yoder 0 Reputation points
edited the question 2024-07-22T02:12:41.7766667+00:00
AmaranS 3,860 Reputation points Microsoft Vendor
1 answer

How to Host the Firestore Identity File Securely?

I am working on a WPF project with C#, and I am using Firebase Firestore for which I need to host the identity JSON file on disk. However, I want to ensure that users cannot access this file or the Firestore services using the information inside it. What…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,710 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,630 questions
asked 2024-07-19T09:13:39.21+00:00
fatih uyanık 80 Reputation points
answered 2024-07-22T02:06:29.9433333+00:00
Hongrui Yu-MSFT 1,020 Reputation points Microsoft Vendor
0 answers

Unable to run the apk generated in release mode

Hi I have .Net MAUI app, version .net8. The release build is built without errors but when I run it is not opening the app and it is crashing. Please let us know if there are any additional settings required here. Thanks

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-19T14:04:09.2+00:00
dedeepya yarlagadda 20 Reputation points
commented 2024-07-22T02:06:04.85+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,936 Reputation points Microsoft Vendor
0 answers

Error with post method

Hello, In the explanation about the post method, the JSON and the record do not match. Why? This question is related to the following Learning Module

ASP.NET Core Training
ASP.NET Core Training
ASP.NET Core: A set of technologies in the .NET Framework for building web applications and XML web services.Training: Instruction to develop new skills.
19 questions
asked 2024-07-21T15:31:50.69+00:00
Andi 0 Reputation points
commented 2024-07-22T01:56:54.2733333+00:00
AmaranS 3,860 Reputation points Microsoft Vendor
0 answers

Microsoft Cognitive Services Voise to Text How to Recognise base64string

I'm using Microsoft Cognitive Services Voise to Text in my Asp.Net application. How can I pass base64string from my c# controller to SpeechRecognizer? Thank you!

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,386 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,630 questions
asked 2024-07-19T15:16:15.11+00:00
Sviatlana 20 Reputation points
commented 2024-07-22T01:46:10.31+00:00
Tiny Wang-MSFT 2,321 Reputation points Microsoft Vendor
0 answers

Mac - keep data in memory and get data

Hi, I run mac app in vs code net 8. after publishing it using this command: dotnet publish -f net8.0-maccatalyst -c Release The app stop working me, the logic not working. I keep data in singelton class and I reach from other pages to this class. It work…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-14T13:15:46.56+00:00
Dani_S 3,316 Reputation points
commented 2024-07-22T01:27:53.4933333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 29,206 Reputation points Microsoft Vendor
0 answers

MSWord closes unexpectedly when clicking "Print" button in "Envelopes and Labels" dialog

I'm embedding MSWord in my WinForms app using Microsoft Library, and I'm following this guideline to set the window style to ws_child to support the child window. However, when I click the "Print" button in the "Envelopes and Labels"…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,870 questions
Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,074 questions
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,514 questions
asked 2024-07-19T12:06:41.3133333+00:00
Prasanth Vimalanathan 0 Reputation points
edited the question 2024-07-22T01:26:16.05+00:00
Roy Li - MSFT 32,731 Reputation points Microsoft Vendor
1 answer

How to install .pkg file in customer and run the app?

Hi, In the end of the thread (https://learn.microsoft.com/en-us/answers/questions/1731082/how-to-find-where-pkg-file-store-the-installed-app?comment=answer-1570815&page=1#comment-1638338) you said: "If you send a link to the customer, the pkg…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,207 questions
asked 2024-07-11T10:19:07.9733333+00:00
Dani_S 3,316 Reputation points
commented 2024-07-22T01:24:04.7133333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 29,206 Reputation points Microsoft Vendor
1 answer

MVC excel to pdf

public ActionResult Excel2(int? id) { List<TBL_Table1> FileData = db.TBL_Table1.Where(x => x.Tableid == id).ToList(); string DosyaAdi = ""; try { ExcelPackage.LicenseContext =…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,411 questions
asked 2024-07-18T06:35:35.71+00:00
kadir 60 Reputation points
commented 2024-07-22T01:22:21.4633333+00:00
Lan Huang-MSFT 28,836 Reputation points Microsoft Vendor