25,028 questions with .NET-related tags

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

Navigation animation Without shell

When navigating to another page from Shell there is a full page right to left animation including navigation bar, how can I achieve this without using Shell?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,326 questions
asked 2021-03-03T10:08:04.707+00:00
Ángel Rubén Valdeolmos Carmona 586 Reputation points
accepted 2021-03-03T15:42:37.303+00:00
Ángel Rubén Valdeolmos Carmona 586 Reputation points
1 answer

How to print without changing default setting in system.

Hello Team, The system default print setting will be changing when my customer has used to print a document in my application. Attached the screenshot for the printer setting default screen. I have used the below code to print my documents in my…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,873 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,648 questions
asked 2021-03-03T13:32:03.173+00:00
Raja Priya Meganathan 1 Reputation point
answered 2021-03-03T15:05:48.407+00:00
Michael Taylor 51,346 Reputation points
2 answers

How to keep same version for all the projects while generating NuGet package using pack command?

I've following structure for a .NET Framework project: Copy Code-->ProjectSoln -------->ClassLibProj1 -------->ClassLibProj2 -------->ConsumerLibProj3 I've defined GlobalAssemblyInfo.cs file at solution level and added the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,648 questions
asked 2021-03-02T16:12:21.297+00:00
Epsi Coder 1 Reputation point
commented 2021-03-03T14:16:12.253+00:00
Epsi Coder 1 Reputation point
0 answers

Performance issue on deactivating Prism region

We are using a Prism framework to navigate between views and my task is to optimize performance switching between views. From DotTrace profiler I see that Deactivate call to Prism framework takes a lot of time Please see the screen from DotTrace…

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,710 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,648 questions
asked 2021-03-03T14:06:18.563+00:00
Roman Petlitsky 1 Reputation point
1 answer One of the answers was accepted by the question author.

Social network application

Hi! we are working on a social networking project and we've to develop mobile application using xamarin which has some requirements. few of them are given below- . we would like something similar to snapchat in terms of messaging, calling, video…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,326 questions
asked 2021-03-02T12:52:32.487+00:00
Umer 21 Reputation points
commented 2021-03-03T10:10:00.24+00:00
Umer 21 Reputation points
0 answers

Interactive 3d models in Xamarin Forms

Hello I am building a xamarin forms application in which I need to present some 3d models which have to be interactive (if the user touch a model on the screen then he will be redirected to a certain page). What is a good way to implement it. I have been…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,326 questions
asked 2021-03-02T13:01:10.013+00:00
Bolt 1 Reputation point
commented 2021-03-03T09:57:18.903+00:00
Bolt 1 Reputation point
1 answer One of the answers was accepted by the question author.

CollectionView datatemplate animation

I have a CollectionView with a DataTemplate in which there are multiple elements, one of them a label with a binding property, I can make the label appear or disappear with IsVisible, but I can't make it contain the animation because I can only access…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,326 questions
asked 2021-03-02T12:42:07.123+00:00
Ángel Rubén Valdeolmos Carmona 586 Reputation points
accepted 2021-03-03T09:50:33.82+00:00
Ángel Rubén Valdeolmos Carmona 586 Reputation points
2 answers

User Controls and Microsoft Graph

I am attempting to create a user control in Visual Studio 2019 using C#. Place the authentication portion of my code into the <control>_load. On attempting to drag the control to my form, I get a "Failed To Create Component...". …

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,873 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,446 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,648 questions
asked 2021-03-02T22:26:12.677+00:00
Eigo, Gerry 21 Reputation points
answered 2021-03-03T09:19:27.717+00:00
Viorel 114.7K Reputation points
1 answer

Package SharePoint.Client.Runtime 15.0.0 is not compatible with netcoreapp3.1

I am trying to use C# in Visual Studio to write to a SharePoint List . So I tried to install the Nuget Package called SharePoint.Client.Runtime I am getting the error message below. Severity Code Description Project File Line Suppression…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,648 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,648 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,597 questions
asked 2021-02-27T15:55:42.687+00:00
Elba 141 Reputation points
commented 2021-03-03T09:03:40.997+00:00
Jerryzy 10,566 Reputation points
1 answer

Update a textbox/label clientside while in a loop using javascript.

I am running a process that iterates through a loop in c#/aspx. I need to give an update on the clientside to a textbox/label of where my loop progress currently stands. I have tried update panel and can't get this to work. In windows forms this is very…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 questions
asked 2021-02-19T17:01:35.007+00:00
LeClair, Michael L. (Rumford) 21 Reputation points
commented 2021-03-03T08:51:01.41+00:00
Sean Fang-MSFT 156 Reputation points
0 answers

Xamarin form - Overlay Frame on TabView

