23,790 questions with .NET-related tags

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

C# ASP.NET MVC: develop app with running tasks and ASP.NET MVC web UI to control it

There's a url from which I need to run api get data in JSON format and store to MS-Sql Server. This project will run mostly on server(s). We also need an application to provide an interface so that whenever needed user can select which data to be stored…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,140 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,246 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,204 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
293 questions
asked 2024-04-13T10:07:08.52+00:00
RASHMI GUPTA 20 Reputation points
accepted 2024-04-16T07:21:19.3+00:00
RASHMI GUPTA 20 Reputation points
0 answers

How to Make Span Text/content Wrapped if it exceeds?

Here if my account number exceeds the numbers from last get cut/disappear. So I used LineBreakMode to WordWrap in label but this is also not working here. <Label FontFamily="InterstateRegular"> …

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,291 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,844 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
762 questions
asked 2024-04-15T09:49:12.2+00:00
Pratap Singh, Ayush 20 Reputation points
commented 2024-04-16T05:44:37.45+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 35,021 Reputation points Microsoft Vendor
1 answer

Not Able to use the keyboard on Android 14

Android application type Xamarin.Forms application Xamarin.Android application Affected platform version Android 14 Emulator (pixel 7 pro)   Unaffected platforms tested Android 13 emulator(pixel 5), Android 9 emulator(pixel 2), Android 14 Device (Samsung…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,291 questions
asked 2024-04-15T13:57:29.2866667+00:00
ManojKumar 0 Reputation points
answered 2024-04-16T02:58:28.6333333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 35,021 Reputation points Microsoft Vendor
1 answer

How to Fix: Applications .exe Fail to Start by Kernelbase.dll error

Hi all, I have encountered an issue as follows: The exe application I developed, when used with Windows 10 for a while, cannot be opened anymore. When I checked the Event Viewer, I saw an Application Error with KERNELBASE.dll. The detailed error is as…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,573 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,346 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,204 questions
asked 2024-04-16T02:16:36.7433333+00:00
Roy Nguyen 0 Reputation points
answered 2024-04-16T02:25:50.0933333+00:00
Jiale Xue - MSFT 30,811 Reputation points Microsoft Vendor
1 answer

What is the max timeout for an API HTTP request in an Azure App Service Web App?

I have a NET 6 API deployed in a Web App in an Linux App Service plan with a P0v3 pricing plan. I would like to know the maximum timeout of a HTTP response because I have an endpoint whose execution time is currently of 20 minutes and would like to know…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,140 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,829 questions
asked 2024-04-15T16:29:48.36+00:00
Armando Cons Robles 0 Reputation points
answered 2024-04-16T01:40:49.87+00:00
Tiny Wang-MSFT 1,571 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

can I change the splash screen when run it?

in android MAUI when I run the APP and will get data from server and I will get one image how to set the image to splash screen then I next open the APP it can show in the slpash screen?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,844 questions
asked 2024-04-11T11:15:15.4+00:00
mc 3,641 Reputation points
commented 2024-04-16T01:22:45.0433333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 68,016 Reputation points Microsoft Vendor
1 answer

is waiting for the debugger to attach error

Hello, I have installed Visual Studio Enterprice 2022 Preview 17.10.0 Preview 1.0, I also have the xamarin components. When debugging my Xamarin application I get this error and I don't know how to remove it "is waiting for the debugger to…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,291 questions
asked 2024-04-13T17:24:52.4533333+00:00
Salomon Cardos Uc 0 Reputation points
edited an answer 2024-04-15T23:41:19.1033333+00:00
Bruce (SqlWork.com) 55,041 Reputation points
1 answer

Can I force AuthenticationState to refresh (when claims have changed)?

Hi all; Is there any way to force the AuthenticationState to re-read the database when claims have changed? I've implemented a ServerAuthenticationStateProvider and it works great for my adding IdentityUser.Enabled. But when I set it to re-read the…

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,378 questions
asked 2024-04-11T23:07:09.2+00:00
David Thielen 2,231 Reputation points
edited a comment 2024-04-15T23:12:49.8666667+00:00
Bruce (SqlWork.com) 55,041 Reputation points
1 answer One of the answers was accepted by the question author.

Looking to remove underline from Android Entry and Pickers in .NET Maui

I need to remove the underline in my .NET Maui application for entry and picker handlers. In addition to this, I need to set the background color to a custom color that I have. I have found ways to set the background color to transparent to remove the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,844 questions
asked 2024-04-08T18:00:56.82+00:00
Isspro-eng 20 Reputation points
accepted 2024-04-15T21:01:02.3866667+00:00
Isspro-eng 20 Reputation points
1 answer One of the answers was accepted by the question author.

missing -f flag that indicates the name of the Dockerfile to use

Missing -f flag in example that indicates the name of the Dockerfile to use for "Customize a Docker image to run your own web app" --> https://learn.microsoft.com/en-us/training/modules/intro-to-containers/4-create-custom-docker-image

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,140 questions
asked 2024-04-15T18:20:51.85+00:00
Chad Sellers 20 Reputation points
accepted 2024-04-15T20:24:28.61+00:00
Chad Sellers 20 Reputation points
1 answer

How do I know if there is an update to .NET Maui?

I have an android app which has been created using .net MAUI  My requirement is to update the android app when an update becomes available Is there a way to have Azure email me or a group when that specific .net application has an update?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,844 questions
asked 2024-04-15T19:21:14.2366667+00:00
Gregg Lazzara 0 Reputation points
answered 2024-04-15T20:20:21.1366667+00:00
Bruce (SqlWork.com) 55,041 Reputation points
0 answers

.Net 6 Ubuntu jammy 22.04 base image upgrade. Getting GSSAPI error

We are planning to upgrade our .Net core MVC application from .Net 6 to .Net 8 version. To prepare for that upgrade we first upgraded from ubuntu 20.04 to ubuntu 22.04. This is our base image in the Docker file and the following line updates our package…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,140 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,246 questions
asked 2024-04-15T19:25:17.3266667+00:00
Saravanakumar Balachandran 40 Reputation points
1 answer One of the answers was accepted by the question author.

Create Azure Key Vault via c# with RBAC.

Hi, I am using below code to create Azure Key vault and below is my code. Where azure is an object of IAzure. This code is working fine. But when I am visiting this vault in Azure I can see "Permission" Model within "Acces…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,102 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,346 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,140 questions
asked 2024-04-10T06:52:54.9233333+00:00
ASR 671 Reputation points
accepted 2024-04-15T17:09:55.2266667+00:00
ASR 671 Reputation points
1 answer

BSOD WONT STOP I TOOK IT TO A SHOP DPC_WATCHDOG

I KEEP GETTING THE BSOD WHENEVER I DOWNLOAD A GAME FROM ANY LAUNCHER OR UPDATE A GAME FROM, STEAM, ROCKSTAR GAMES LAUNCHER AND EPIC GAMES LAUNCHER. IVE TRIED EVERYTHING NOTHING IS OVERHEATING I TOOK IT TO A SHOP THEY RAN A DEEP DIAGNIOS AND COUDNT…

.NET F#
.NET F#
.NET: Microsoft Technologies based on the .NET software framework.F#: A strongly typed, multi-paradigm programming language developed by the F# Software Foundation, Microsoft, and open contributors.
89 questions
asked 2024-04-05T16:32:01.06+00:00
andre baldwin 0 Reputation points
edited an answer 2024-04-15T16:59:21.9433333+00:00
Ace 0 Reputation points
2 answers

Connect to on-prem sql server using Azure Relay

Hi, I would like to connect to a on-prem sql server and execute T-SQL commands to listen and receive SQL broker messages from Azure cloud hosted .net application. How can i connect to on-prem sql server and execute these sql commands and receive the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,346 questions
Azure Fluid Relay
Azure Fluid Relay
An Azure service used to add real-time collaborative experiences to apps with Fluid Framework.
2 questions
SQL Server Transact-SQL
SQL Server Transact-SQL
SQL Server: A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.Transact-SQL: A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
41 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,551 questions
asked 2024-04-01T07:44:00.09+00:00
Santhi Dhanuskodi 125 Reputation points
edited the question 2024-04-15T16:10:13.3+00:00
MayankBargali-MSFT 68,391 Reputation points
2 answers

How do I enforce a specific outbound IP address in an App Service written in C#

I have an App Service written in .NET C# that connects via FTP to a third-party, which requires whitelisting of IP addresses as part of its access control and authentication. Currently connection attempts are timing out, presumably because the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,346 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,829 questions
asked 2024-04-02T19:50:34.1166667+00:00
Erik Stell 0 Reputation points
commented 2024-04-15T15:41:33.9866667+00:00
brtrach-MSFT 15,176 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to upload multiple documents and view it in viewer from Gridview using ASP.NET in C#

I am developing ASP.NET application which is end user want to upload multiple documents from the page. My problem is, i am already developing software like uploading single document. But, uploading multiple document haven't done so far. Also, after…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,246 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,204 questions
asked 2024-04-13T11:59:46.5366667+00:00
Gani_tpt 1,506 Reputation points
accepted 2024-04-15T12:20:06.4966667+00:00
Gani_tpt 1,506 Reputation points
0 answers

The Application installed on customer not responding on developer environment working properly

My application working, with limitation of a beginner in Visual Studio C# programmer, working properly from 10 months. After last security updates of March the application not responding. I have developped three programs: the first program is a…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,821 questions
asked 2024-04-13T09:53:08.9533333+00:00
Org-Inf 0 Reputation points
commented 2024-04-15T09:31:14.33+00:00
Jiale Xue - MSFT 30,811 Reputation points Microsoft Vendor
0 answers

Azure.Identity vulnerability in a .net project.

If I create a simple class project using VS2022 whose project definition is this:`` Then I check for vulnerabilities dotnet list package --vulnerable --include-transitive I get this output [net8.0]: Transitive Package Resolved Severity …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,212 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,346 questions
asked 2024-04-12T21:17:12.2533333+00:00
Phillip Williams 10 Reputation points
edited the question 2024-04-15T09:11:54.29+00:00
Jiale Xue - MSFT 30,811 Reputation points Microsoft Vendor
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,378 questions
asked 2023-12-25T14:16:50.2066667+00:00
Diwakar Devangam 55 Reputation points
commented 2024-04-15T08:44:51.9633333+00:00
Marco 0 Reputation points