24,245 questions with .NET-related tags

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

Is it possible to bind WPF DataGrid's RowState property to a property in the codebehind collection?

.Net 4.6.1 Given an ObservableCollection OC that is a collection of MyDisplayGrid MDG, and that OC has been set as the DataGrid's ItemSource Is it possible to bind (not display on the grid) the RowState property of the DataGrid to a property of…

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,686 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.
772 questions
asked 2021-12-24T00:03:07.887+00:00
Dave Cotton 41 Reputation points
accepted 2024-05-23T17:21:35.8966667+00:00
Dave Cotton 41 Reputation points
1 answer

Error when uploading CSV files to Azure blob storage using ManagedIdentity with C# and GraphQLAPI. "Total size of resourceFiles is using 147% of available space after processing."

Hello All, I have created a console app using C# where I try to fetch the data from GraphQLAPI and store the data in csv files. post that it would be uploaded to the Azure blob storage using ManagedIdentity. This complete code work fine in my local VS…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,238 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,751 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,380 questions
asked 2024-05-15T08:40:14.42+00:00
Siddhesh Chavan 0 Reputation points
commented 2024-05-23T16:50:15.2666667+00:00
ShaikMaheer-MSFT 38,126 Reputation points Microsoft Employee
1 answer

Maui controls handlers learning

Hello All. I'm trying to learn how to customize android control. I know the concept of the customizing but my difficult is where I can find learning stuff of the android side what I mean is in the example below where I can find the section that start…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,976 questions
asked 2024-05-23T10:16:10.72+00:00
Haviv Elbsz 1,946 Reputation points
answered 2024-05-23T16:03:06.6533333+00:00
Bruce (SqlWork.com) 57,886 Reputation points
1 answer

How to create backend application using Asp.net C# Web API Core

How to create backend application using web api core application followed by standards using desing pattern, Depedency injection and solid principle I am new to web api core how to start following things JWT token authentical and authorization simple…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,238 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 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,380 questions
asked 2024-05-17T06:22:52.4166667+00:00
coder rock 196 Reputation points
commented 2024-05-23T15:29:54.2+00:00
AgaveJoe 26,166 Reputation points
2 answers

Android Emulator waiting for debugger to attach in .net maui app

I upgraded my .net maui app from .net 7 to .net 8 and updated my nuget packages. I built the output solution but deployment was not successful as I had received the error message:- Xaml XC002 erro: Binding could be compiled if x:datatype is specified…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,976 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,380 questions
asked 2024-05-11T02:31:41.49+00:00
wire_jp 206 Reputation points
answered 2024-05-23T14:40:50.9166667+00:00
Chris A 0 Reputation points
0 answers

Moving xamarin.ios to new SKD style issues

I am trying to move my xamarin.ios project to the new SDK style as MS is no longer supporting the previous methods. I am following the steps at https://learn.microsoft.com/en-us/dotnet/maui/migration/?view=net-maui-8.0 But I get multiple…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,976 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,380 questions
asked 2024-04-15T17:54:17.71+00:00
Phunction 206 Reputation points
commented 2024-05-23T14:40:34.79+00:00
Phunction 206 Reputation points
1 answer One of the answers was accepted by the question author.

How to bring app to front, if already open?

How to bring the app to front, if already open? My app is Windows Form application c#

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,856 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,380 questions
asked 2024-05-22T13:25:34.1033333+00:00
Hussnain Fareed 20 Reputation points
edited a comment 2024-05-23T14:05:09.5666667+00:00
KOZ6.0 5,215 Reputation points
3 answers One of the answers was accepted by the question author.

What is the correct way to upgrade dotnet SDKs for MAUI

Can someone tell me the proper way to upgrade .net? I have kept mine on an older version for a while now because it has been working with xcode 15.3 for me. Since it appears the issues with xcode 15.3 have been resolved in the latest version, I would…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,976 questions
asked 2024-05-16T15:01:48.6366667+00:00
Tony Pitman 60 Reputation points
accepted 2024-05-23T13:40:10.81+00:00
Tony Pitman 60 Reputation points
1 answer

In firefox browser service worker stooped sunndenly after serve the resources to the client

I have develop blazor WASM application for offline thats why I had implement the service worker to intercept the request then serve the resource to the client using cache. Service worker successfully on chrome and edge but in firebox once application…

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,420 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
902 questions
asked 2024-05-22T14:13:43.98+00:00
ramesh P 0 Reputation points
commented 2024-05-23T09:14:36.74+00:00
Ping Ni-MSFT 2,405 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Deploy ASP.NET Core Web API with Simba Spark Driver for Databricks to Azure App Serivce

Hi all, I have a .NET Core Web API which creates a connection to the SQL endpoint of Azure Databricks with the official Simba ODBC driver. Locally everything works fine. I can see my System DSN entry and I use this driver to create the connection and…

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
150 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,032 questions
asked 2022-01-25T08:32:12.197+00:00
Thomas Ingenhorst 21 Reputation points
commented 2024-05-23T08:55:54.65+00:00
Luigi Navarra 0 Reputation points
1 answer One of the answers was accepted by the question author.