How do I set an overlay Frame on TabView? < <Frame IsVisible="{Binding IsVisible}"> <label Text="Hello"/> </Frame> <xct:TabView> <xct:TabViewItem Title="tab1"/> <xct:TabViewItem…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,326 questions
asked 2021-03-02T14:07:45.007+00:00
Kok Sang 1 Reputation point
commented 2021-03-03T08:29:02.837+00:00
JessieZhang-MSFT 7,706 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to set default printer in the print preview dialog progammatically

In UWP platform , print previewer dialog's windows shows printer options with default printer name(Printer which is set as default in system settings manually). Is there any other way to change the default printer programmatically in UWP Platform, so…

Universal Windows Platform (UWP)
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,710 questions
asked 2021-02-24T11:26:52.23+00:00
Ashok Kumar Viswanathan 71 Reputation points
accepted 2021-03-03T08:01:10.95+00:00
Ashok Kumar Viswanathan 71 Reputation points
1 answer

What are the steps that will happen in the background while validating an Azure AD issued Bearer Token - Microsoft Identity Platform?

The examples I find online on this topic only instructs the configuration code used in the Startup.cs class. I could not find details as to how this configuration helps to validate the bearer token received by the API. Does the API contact Azure AD in…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,400 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,629 questions
asked 2021-03-02T19:34:21.993+00:00
tekbyts 1 Reputation point
answered 2021-03-03T07:44:09.173+00:00
Michael Wang-MSFT 1,061 Reputation points
2 answers One of the answers was accepted by the question author.

How can I write for 2 database connection string to app.config ?

I am using 2 different databases in a project and I do not want to deal with sql codes. How do I configure connection string?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,648 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,361 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,648 questions
asked 2021-03-02T21:46:30.713+00:00
Oğulcan Akca 196 Reputation points
answered 2021-03-03T07:14:32.047+00:00
Duane Arnold 3,216 Reputation points
1 answer

Get depedencies into Application map

Hello, so i have some azure functions that are triggered by a mobile app. those azure functions connect to some service bus, cosmos db and make some external http requests. The mobille app logs are imported from the app center data to insights, if…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,326 questions
Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,037 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,679 questions
asked 2021-02-24T14:09:21.383+00:00
Marcos Macias 1 Reputation point
commented 2021-03-03T06:29:34.95+00:00
Marcos Macias 1 Reputation point
2 answers

Modify DataContractJsonSerializer Behavior

Is there a way to tell the DataContractJsonSerializer not to display members/properties whose value is null? For example: {"x": 1, "y": null, "z": 3} => {"x": 1, "z": 3}

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,648 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,648 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,141 questions
asked 2021-03-02T19:06:15.733+00:00
Julio Bello 221 Reputation points
answered 2021-03-03T06:04:35.437+00:00
Timon Yang-MSFT 9,586 Reputation points
0 answers

Xamarin Forms - classic bluetooth

I am trying to connect one bluetooth device to xamarin app. I tired "Plugin.BLE" but its not scanning my device and found my device is not BLE device so I need to use classic bluetooth plugin. I tried "Plugin.BluetoothClassic" and…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,326 questions
asked 2021-03-03T04:53:33.537+00:00
Prak 1 Reputation point
1 answer One of the answers was accepted by the question author.

Font Sizes in the attrs.xml File of a Xamarin.Android Compound Control

I am creating a compound control in Xamarin.Android compound control. Some of the properties that I need to include in attrs.xml are used to specify font sizes. I used format="float" for these properties in attrs.xml. In the Android Designer,…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,326 questions
asked 2021-03-02T22:28:07.23+00:00
Nathan Sokalski 4,126 Reputation points
accepted 2021-03-03T03:35:20.38+00:00
Nathan Sokalski 4,126 Reputation points
2 answers

Rest API call

Hi, I want to get token and site id from tableau URL API. Then I found something on stackoverflow but getting an error at tableauCredentialsType, tsRequest and siteType. Is this seperate dll? or what it is? Could someone help me namespace TableauAPI { …

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,648 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,795 questions
asked 2021-03-02T08:39:09.207+00:00
dinesh 41 Reputation points
commented 2021-03-03T03:20:27.997+00:00
Daniel Zhang-MSFT 9,621 Reputation points
1 answer

XF.iOS the image set "imagesetname" has 8 unassigned children

I am building a Xamarin Forms app for ios, android and windows. when adding a new image to ios project I was previously (an earlier version of Xamarin Forms or maybe an earlier version of Visual Studio) able to use Visual Studio Community for Mac on my…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,326 questions
asked 2021-03-02T10:04:15.353+00:00
Sjors Miltenburg 6 Reputation points
answered 2021-03-03T02:31:53.43+00:00
Cole Xia (Shanghai Wicresoft Co,.Ltd.) 6,751 Reputation points