Microsoft Q&A

.NET

20,674 questions

Microsoft Technologies based on the .NET software framework.

Browse all .NET tags

20,674 questions with .NET-related tags

Sort by: Updated
1 answer

Blazor textarea setting issue

Hello all. how I do set a textarea element so it will have a specific width an height and that it's text will have a horizontal and vertical scrollable . I want that when user type text the line length be when user keying ENTER key. Thank you very much

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,107 questions
asked 2023-09-27T11:26:14.95+00:00
Haviv Elbsz 1,206 Reputation points
commented 2023-09-27T13:48:41.7233333+00:00
Haviv Elbsz 1,206 Reputation points
0 answers

How to fix Severity Code APT2062 failed linking references.

Hi There, When I try to run the .Net Maui project on android Emulator I found run time error say that. "Severity Code Description Project File Line Suppression State Priority Error APT2062 failed linking references.C:\ ProgramFiles \dotnet \packs…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,869 questions
asked 2023-06-04T06:50:00.33+00:00
Ahmed Thabet 20 Reputation points
commented 2023-09-27T13:40:04.85+00:00
Niladri Padhy (ZEN3 INFOSOLUTIONS AMERICA INC) 0 Reputation points Microsoft Vendor
1 answer

MAUI: Listview isvisible property is not working from the code behind?

I am trying to show the selected image or file on my UI on a listview. So initially the listview's IsVisible I set to false and after picking item I set the IsVisible property to true. My problem is after picking item the listview is not visible on the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,869 questions
asked 2023-09-19T14:24:15.5166667+00:00
Sreejith Sreenivasan 391 Reputation points
edited a comment 2023-09-27T13:35:26.2033333+00:00
Sreejith Sreenivasan 391 Reputation points
0 answers

Problem encountered while configuring the automatic provisioning profile for Xamarin iOS in Visual Studio 2023 in window 11

I've successfully generated a new API key for setting up my Apple account in Visual Studio Xamarin. I've added the new API key, which you can observe below. However, when I opt for 'Bundle signing' with Automatic provisioning, it encounters an error.…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,158 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
2,055 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.
8,982 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
689 questions
Microsoft Configuration Manager Application
Microsoft Configuration Manager Application
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Application: A computer program designed to carry out a specific task other than one relating to the operation of the computer itself, typically to be used by end users.
407 questions
asked 2023-09-27T13:29:15.9166667+00:00
Sanjay Kumar Jha 91 Reputation points
0 answers

Entity Framework BulkInsert Temp table without creating

Hi, I am creating Temp Table and inserting data with EF BulkInsert , then I use that temp table in the dynamic script. I need to BulkInsert 100K rows into SQL Server but it was keep loading . I tried to insert insert for loop but I am getting a error…

Entity Framework 6.0
Entity Framework 6.0
A Microsoft open-source object-database mapper for .NET.
259 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
2,055 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,639 questions
asked 2023-09-27T13:21:04.1433333+00:00
siva_dev 1 Reputation point
edited the question 2023-09-27T13:24:39.48+00:00
siva_dev 1 Reputation point
0 answers

How to deploy ASP.net application with OAM authentication in Azure PaaS

Team, we are supporting Asp.net application with SQL server and its hosted in On-premises server. we are planning move to Azure PaaS environment. we have challenge is Application using OAM authentication to deploy the application. Is It possible to…

Azure SQL Database
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,639 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
5,636 questions
asked 2023-09-27T13:11:16.7566667+00:00
Bandhan, Arunkumar 0 Reputation points
1 answer

How can I do a [MemberNotNull] for an Entity Framework IncludeAll() method I wrote?

