24,128 questions with .NET-related tags

Sort by: Updated
0 answers

How to dynamically change the port listened by Webserver in. NET when the Webserver is running

I created a NET 8 Console Application to create a WebServer, in Program.cs, the code implementation is as follows var webOptions = new WebApplicationOptions() { Args = args, ContentRootPath = AppContext.BaseDirectory }; var builder =…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,430 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,218 questions
asked 2024-05-15T07:45:43.5233333+00:00
Aspire 81 Reputation points
1 answer

Impersonation on MAC

Hi Bruce, My Maui approach is to run windows in a vm, and use visual studio for windows. This is a windows only feature. unix does not support changing the process owner.If we are using kerberos authenication, MacOs (and linux) only supports one active…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,945 questions
asked 2024-05-14T03:21:31.8866667+00:00
Dani_S 2,806 Reputation points
answered 2024-05-15T07:37:20.9566667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,846 Reputation points Microsoft Vendor
2 answers

How to setup Blazor Server with Blazor WASM with gRPC for virtual IIS application?

Hi, I have simple Blazor Server without static files. It is only falling into Blazor WASM with static files using FallBackTo. There is gRPC an its Controller mapped on the main endpoint. Everythig is working on https://localhost. Once I try to deploy…

Internet Information Services
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,218 questions
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,408 questions
asked 2024-05-10T13:41:33.87+00:00
Matěj Rada 20 Reputation points
answered 2024-05-15T07:34:37.3566667+00:00
Rada Matěj 100 Reputation points
1 answer

I'm using VS for developing .net application in my system. Whenever the system restarts or whenever the application reopens, Visual studio doesn't recognize it as a .net application.

I'm using VS for developing .net application in my system. Whenever the system restarts or whenever the application reopens, Visual studio doesn't recognize it as a .net application and publish option wouldn't be available when I try to deploy and some…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,430 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,655 questions
asked 2024-05-14T20:58:27.2933333+00:00
Rishitha 0 Reputation points
edited an answer 2024-05-15T07:27:10.28+00:00
Jiachen Li-MSFT 26,831 Reputation points Microsoft Vendor
1 answer

MAUI: The CollectionView items collide with each other when scrolling

When I try to scroll top to bottom at that time, the CollectionView items collide on the iOS platform, but it works fine on the Android platform. Below, I am adding a screenshot and Screen record of this issue. Screenshot: Screen Record: screen record…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,945 questions
asked 2024-04-29T14:07:42.5733333+00:00
Sreejith Sreenivasan 691 Reputation points
commented 2024-05-15T07:19:42.39+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 36,631 Reputation points Microsoft Vendor
3 answers

Where Can I Find the Remoted iOS Simulator for Windows PC?

Where can I find the Remoted iOS Simulator for Windows PC? Where in Microsoft Visual Studio 2022 should I find the Remoted iOS Simulator for Windows PC? Is it somewhere in a directory like “C:\Program Files\Microsoft Visual Studio\2022\Community?”

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,297 questions
asked 2024-05-06T08:53:53.8966667+00:00
R9I1 1 Reputation point
commented 2024-05-15T07:17:08.0966667+00:00
Abbas Khan 0 Reputation points
1 answer

.Net SmtpClient protocol error?

Hi, having an issue sending EMails using System.Net.Mail.SmtpClient to a mail server using postfix and postscreen using postscreen_greet_action = enforce. It seams, that the SmtpClient fails to process all greetings lines prior to sending the EHLO…

.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,128 questions
asked 2024-05-03T09:12:57.5866667+00:00
Fs 5 Reputation points
commented 2024-05-15T07:07:25.4866667+00:00
Jiachen Li-MSFT 26,831 Reputation points Microsoft Vendor
0 answers

Taking long time when handling large amount of data in gridview

I have been developing ASP.NET application. i am storing the image to sql table as binary format. i have more than 5000 customer records in the table. every customer will have the medical certificate as image in will be stored in SQL table in binary…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,294 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,325 questions
asked 2024-05-14T17:50:12.66+00:00
Gani_tpt 1,586 Reputation points
commented 2024-05-15T06:56:26.41+00:00
Lan Huang-MSFT 26,036 Reputation points Microsoft Vendor
0 answers

Not able to perform read and write operation in iCloud in .Net Maui Mac

I have set up the app identifier in Apple developer with the document URL set up for iCloud and updated the info.plist and entitlements according to this. info.plist <key>NSUbiquitousContainers</key> <dict> …

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,430 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,945 questions
asked 2024-05-13T10:26:23.9+00:00
Kiran Mohanty 0 Reputation points
commented 2024-05-15T06:22:28.1533333+00:00
Kiran Mohanty 0 Reputation points
1 answer

.NET 6 In-process worker model

