25,614 questions with .NET-related tags

Sort by: Updated
2 answers

Union between two lists doesn't work

Union between two lists doesnt work getting error in unionlist= groupsa.Union(groupsb); @page "/SetTheory" @using System.ComponentModel.DataAnnotations; <PageTitle>Set Theory</PageTitle> <div> SET A …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,427 questions
asked 2024-09-18T10:39:39.0766667+00:00
Kalyan A 125 Reputation points
edited an answer 2024-09-20T22:14:54.33+00:00
Bruce (SqlWork.com) 64,566 Reputation points
0 answers

How do I fix "MessagingRemoteException: An error occurred on client Build1758030 while executing a reply for topic xvs/build/17.5.8030/execute-task/{AppName}/7281a93002fReadItemsFromFile" during iOS MAUI App bundle distribution?

Trying to publish my iOS application is giving me the following error no matter what I do, and I have already burned DAYS trying to resolve it. I can build the project fine, it runs in the simulator no issues. and I have previously built a testflight…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,427 questions
asked 2024-09-20T03:47:38.8466667+00:00
Robert Heffernan 10 Reputation points
commented 2024-09-20T22:12:28.3266667+00:00
Robert Heffernan 10 Reputation points
1 answer

Unauthorized access to API despite getting Access Token and Scope

