Microsoft Q&A

.NET

14,100 questions

Microsoft Technologies based on the .NET software framework.

Browse all .NET tags

14,100 questions with .NET-related tags

Sort by: Updated
0 answers

showing picker inside a listview

Hi all, I am working with the ListView where my requirement is to show a picker inside it, but I am facing an error like this System.ArgumentNullException: 'Value cannot be null. Parameter name: element' for more information, I have shared a code in…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
4,934 questions
asked 2020-12-09T08:24:51.847+00:00
mauli 1 Reputation point
commented 2020-12-09T11:49:55.577+00:00
JarvanZhang 23,866 Reputation points
3 answers One of the answers was accepted by the question author.

Accessing on-premise Dynamics v8 via OData using RestSharp/System.Net.Http

Hi there! I'm trying to access data from our on-premise Dynamics (v8) via OData WebService using RestSharp / System.Net.Http but in this case i'm kind of stuck. I fiddled around a couple of days now and the problem seems to be somewhere around the…

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: The period of time during which a program is being executed in a computer.
983 questions
asked 2020-12-08T14:20:34.863+00:00
grinsehinze 96 Reputation points
accepted 2020-12-09T11:15:37.787+00:00
grinsehinze 96 Reputation points
0 answers

How to set Cipherspec preferences for .NET Core applications on Linux

On Windows we can edit Windows Group Policy to set the cipherspec preferences. But how do we achieve the same on Linux for .NET Core applications

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: The period of time during which a program is being executed in a computer.
983 questions
asked 2020-12-09T09:52:25.11+00:00
Ram Ch 1 Reputation point
4 answers One of the answers was accepted by the question author.

Creating a TCP Server in IIS

Hello Everyone, We are working on a project which involves remote devices and the end user via a media player to send & receive command messages in order to retrieve and watch video footage (MDVR). Can you advise wether IIS can be the gateway…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
2,850 questions
asked 2020-12-07T22:31:48.07+00:00
Michael Benk 21 Reputation points
commented 2020-12-09T09:23:55.353+00:00
Bruce Zhang-MSFT 3,661 Reputation points
0 answers

Xamarin.Forms WebView and Shell Tabs

I am using WebViews in Shell Tabs. Sometimes, I set the Source for the webview if it's the current tab. Other times, I set some properties in the webview, do the Shell navigation, and set the Source in the page's OnAppearing. A lot of the time, the…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
4,934 questions
asked 2020-12-08T20:18:57.373+00:00
DonMesserli 1 Reputation point
commented 2020-12-09T09:17:40.523+00:00
0 answers

How to prevent additional swipe being required on Buttons on Android when using Talkback and a custom renderer?

Where custom renderers are used for Buttons on Android, with renderers derived from Xamarin.Forms.Platform.Android.AppCompat.ButtonRenderer, users who use Talkback have to do an additional swipe to move the accessibility focus from one Button to another.…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
4,934 questions
asked 2020-12-08T12:36:53.28+00:00
John Hardman 261 Reputation points
commented 2020-12-09T08:22:42.243+00:00
JarvanZhang 23,866 Reputation points
0 answers

How to prevent accessibility focus going behind a Rg.Plugins.Popup when running on Android?

