25,442 questions with .NET-related tags

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

BROWSE FOLDERS IN THE CLOUD

My desktop application in C# needs to save certain files in a folder selected by the user. FolderBrowserDialog can do the job, but only for local folders, it does not 'see' the network and in particular the cloud. How can I allow the user select a…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,883 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,808 questions
asked 2021-02-07T08:33:40.427+00:00
Giorgio Sfiligoi 146 Reputation points
commented 2021-02-13T08:53:00.853+00:00
Giorgio Sfiligoi 146 Reputation points
1 answer

When Combobox SelectedValue of property of first item is null following items property is set to null

I am looking for some advice on how to address an issue I have due I think to nullable int type used for SelectedValue binding on a combobox. What I observe is that if the property (which is derived from an object in ViewModel that is populated from a…

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,754 questions
asked 2021-02-13T02:16:36.94+00:00
scott thomson 66 Reputation points
answered 2021-02-13T08:10:41.177+00:00
scott thomson 66 Reputation points
1 answer One of the answers was accepted by the question author.

access shared folder from Tow IIS server.

i am using .net core 3.1.18 web api hosted in IIS. i have load balancer hosting the api on two windows server. i am writing a file since i need to access the file from from two server i am using UNC path for folder sharing. i need to access a shared…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,499 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,447 questions
asked 2020-11-20T03:11:24.67+00:00
Somnath Shukla 411 Reputation points
accepted 2021-02-13T04:20:00.67+00:00
Somnath Shukla 411 Reputation points
1 answer

Advice - Developing a business application for Azure to replace an old style desktop program

The main program that currently runs our business (Purchasing, Sales, Warehouse, Stock Control, Works Orders) is a VB.net windows forms desktop program linking to an MS SQL Database on-premise. The current program is written inhouse and has developed…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,883 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,617 questions
asked 2021-02-11T13:30:28.473+00:00
Richard Dunning 6 Reputation points
commented 2021-02-13T03:35:43.74+00:00
brtrach-MSFT 16,116 Reputation points Microsoft Employee
0 answers

Pulling Docker Image failed for AML job

Hi, I got the error "Running Docker Command attempt 1 failed with err: exit status 1,Error response from daemon: Getting ..." when I was trying to pull a docker image from azurecr.io, as showed in the above image. I am wondering…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,770 questions
asked 2021-02-13T01:08:03.76+00:00
Xingchao Peng 6 Reputation points
0 answers

How to restrict google maps api key for usage in xamarin forms?

Hello, I am consuming some google maps place api endpoints from my app, using http client. So basically, it's like consuming it from postman or from any web client. Something like this: var response = await…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,332 questions
asked 2021-02-12T23:52:05.767+00:00
Stesvis 1,041 Reputation points
2 answers

Difference between Data Member and Feilds

Whats the Difference between Data Member and Feilds

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,770 questions
asked 2021-02-11T23:14:55.643+00:00
rupeshkumar 1 Reputation point
answered 2021-02-12T18:06:43.287+00:00
Sam of Simple Samples 5,541 Reputation points
1 answer One of the answers was accepted by the question author.

Very slow database creation within Azure function project deployed to Premium plan

Something I have discovered whilst investigating some performance issues is that it is taking entity framework between 6 and 7 seconds to perform the first database operation (the database has 152 tables) when deployed into an Azure Premium Function…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
729 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,847 questions
asked 2021-02-12T13:54:29.103+00:00
Andrew HB 341 Reputation points
accepted 2021-02-12T14:46:59.307+00:00
Andrew HB 341 Reputation points
0 answers

Docker for windows (Linux container) + Windows authentication

We are running our node services on linux-docker containers. We are using Docker for windows and able to use linux container. Now, how to be able to authenticate to MSSQL from inside the linux container? Kerberos is a choice, but it looks like it…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,770 questions
asked 2021-02-12T11:14:35.823+00:00
Leo Pragi 11 Reputation points
1 answer One of the answers was accepted by the question author.

Registering a document type for iOS image sharing from Photos

I would like to have my xamarin forms app appear in the list of possible targets of the image share in the iOS Photos app. I followed the directions in this blog: https://codemilltech.com/sending-files-to-a-xamarin-forms-app-part-1-ios/ Changing it…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,332 questions
asked 2021-02-11T12:14:51.547+00:00
Jose Simas 21 Reputation points
accepted 2021-02-12T09:48:30.253+00:00
Jose Simas 21 Reputation points
5 answers One of the answers was accepted by the question author.

communicatoin and sending object between 2 wpf App

I am reading quite a lot on WCF (Duplex Service) but i am still scratching my head how to implement it in my wpf applications. Below is the basic idea i am working on. There will be 2 Application. WPF A and WPF B. 1) A send a message to B for status 2)…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,770 questions
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,754 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,770 questions
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,754 questions
asked 2021-02-09T14:54:04.867+00:00
Simon Ong 21 Reputation points
commented 2021-02-12T07:56:46.303+00:00
Simon Ong 21 Reputation points
5 answers One of the answers was accepted by the question author.