I have the following helper method. This includes all complex properties in my Event DbSet (actually there's 9 properties but I reduced it for clarity): public static IQueryable<Event> IncludeAll(this IQueryable<Event> source) { return…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
585 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.
8,982 questions
asked 2023-09-16T17:40:21.58+00:00
David Thielen 1,406 Reputation points
commented 2023-09-27T12:47:09.8233333+00:00
David Thielen 1,406 Reputation points
0 answers

Load XAML file dynamically

Hello, In my desktop application I have some themes and styles defined like this: <?xml version="1.0" encoding="UTF-8" ?> <ResourceDictionary x:Class="App.Themes.S" …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,869 questions
asked 2023-09-27T12:16:33.2466667+00:00
Ángel Rubén Valdeolmos Carmona 586 Reputation points
edited the question 2023-09-27T12:28:42.96+00:00
Ángel Rubén Valdeolmos Carmona 586 Reputation points
0 answers

.Net MAUI alternate Nuget Package for Xam.Plugin.Iconize(Xam.FormsPlugin.Iconize)

We are using Xam.Plugin.Iconize(Xam.FormsPlugin.Iconize) in our Xamarin Forms project. i.e xmlns:iconize="clrnamespace:FormsPlugin.Iconize;assembly=FormsPlugin.Iconize" <iconize:IconImage WidthRequest="44" …

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,158 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,869 questions
asked 2023-09-27T11:00:37.39+00:00
Jamal 0 Reputation points
edited the question 2023-09-27T12:10:42.0733333+00:00
Jamal 0 Reputation points
0 answers

Maui mobile app using Signalr is encoding hub name in ConnectionData parameter on iOS 17

We have a mobile app in production built using Maui. The server running the api is it connecting to uses .net framework. There are issues connecting to signalR from iOS17 devices. From debug we can see the following: iOS 17 device sets the connectionData…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,639 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,869 questions
asked 2023-09-27T11:39:11.9033333+00:00
T_TDSi 0 Reputation points
1 answer

TestContext is null when invoking method using Reflection

I am invoking a Data Driven Test Method from another service using Reflection. This Data Driven test read the data from file using TestContext and it is null. The purpose of this service is to run all the End to End tests available in the UnitTest1…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
2,055 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.
8,982 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
298 questions
asked 2023-03-29T08:14:23.1533333+00:00
Aarti Jangid 0 Reputation points
commented 2023-09-27T11:32:58.8566667+00:00
Elizha, Sheeba 0 Reputation points
4 answers One of the answers was accepted by the question author.

Xamarin.Forms best Third-Party Controls

Hello and hope doing well. Our team is making a research of which third party controls are better for xamarin forms. We found that till now, existed companys are: Telerik SyncFusion DevExpress Infragistics ComponentOne Steema Has anyone…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,158 questions
asked 2021-03-21T20:55:32.003+00:00
Dimitris Christoforidis 296 Reputation points
commented 2023-09-27T11:32:32.2+00:00
Dimitris Christoforidis 296 Reputation points
0 answers

staticwebapp.config.json is being ignored

I'm hosting a blazor wasm app in azure static web apps but my staticwebapp.config.json is being ignored. I've tried placing it in the root folder and /wwwroot. I'm deploying through visual studio This is the contents of the json file: { …

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,107 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
546 questions
asked 2023-09-27T11:27:57.19+00:00
Anton 0 Reputation points
edited the question 2023-09-27T11:30:33.44+00:00
Anton 0 Reputation points
1 answer

Adding currency symbol to gridview bounfield data

Hello, Please is it possible to add a label control to represent currency symbol beside the amount figure in boundfield? *The currency symbol will be fetched from database field and displayed in a label control Just as seen in this image…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
2,055 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,639 questions
ASP.NET Web Forms
ASP.NET Web Forms
A part of the ASP.NET web application framework that can be used to create ASP.NET web applications.
619 questions
asked 2023-09-26T06:57:40.0433333+00:00
Donald Symmons 2,006 Reputation points
edited a comment 2023-09-27T10:28:43.9066667+00:00
Donald Symmons 2,006 Reputation points
0 answers

How to open and close menu by event 'onMouseOver&onMouseLeave' in React JS Material ui

I'm beginner to react JS and I want to show a drop-down list of items whenever a user hovers on the button without having to click on the button for this I have tried this below code but it is not working fine. I have referred this example…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
2,055 questions
asked 2023-09-27T10:12:32.8733333+00:00
Ashok Kumar 141 Reputation points
1 answer

How do I configure Full Text Search for my database

Hi all; I've read this (really helpful), this, & this. I think I understand how to select the varchar columns in my primary class. So for (Entity Framework - code first): public class Event { public int Id { get; private set; } public string…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
585 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.
10,965 questions
asked 2023-09-26T18:22:02.61+00:00
David Thielen 1,406 Reputation points
commented 2023-09-27T09:58:48.2166667+00:00
Yi Yi 0 Reputation points
2 answers

Visual Studio for Mac support .NET 7.0 Bindings to Xcode 15?

Hello, we are in the middle of porting our Xamarin Forms application to .NET MAUI and need to know if Visual Studio for Mac will support .NET 7 binding for Xcode 15, and if so, do you have information about a release date?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
3,797 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,869 questions
asked 2023-09-20T18:19:55.8+00:00
Miguel Jimenez 0 Reputation points
edited a comment 2023-09-27T09:55:05.8333333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 22,411 Reputation points Microsoft Vendor
0 answers

Server 2022 - Maui app with net .7 is not working

Hi, I installed Maui app on server 2019 with this command and its works but on server 2022 its not work: dotnet publish -f net7.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,869 questions
asked 2023-09-26T15:03:25.4466667+00:00
דני שטרית 1,181 Reputation points
commented 2023-09-27T09:42:55.44+00:00
דני שטרית 1,181 Reputation points
0 answers

Finding parent form and tablelayoutPanel

hello , private void TDlloading_error_Load(object sender, EventArgs e) { HideButtonsInParentFormTableLayoutPanel(); } private void HideButtonsInParentFormTableLayoutPanel() { // Access the parent…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,630 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.
8,982 questions
asked 2023-09-26T10:44:39.0333333+00:00
Shaifali jain 220 Reputation points
commented 2023-09-27T09:38:48.16+00:00
Shaifali jain 220 Reputation points
0 answers

Xamarin Android: Obtain the IMEI from a device with Android 10

One of our customers is updating his Android devices to version 10.0 (API 29). The app that our customer uses is manually installed via APK on each device. The app is NOT released via public stores. Each device is NOT associated with any physical person,…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,158 questions
asked 2023-09-26T14:01:48.5333333+00:00
Carugati 0 Reputation points
commented 2023-09-27T09:33:38.6066667+00:00
Carugati 0 Reputation points