Hi, Token Response: { "access_token":…

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,561 questions
Azure Advisor
Azure Advisor
An Azure personalized recommendation engine that helps users follow best practices to optimize Azure deployments.
61 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,470 questions
asked 2024-09-20T07:35:32.8866667+00:00
Umais Nisar 0 Reputation points
edited an answer 2024-09-20T19:38:00.6+00:00
Umais Nisar 0 Reputation points
0 answers

Tags,Avere

Find similar questions Answer my question Get question feedback Rewrite for me Exe file instrole

Avere vFXT for Azure
Avere vFXT for Azure
An Azure service used to run high-performance, file-based workloads in the cloud.
1 question
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,154 questions
asked 2024-09-20T19:35:30.1566667+00:00
dilanka sithumina 0 Reputation points
0 answers

Converting ASP.NET MVC Framework csproj Question

Hello - I have a few different ASP.NET MVC projects that build on .NET Framework 4.8 I want to convert to the new SDK style csproj format. I was able to convert it over fine, but once I try and publish the project, all of the DLL files are not located…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,808 questions
asked 2024-09-20T18:44:37.6566667+00:00
Palmer, Jared L 31 Reputation points
0 answers

How to Highlight Arabic text after search with continuity in MAUI

I am using Visual studio 2022 MAUI 8.0 API 33 I am using WebView and label as shown below where WebView is properly highlighting arabic text after search with searched item while label is not showing highlighted text properly. <WebView …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,427 questions
asked 2024-09-18T16:36:29.26+00:00
Faiz Quraishi 105 Reputation points
edited a comment 2024-09-20T18:11:48.3933333+00:00
Faiz Quraishi 105 Reputation points
1 answer

Runtime Model not working - Exercise - Train a multiple linear regression model

https://learn.microsoft.com/en-us/training/modules/understand-regression-machine-learning/5-exercise-multiple-linear-regression

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,859 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,154 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,799 questions
asked 2024-09-18T17:36:43.96+00:00
Ian Belanger 0 Reputation points
commented 2024-09-20T17:25:21.6966667+00:00
Ian Belanger 0 Reputation points
1 answer

Title in flyout doesn't show

Hello @Anonymous Do you remember this post https://learn.microsoft.com/en-us/answers/questions/1637791/transparent-flyout-items Where you told me that y flyout items are transparent, because I have to wait for the items to be ready. Well, I have a…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,427 questions
asked 2024-09-15T18:24:06.01+00:00
Eduardo Gomez Romero 405 Reputation points
edited a comment 2024-09-20T17:22:48.0833333+00:00
Eduardo Gomez Romero 405 Reputation points
0 answers

Log4net not write log on IIS .net core 6

I have two .NET Core 6 services on IIS in two separate application pools. In both, I use Log4Net to log errors. I have given NETWORK DEVICE user permissions on the log directories. The first service logs correctly, but the second one does not. However,…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,530 questions
asked 2024-09-20T14:32:04.48+00:00
Stefano Ghinassi - NetribeGroup 0 Reputation points
edited a comment 2024-09-20T17:12:56.63+00:00
AgaveJoe 28,056 Reputation points
0 answers

Book recommendation

Hi, I'm a junior back-end developer and know I' want to make my knowledge in this sphere way more deeper. SO, can you guys recommend me a couple of books to read and improve myself? And chose one of your recommendations as starter one. To me start with.…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,530 questions
asked 2024-09-20T16:57:53.6533333+00:00
Atilla Rüstəmli 40 Reputation points
1 answer

Intermittent Exception "Padding is invalid and cannot be removed." with ECDH AES

I have a windows client application that creates an encrypted connection to a windows server application, using ECDH AES. Both applications are .Net Framework 4.8.1, and they are both using the same class (below) to encrypt and decrypt the data. After…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,808 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,860 questions
asked 2023-08-11T18:10:03.0133333+00:00
Bill Clark 15 Reputation points
commented 2024-09-20T16:31:48.17+00:00
Rajeev Singh 0 Reputation points
2 answers

Unable to load the service index for source https://api.nuget.org/v3/index.json while restoring nuget packages in VS 2022.

Hi All, I am getting the error "Unable to load the service index for source https://api.nuget.org/v3/index.json while restoring Nuget packages in VS 2022. I have tried to delete Nuget config file as well but it did not help. Can anyone please…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,808 questions
asked 2024-06-11T10:51:54.7633333+00:00
Munjal, Kanha (Gurugram) 5 Reputation points
answered 2024-09-20T16:18:53.7133333+00:00
test 0 Reputation points Microsoft Employee
1 answer

Compression and Encryption of files while sending over network

Is compression and encryption mandatory when sending files over the network using ASP.NET, or does the ASP.NET web service handle these tasks by default?

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,460 questions
asked 2024-09-20T10:40:19.3+00:00
winmantest 0 Reputation points
answered 2024-09-20T15:40:08.1833333+00:00
Bruce (SqlWork.com) 64,566 Reputation points
1 answer

Performance issues in Session State

Hi. We are running a .Net Framework 4.8 mvc web application with redis session state setup. We are experiencing performance issues and the profiling we have done indicates that session state, specifically GetSessionStateItemAsync, is waiting for long…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
252 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,460 questions
asked 2024-09-06T00:41:07.7633333+00:00
Danielle Schlie 0 Reputation points
commented 2024-09-20T14:40:39.85+00:00
Sai Raghunadh M 150 Reputation points Microsoft Vendor
2 answers

GUI using Windows Forms and Powershell

I am building a GUI using Windows Forms in Powershell. I have created 4 Radio Buttons with a line of text to the right of each button to describe the purpose . The text is long (22 Characters) and it is being wrapped onto two lines when I want it to…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,884 questions
asked 2024-09-08T18:03:07.94+00:00
Dave Turnbull 20 Reputation points
commented 2024-09-20T14:38:12.4966667+00:00
Jiale Xue - MSFT 44,751 Reputation points Microsoft Vendor
1 answer

Scale out Blazor Server App using Azure cache Redis as backplane

I am current hosting Blazor server app in Azure App Service. I found an issue when my application scale out. So i change to use Azure cache Redis for SignalR backplane. I also enable session affinity with my App Service configuration. Most of the time I…

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,561 questions
Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
252 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,685 questions
asked 2024-09-18T10:05:25.38+00:00
Kevin Seng 0 Reputation points
commented 2024-09-20T14:37:32.6633333+00:00
Sai Raghunadh M 150 Reputation points Microsoft Vendor
1 answer

Trying to run C#, C# Dev Kit on MacBook Pro Version 11.7.10, visual studio code Version 1.90.2 (Universal)

Hi. I started to learn C# and trying to run it on visual studio code. Does not work. When I press F5, i get a pop up window with "Internal error in the debugger. Open 'launch.json' or Cancel", launch.json: { "version":…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,808 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,860 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
993 questions
asked 2024-09-20T08:42:53.33+00:00
G 0 Reputation points
edited an answer 2024-09-20T13:48:30.9833333+00:00
Tianyu Sun-MSFT 30,356 Reputation points Microsoft Vendor
0 answers

Delete Rows from existing excel using OpenXml

I need to delete certain rows from an excel file which is created based on a template using openXml and may have extra rows at the bottom. I tried to remove it using row.Remove() and re-assign the RowIndex for the remaining rows .But nothing succeeded . …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,530 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,860 questions
asked 2024-09-20T13:42:54.1433333+00:00
Subin Joseph 1 Reputation point
0 answers

Failed to publish Maui App after adding localization for Info.plist

Hi, I followed this documentation https://learn.microsoft.com/en-us/dotnet/maui/fundamentals/localization?view=net-maui-8.0#ios-1 to localize description of permissions for iOS. What I've done: InfoPlist.strings files: InfoPlist.string: …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,427 questions
asked 2024-09-09T10:51:44.03+00:00
Ainur Almurzina 0 Reputation points
commented 2024-09-20T13:05:35+00:00
Ainur Almurzina 0 Reputation points
1 answer

Radio Button Group in Maui Blazor

The input to this App is Area or Perimeter of a Square and output is Side. Currently the toggle between Area and Perimeter is controlled by Checkbox,I need this in RadioButton, please note that Area or Perimeter needs to be captured on Submit, also I…

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,561 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,427 questions
asked 2024-09-20T11:06:03.8266667+00:00
Kalyan A 125 Reputation points
answered 2024-09-20T12:52:24.63+00:00
AgaveJoe 28,056 Reputation points