communicatoin and sending object between 2 wpf App

I am reading quite a lot on WCF (Duplex Service) but i am still scratching my head how to implement it in my wpf applications. Below is the basic idea i am working on. There will be 2 Application. WPF A and WPF B. 1) A send a message to B for status 2)…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,770 questions
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,754 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,770 questions
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,754 questions
asked 2021-02-09T14:54:04.867+00:00
Simon Ong 21 Reputation points
commented 2021-02-12T07:56:46.303+00:00
Simon Ong 21 Reputation points
2 answers

Asp.net get visitors screen

I need get visitors screen I want to see and watch visitors screens real time I searched very long but I not found any document If there is any document or sample code related to this subject, can you post it ?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,499 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,447 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,808 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,710 questions
asked 2021-02-10T08:19:54.837+00:00
kaan faruk 21 Reputation points
commented 2021-02-12T07:55:38.99+00:00
Yijing Sun-MSFT 7,076 Reputation points
0 answers

UITapGestureRecognizer not triggered in custom renderer

I've made a custom renderer for a complicated View that's currently impossible to build in Xamarin Forms. I have various UIViews as subviews of the UIView that's rendering the Forms View. I need to attach a UITapGestureRecognizer to one of those UIViews…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,332 questions
asked 2021-02-11T09:14:39.867+00:00
David Dancy 1 Reputation point
commented 2021-02-12T07:15:22.163+00:00
Cole Xia (Shanghai Wicresoft Co,.Ltd.) 6,751 Reputation points
0 answers

WPF ListView Accessability an element IsOffScreen error

Using the sample code: https://learn.microsoft.com/en-us/dotnet/desktop/wpf/controls/how-to-create-a-custom-view-mode-for-a-listview?view=netframeworkdesktop-4.8 I modified the ListView style to use a StackPanel instead of a WrapPanel to get a 1 row…

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,754 questions
asked 2021-02-10T17:55:08.44+00:00
Slaughenhaupt, Gary 1 Reputation point
commented 2021-02-12T06:31:30.217+00:00
DaisyTian-1203 11,621 Reputation points
1 answer

How to make a horizontally centered Entry expand to be just wide enough to show it's entire Text ?

How can one reliably implement a horizontally centered Entry that expands to the width required to show its Text, without expanding beyond that? (I want a readonly Entry of the minimum width that shows its entire Text, where the readonly Entry is…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,332 questions
asked 2021-02-09T17:21:31.59+00:00
John Hardman 261 Reputation points
commented 2021-02-12T05:30:10.69+00:00
Cole Xia (Shanghai Wicresoft Co,.Ltd.) 6,751 Reputation points
1 answer One of the answers was accepted by the question author.

Xamarin Android/iOS App Changin Pages

How do I change pages using the menu items on this app? https://github.com/ahoefling/fancymenu

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,332 questions
asked 2021-02-11T20:23:18.04+00:00
Brickman7713 21 Reputation points
commented 2021-02-12T03:22:54.283+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 73,926 Reputation points Microsoft Vendor
1 answer

How can I change the fixed value `WidthRequest =" 250 "` just to be used in portrait mode?

In landscape mode I want the Label to occupy the entire line. I'm using the MVVM architecture. <StackLayout Orientation="Horizontal" VerticalOptions="CenterAndExpand" …

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,332 questions
asked 2021-02-11T13:10:53.897+00:00
answered 2021-02-12T03:13:04.51+00:00
Cole Xia (Shanghai Wicresoft Co,.Ltd.) 6,751 Reputation points
2 answers

what is the main purpose of vcruntime140_clr0400.dll ?

some almost all the major .net apps are dependent on this dll?

.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,151 questions
asked 2021-02-09T12:24:42.863+00:00
Vangipurapu Paavan 1 Reputation point
answered 2021-02-12T01:32:41.41+00:00
Cheong00 3,476 Reputation points
2 answers

How to Hide Your API in .net Core?

Hello, When I have read (https://medium.com/better-programming/how-to-hide-your-api-keys-c2b952bc07e6) the article about hiding your api key in relation to github and javascript I got a reflection about it. How do you hide your api key in .net core…

.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,151 questions
asked 2020-12-18T18:29:11.293+00:00
JJ TT 141 Reputation points
answered 2021-02-12T00:42:56.647+00:00
Art 6 Reputation points