25,602 questions with .NET-related tags

Sort by: Updated
1 answer

Migration from .NET 6.0 to .NET 8.0: Compatibility and Considerations

Hello everyone, We have a solution with a vast number of projects, and we are aiming to migrate some of the components to .NET 8.0. Before proceeding with the migration, we want to ensure that we will have full compatibility and support for it. Our App…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,807 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,526 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,459 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,678 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,807 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,526 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,459 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,678 questions
asked 2024-09-19T01:46:58.35+00:00
Juan-4116 0 Reputation points
answered 2024-09-19T15:46:40.05+00:00
Bruce (SqlWork.com) 64,481 Reputation points
1 answer

Migration from .NET 6.0 to .NET 8.0: Compatibility and Considerations

Hello everyone, We have a solution with a vast number of projects, and we are aiming to migrate some of the components to .NET 8.0. Before proceeding with the migration, we want to ensure that we will have full compatibility and support for it. Our App…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,807 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,526 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,459 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,678 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,807 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,526 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,459 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,678 questions
asked 2024-09-19T01:46:58.35+00:00
Juan-4116 0 Reputation points
answered 2024-09-19T15:46:40.05+00:00
Bruce (SqlWork.com) 64,481 Reputation points
0 answers

Revisit MS Learn unit exercise

The following MS learning page needs revising to fix a few bugs: AZ-104: Implement and manage storage in Azure >> Control access to Azure Storage with shared access signatures >> Exercise - Use shared access signatures to delegate access to…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,807 questions
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,524 questions
asked 2024-09-19T13:41:33.59+00:00
Andrew Dixon 0 Reputation points
edited the question 2024-09-19T15:40:40.51+00:00
Sumarigo-MSFT 45,786 Reputation points Microsoft Employee
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.
250 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,459 questions
asked 2024-09-06T00:41:07.7633333+00:00
Danielle Schlie 0 Reputation points
commented 2024-09-19T15:38:05.17+00:00
Sai Raghunadh M 150 Reputation points Microsoft Vendor
0 answers

Build failing with not being able to restore workerExtension.csproj

Hi, We are encountering a transient error in our cloud build pipeline. When attempting to restore packages for our Azure Function, we receive the following errors: D:\dbs\sh\aac6\temp\0mjoggt1.c2j\WorkerExtensions.csproj : error NU1301: Unable to load…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,911 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,807 questions
asked 2024-09-19T15:37:05.55+00:00
Ash 70 Reputation points Microsoft Employee
1 answer

Programmatically assign a UserControl to a DataTemplate

I'm trying to create a datagrid only by using c# without xaml because at compile time i don't know anything about the data that i will receive. So i need to use the only DataGridTemplateColumn but to archieve this i need to assign a value to the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,807 questions
asked 2024-09-19T11:04:16.69+00:00
Luca Iovene 0 Reputation points
answered 2024-09-19T14:36:51.17+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,559 questions
Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
250 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,678 questions
asked 2024-09-18T10:05:25.38+00:00
Kevin Seng 0 Reputation points
commented 2024-09-19T14:33:53.41+00:00
Sai Raghunadh M 150 Reputation points Microsoft Vendor
0 answers

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,424 questions
asked 2024-09-15T18:24:06.01+00:00
Eduardo Gomez Romero 405 Reputation points
edited a comment 2024-09-19T13:30:44.27+00:00
Eduardo Gomez Romero 405 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,424 questions
asked 2024-09-18T16:36:29.26+00:00
Faiz Quraishi 105 Reputation points
commented 2024-09-19T13:28:32.7666667+00:00
Faiz Quraishi 105 Reputation points
0 answers

Debugger is not hitting breakpoint set in SharePoint 2010 application code in Visual Studio

I have my SharePoint 2010 application code in Visual Studio. I did clean, rebuild and deploy solution. I have done "Attach to Process" w3wp.exe files in the debug, but debugger is not hitting breakpoint when trying to work on UI. IIS reset is…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,459 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,056 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,595 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,947 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.
990 questions
asked 2024-09-19T11:25:46.3666667+00:00
VG 0 Reputation points
commented 2024-09-19T13:23:22.8466667+00:00
AgaveJoe 28,056 Reputation points
0 answers

Explain The C# Code