I have Azure Function Apps running on .NET 6 (LTS) In-process worker model. There is a service health advisory released from Microsoft that they will end the support of .NET 6 on Azure Function from 12th November 2024 onwards. Also,there is one more…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,338 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,430 questions
asked 2024-05-02T05:25:18.2633333+00:00
Chakraborty, Shubham 0 Reputation points
commented 2024-05-15T06:11:21.6366667+00:00
JananiRamesh-MSFT 21,866 Reputation points
1 answer

Not able to get all paging checkbox checked records in gridview asp.net c#

I am using gridview with paging. i done all the pagination code and selected checkbox. Checkbox "CheclALL" is working fine with every page. But, when i save the record, it will be saving only last page checkbox checked values. What is the…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,294 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,325 questions
asked 2024-05-13T15:30:31.1333333+00:00
Gani_tpt 1,586 Reputation points
commented 2024-05-15T06:04:35.9+00:00
Lan Huang-MSFT 26,036 Reputation points Microsoft Vendor
0 answers

How can i bind Sumsub mobile android sdk to net maui?

Hi, i try create the binding project with sumsub mobile android sdk, but i didn't have methods of SDK `<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <IsBindingProject>true</IsBindingProject> …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,945 questions
asked 2024-05-15T06:02:29.3266667+00:00
Баходир Кадыров 0 Reputation points
0 answers

Content Security Policy Violations happening for whitelisted domains only for Netherlands and Switzerland users.

I have a csp policy where I have whitelisted all the domains from which I want to load the content to my application and have added only default-src directive  which is fallback to all the other directives.   I have tested the policy on lower…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,218 questions
asked 2024-04-26T11:33:36.0766667+00:00
Gour, Ashish 0 Reputation points
edited the question 2024-05-15T05:49:13.6466667+00:00
SnehaAgrawal-MSFT 18,456 Reputation points
1 answer

Burn media in MAC

Hi Bruce, Maui approach is to run windows in a vm, and use visual studio for windows. Is there burn media in apple ? How do i work with it ? C# ? Thanks,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,945 questions
asked 2024-05-14T03:24:40.07+00:00
Dani_S 2,806 Reputation points
edited an answer 2024-05-15T05:45:58.8333333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 36,631 Reputation points Microsoft Vendor
0 answers

You are using a version of the client that isn't compatible with the server. Client version 1.5, server version undefined

1 I'm using SignalR in my project (asp.net and react js). Here in C# I'm using (.net 4.8) Microsoft.AspNet.SignalR.Client Version - 1.2.2.0 Runtime version - v4.0.30319 Microsoft.AspNet.SignalR.Core Version - 2.2.3.0 Runtime version -…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,218 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,294 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,325 questions
asked 2024-05-13T12:36:08.4+00:00
Ankit Singh 2 0 Reputation points
edited the question 2024-05-15T04:53:39.6166667+00:00
ajkuma 22,681 Reputation points Microsoft Employee
0 answers

How to get the position of NotifyIcon at runtime?

Hi, I want to retrieve the location and size of notifyIcon whenever it be clicked. The purpose is to set the application UI above the notifyIcon like the below photo. Please show me how I can do this with C#. Thank you!

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,844 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,430 questions
asked 2024-05-15T04:06:34.3866667+00:00
Việt Trần 0 Reputation points
edited the question 2024-05-15T04:18:28.87+00:00
Việt Trần 0 Reputation points
0 answers

How to get the location and size of Hidden icon menu

Hi there, I want to know the way to get the location and size of Hidden icon menu in C#. Please let me know how I can do this. Thank you!

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,844 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,430 questions
asked 2024-05-15T04:17:34.0666667+00:00
Việt Trần 0 Reputation points
1 answer

How to Integrate .net core application to see logs in Azure Kubernates Cluster container insights

How can we integrate to see logs of our .net core API application in deployed Azure kubernates cluster container insights. what are all the code changes to be done to see errors and exceptions in container insights. I got to know that WriteTo.Console() ,…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,218 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,881 questions
asked 2024-05-14T14:29:29.74+00:00
Hemanth Kumar Reddy Rachala 0 Reputation points
answered 2024-05-15T04:14:44.3966667+00:00
Anveshreddy Nimmala 2,690 Reputation points Microsoft Vendor
1 answer

Automatic UI updates with Blazor

Using a .NET 8 Blazor WebApp, I hope to build an application whose pages automatically send updates to all users. For example, when Joe adds a payment to an invoice, Sue (who is viewing the same invoice) should see the new balace reflected on her screen…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,430 questions
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,408 questions
asked 2024-05-14T23:20:47.5966667+00:00
Jeff Bowman 101 Reputation points
answered 2024-05-15T03:28:45.7666667+00:00
Bruce (SqlWork.com) 57,401 Reputation points
0 answers

I can not see the form any more

Hi When I open the form I get error Timed out while connecting to named pipe. What it mean and how to fix ? Thanks

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,844 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,325 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,318 questions
asked 2024-05-14T12:54:55.9733333+00:00
William de 96 Reputation points
commented 2024-05-15T03:17:54.3266667+00:00
Jiale Xue - MSFT 34,361 Reputation points Microsoft Vendor