Saving Dynamic Form Fields to Database with Fixed Values in MVC

[HttpPost] [ValidateAntiForgeryToken] public ActionResult Create(EgitimSeminerViewModel model) { if (ModelState.IsValid) { for (int i = 0; i < model.EgitimSeminerBilgiList.Count; i++) { …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2024-05-23T07:34:52.57+00:00
kadir 40 Reputation points
accepted 2024-05-23T08:40:04.7166667+00:00
kadir 40 Reputation points
0 answers

Saving Dynamic Form Fields to Database with Fixed Values in MVC

[HttpPost] [ValidateAntiForgeryToken] public ActionResult Create(EgitimSeminerViewModel model) { if (ModelState.IsValid) { for (int i = 0; i < model.EgitimSeminerBilgiList.Count; i++) { …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2024-05-23T07:33:53.8266667+00:00
kadir 40 Reputation points
commented 2024-05-23T08:17:35.8466667+00:00
Lan Huang-MSFT 26,516 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Integrating RDLC reports in Blazor Web apps

Hello, Is it possible to call RDLC reports in a Blazor web app or use report viewer to load RDLC reports? I'm not seeing the reporting options in the latest framework. Could someone please share examples and resources for integrating RDLC reports with…

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,420 questions
asked 2023-12-25T14:16:50.2066667+00:00
Diwakar Devangam 55 Reputation points
commented 2024-05-23T08:07:46.0933333+00:00
Geoffrey de Sousa 0 Reputation points
1 answer One of the answers was accepted by the question author.

Recording from different fields to the same table in ASP.NET MVC

Model : public class EgitimSeminerViewModel { public List<TBL_EgitimSeminerBilgi> EgitimSeminerBilgiList { get; set; } public EgitimSeminerViewModel() { EgitimSeminerBilgiList = new List<TBL_EgitimSeminerBilgi>(); …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2024-05-22T20:37:00.6233333+00:00
kadir 40 Reputation points
commented 2024-05-23T08:01:09.0733333+00:00
kadir 40 Reputation points
1 answer

How can I send a request contains Json and pdf file using httpWebRequest ?

I have a service that I'm trying to consume on my code. The service in Postman is working fine, the request is Form-Data containing JSON and PDF file selected from the workspace, my issue here is how can I handle the request in my code, I had tried to…

ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
306 questions
asked 2024-05-22T21:52:02.4066667+00:00
Ghaida 0 Reputation points
answered 2024-05-23T07:16:13.8366667+00:00
Lan Huang-MSFT 26,516 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Microsoft Point of Service compatible with .NET8?

Hi - is Microsoft Point of Service compatible with .NET8?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,459 questions
asked 2024-05-21T17:09:24.53+00:00
Joe Kelly 20 Reputation points
commented 2024-05-23T07:09:00.4333333+00:00
Joe Kelly 20 Reputation points
4 answers

Blazor SignalR setup fails

Hi, Hopefully someone can point me in the right direction to resolve this problem, I have setup another SignalR hub in my blazor Server application and am getting the following failure when tryign to access the page that the SignalR hub is…

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,420 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
asked 2022-12-20T03:35:19.253+00:00
Peter Annandale 21 Reputation points
commented 2024-05-23T07:08:07.8533333+00:00
Роман Суворов 0 Reputation points
2 answers

EF is not creating a MigrationsHistory table

Hi all; I've been using Entity Frameworks for some time with my app. And I just noticed, there is no MigrationsHistory table. I looked at the files in core/Migrations and none of them create a MigrationsHistory table. Why is it missing and how do I get…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
702 questions
asked 2024-05-16T15:06:13.2033333+00:00
David Thielen 2,326 Reputation points
commented 2024-05-23T07:04:40.7233333+00:00
Hongrui Yu-MSFT 260 Reputation points Microsoft Vendor
0 answers

Xamarin.Auth (CustomTabsConfiguration) using of FLAG_IMMUTABLE for Android 12

Good day everyone, since Android 12 my App crashes during the auhtentication process. I see in the console the following error: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,301 questions
asked 2022-12-03T12:13:16.647+00:00
Mattia Vicari 16 Reputation points
commented 2024-05-23T07:01:32.4266667+00:00
Igor Voshkulat 0 Reputation points
2 answers

What is a good way of track link clicks in Asp.Net Core 7 MVC app in Application Insights?

I have an MVC app with several <a> tags, and I want to have a way of tracking link clicks, preferably without doing redirects (i.e., without changing link addresses). Is there any way this can be done? and the link clicks are tracked on Application…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,866 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,238 questions
asked 2024-05-20T07:49:05.8166667+00:00
Astha Gangwar 0 Reputation points
edited the question 2024-05-23T07:01:19.2033333+00:00
Tiny Wang-MSFT 1,746 Reputation points Microsoft Vendor