using System; using System.Collections.Generic; using System.Linq; public class Program { public static void Main() { Console.WriteLine("Hello World"); var nums = new List<NumberHolder> { new NumberHolder{ Val = 1 }, new…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,807 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,857 questions
.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
12 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,807 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,857 questions
.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
12 questions
asked 2024-09-19T13:04:31.2266667+00:00
Adish Jain 0 Reputation points
commented 2024-09-19T13:18:27.5233333+00:00
Karen Payne MVP 35,406 Reputation points
0 answers

Explain The C# Code

using System; using System.Collections.Generic; using System.Linq; public class Program { public static void Main() { Console.WriteLine("Hello World"); var nums = new List<NumberHolder> { new NumberHolder{ Val = 1 }, new…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,807 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,857 questions
.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
12 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,807 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,857 questions
.NET Training
.NET Training
.NET: Microsoft Technologies based on the .NET software framework.Training: Instruction to develop new skills.
12 questions
asked 2024-09-19T13:04:31.2266667+00:00
Adish Jain 0 Reputation points
commented 2024-09-19T13:18:27.5233333+00:00
Karen Payne MVP 35,406 Reputation points
3 answers

how to return value from popup table to the C# asp.net code

Hi, On clicking a button on UI, we have to show a dialog or Popup Table on the center of the screen asking user to enter integer value of area(Mandatory) when one condition is met, then user clicks Ok(which has captureAreaVal() function in my script as…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,459 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
975 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,857 questions
asked 2024-08-29T14:32:28.9533333+00:00
VG 0 Reputation points
commented 2024-09-19T12:57:17.04+00:00
VG 0 Reputation points
0 answers

Can't open Storyboard after migrating from Xamarin.iOS to .NET for iOS

I recently migrated my Xamarin.iOS project to .NET for iOS. Everything went fine so far. Now I'm realizing that I'm not able to work with storyboards anymore. Before the migration I was working with Visual Studio for Mac. To modify storyboards I could…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,339 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,424 questions
asked 2024-09-19T12:45:01.2133333+00:00
Marcus Nerger 0 Reputation points
0 answers

How to add google tag manager in Xamarin forms app

I want to integrate Google Tag Manager into our existing Xamarin.Forms app, which is developed using the .NET Standard 2.1 framework. This integration will enable us to manage and deploy marketing tags and tracking scripts more efficiently without…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,339 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,424 questions
asked 2024-09-19T12:31:50.18+00:00
Saurabh Yadav 0 Reputation points
0 answers

Splash screen in between navigation.

While navigating back async from one page to another page i can able to see the splash screen in between navigation. FYI - im using default navigation provided by maui This is happing while doing Navigation.PopAsync(); Thanks Vabihva Methuku

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,424 questions
asked 2024-09-19T12:06:37.2933333+00:00
Vaibhav Methuku 80 Reputation points
4 answers One of the answers was accepted by the question author.

maui and iOs 18

My apologies if I am missing something simple here. I submitted an updated maui blazor hybrid app to apple for review and they rejected it because it launched to a blank white screen when they tested on a device running a beta version of iOs18. Looking…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,424 questions
asked 2024-09-13T23:14:25.62+00:00
J Allen 50 Reputation points
commented 2024-09-19T11:52:55.1966667+00:00
Pascal Pereira 0 Reputation points
0 answers

ASP.NET Core authenticate with existing authentication ticket in OAuth provider OnCreatingTicket event callback

I have cookie authentication with 2 OAuth2 providers set up. The way it works is the user creates an account on my website with Discord OAuth2 and can then link their ExampleSite account with OAuth2 as well. This is my authentication set…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,526 questions
asked 2024-09-19T11:14:42.4466667+00:00
iKingNinja 60 Reputation points
2 answers One of the answers was accepted by the question author.

MacCatalyst: Tooltips are not functional

Hi, I'm in net 8. and i'm using ToolTipProperties.Text and is work after long time and not work when I change it runtime. Thanks, .

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,424 questions
asked 2024-08-29T11:06:25.1533333+00:00
Dani_S 3,746 Reputation points
commented 2024-09-19T10:49:30.32+00:00
Dani_S 3,746 Reputation points
1 answer

How to format USB & CD-Rome

Hi, I'm using net 8, I would like to format. 1.USB include bit locker. 2.CD-Rome Can you supply full coe how to do it? Thanks,

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,807 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,591 questions
asked 2024-07-30T11:01:04.0133333+00:00
Dani_S 3,746 Reputation points
commented 2024-09-19T10:45:58.54+00:00
Dani_S 3,746 Reputation points