When using Rg.Plugins.Popup, if an Android user is using Talkback, the accessibility focus can end up on Views that are behind the popup. Has anybody found a way of preventing this (e.g. is there a way of identifying the popup or the topmost View in the…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
4,934 questions
asked 2020-12-08T10:47:56.737+00:00
John Hardman 261 Reputation points
commented 2020-12-09T07:29:10.467+00:00
JarvanZhang 23,866 Reputation points
1 answer

Xamarin: How to keep persistent data with Observable collection?

Hi All, I am using a simple Observable Collection to store list entries in my notepad app. I have ICommands to add and remove entries from the List. public ObservableCollection<string> ListItem { get; set; } public string Items { get;…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
4,934 questions
asked 2020-12-08T21:40:06.827+00:00
Dsto 1 Reputation point
commented 2020-12-09T06:32:38.147+00:00
Alessandro Caliaro 3,591 Reputation points
1 answer

App Center vs App Dynamics

We are investigating better logs options for our xamarin forms app. Right now we have App Center all set up and everything, but I've been asked to investigate AppDynamics too: https://www.appdynamics.com/ Has anyone used it? Are there benefits over…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
4,934 questions
asked 2020-12-08T18:29:43.493+00:00
Stesvis 1,036 Reputation points
answered 2020-12-09T02:45:02.647+00:00
JessieZhang-MSFT 7,526 Reputation points
1 answer

Xamarin Android Scoped Storage for External storage

Since setting our targeted Android version to 10 and switching to AndroidX libraries, we have been on the search for a proper Xamarin example showing scoped storage writeup for (read/write/replace) when dealing with images using the MediaStore. Only…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
4,934 questions
asked 2020-12-06T20:50:54.157+00:00
Laszlo Alt 11 Reputation points
commented 2020-12-08T18:08:59.5+00:00
Laszlo Alt 11 Reputation points
1 answer

Is there a way to specify a universal exception handler for SignalR client message handlers?

I am using the C# SignalR client library, and I caused an exception inside one of my message handlers. (Oops!) I noticed that it silently abandons the handler. Is there any way to specify a general exception handler for when a given delegate fails to…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
2,850 questions
asked 2020-11-27T16:22:53.427+00:00
TheBuzzSaw 1 Reputation point
answered 2020-12-08T16:51:38.333+00:00
TheBuzzSaw 1 Reputation point
2 answers One of the answers was accepted by the question author.

Changing HTML controls to be Compatible with ASP.NET code

I have imported a page from a HTML template into an VB.NET asp.net web form. However, I've found out that the controls in the web form are different then those that can be dragged in the toolbox. What this means is that there is no VB.NET server-side…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
1,979 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,331 questions
asked 2020-12-03T01:58:35.753+00:00
blinkor12 101 Reputation points
accepted 2020-12-08T16:27:48.007+00:00
blinkor12 101 Reputation points
1 answer One of the answers was accepted by the question author.

What version of Xamarin.iOS is included with Visual Studio 2019 16.8?

I'm currently using Visual Studio 16.7.7 which has Xamarin.iOS 14.2.0.12, and Visual Studio for Mac 8.7.9 with the same Xamarin.iOS version. I'm looking into updating on behalf of my whole development team. While reviewing release notes, I'm having…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
4,934 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
743 questions
asked 2020-12-07T22:00:41.393+00:00
Joe Manke 1,091 Reputation points
accepted 2020-12-08T14:33:38.393+00:00
Joe Manke 1,091 Reputation points
1 answer

Does the .NET HttpWebRequest class support OCSP stapling?

We're looking to configure our .NET application to use OCSP stapling.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
2,850 questions
asked 2020-12-04T15:31:51.193+00:00
Luigi Sorrentino 1 Reputation point
commented 2020-12-08T14:22:27.773+00:00
Captain_Lou 26 Reputation points
1 answer

Entry focus Not nice placed

Hello everyone ! Thks for reading this post and maybe find a solution to my problem. In a Xamarin.Forms Project, in one of my views, i added an entry as a search bar and i want this entry pass over a grid. Here is my code <Grid> …

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
4,934 questions
asked 2020-12-08T10:16:10.26+00:00
Louis LOYER 1 Reputation point
answered 2020-12-08T14:10:32.51+00:00
Louis LOYER 1 Reputation point
0 answers

linq select without creating xelement

I got a problem with Linq while using select to read out fields from a csv file. The program should read out the csv file and write it as a xml file in a specific form. I cannot get it to work the way i like. string[] source =…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
900 questions
asked 2020-12-08T13:10:33.07+00:00
olofsan 1 Reputation point
0 answers

Azure Static Web APP for Blazor CI build error after update to Net 5.0

After updating my Blazor Webassembly project to .Net 5.0 I get an error in the CI build: ... Microsoft (R) Build Engine version 16.8.0+126527ff1 for .NET Copyright (C) Microsoft Corporation. All rights reserved. Determining projects to…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
887 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
366 questions
asked 2020-11-25T19:34:08.85+00:00
Thomas Diggelmann 1 Reputation point
commented 2020-12-08T11:44:10.737+00:00
ajkuma 14,176 Reputation points Microsoft Employee
1 answer

UpDate package did i upload to NuGet.org

I uploaded a package through the NuGet website from a file on my computer, and I published, updated the package on my computer - how can I publish the package with the updated version? I have not seen the "Update Version" option on the site?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
900 questions
asked 2020-12-07T20:44:23.66+00:00
Hagay Elbaz 1 Reputation point
answered 2020-12-08T11:32:37.737+00:00
AnnaXiu-MSFT 13,026 Reputation points
1 answer

HttpWebRequest.ProtocolVersion - how do I set it to try 1.0, then 1.1 (or vice versa)?

We have a commercial library and some of our customers need HttpWebRequest.ProtocolVersion=HttpVersion.Version10 and some need HttpWebRequest.ProtocolVersion=HttpVersion.Version10 Is there a way to tell it to try both? Or do I need to add a…

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: The period of time during which a program is being executed in a computer.
983 questions
asked 2020-12-06T23:33:10.243+00:00
David Thielen 691 Reputation points
commented 2020-12-08T10:41:45.417+00:00
Cheong00 3,426 Reputation points
0 answers

Xamarin Custom Build Configurations

I'm trying to create a new build configuration that is an exact copy of my Release configuration with an additional compilation symbol added. I want to do this so that I can do a release build that loads a different configuration file for a testing…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
4,934 questions
asked 2020-12-07T23:33:32.99+00:00
Andrew 16 Reputation points
commented 2020-12-08T09:27:00.877+00:00