24,167 questions with .NET-related tags

Sort by: Updated
1 answer

Not able to perform read and write operation in iCloud in .Net Maui Mac

I have set up the app identifier in Apple developer with the document URL set up for iCloud and updated the info.plist and entitlements according to this. info.plist <key>NSUbiquitousContainers</key> <dict> …

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,437 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,955 questions
asked 2024-05-13T10:26:23.9+00:00
Kiran Mohanty 0 Reputation points
answered 2024-05-17T08:13:42.11+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 26,946 Reputation points Microsoft Vendor
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,227 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,298 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,342 questions
asked 2024-05-17T06:22:52.4166667+00:00
coder rock 196 Reputation points
edited an answer 2024-05-17T08:13:34.82+00:00
Brando Zhang-MSFT 2,961 Reputation points Microsoft Vendor
0 answers

Gridview TextBox value getting null (blank) after button click

i am selecting some checkboxes and trying to enter some feedback value in the corresponding cell of textboxes. But, I am unable to get Gridview textbox value in all paging when i click save button. Getting blank value always. below is my…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,298 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,342 questions
asked 2024-05-16T16:11:44.3566667+00:00
Gani_tpt 1,666 Reputation points
commented 2024-05-17T08:03:16.2133333+00:00
Lan Huang-MSFT 26,121 Reputation points Microsoft Vendor
2 answers

How to get the position of NotifyIcon at runtime?

Hi, I want to retrieve the location and size of notifyIcon whenever it be clicked. The purpose is to set the application UI above the notifyIcon like the below photo. Please show me how I can do this with C#. Thank you!

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,846 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,437 questions
asked 2024-05-15T04:06:34.3866667+00:00
Việt Trần 0 Reputation points
commented 2024-05-17T07:43:05.5633333+00:00
Việt Trần 0 Reputation points
1 answer

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.
700 questions
asked 2024-05-16T15:06:13.2033333+00:00
David Thielen 2,286 Reputation points
answered 2024-05-17T07:34:58.2633333+00:00
Hongrui Yu-MSFT 165 Reputation points Microsoft Vendor
1 answer

How to pass input data from one page to another page property

Register.cshtml <form method="post"> <div class="mb-3 row"> <div class="col-md-4"> <label for="CountryCode" class="form-label">Country Code</label> …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,227 questions
asked 2024-05-16T05:50:59.9633333+00:00
Nandhini S 0 Reputation points
commented 2024-05-17T07:31:41.0033333+00:00
Nandhini S 0 Reputation points
1 answer

Invalid Argument while scaffolding DB2 schema EF 3.1

Hello. I am trying to scaffold a DB2 schema using the IBM.EntityFrameworkCore provider (version 3.1.0.300) on an AspNet Core 3.1 web application using EntityFramework Core 3.1. The scaffolding command line is the following : Scaffold-DbContext…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
700 questions
asked 2024-05-17T07:05:32.1933333+00:00
leo del ciello 66 Reputation points
answered 2024-05-17T07:26:29.47+00:00
leo del ciello 66 Reputation points
0 answers

metadata_storage_path error in .NET with Azure AI Search.

Right now from my post api I am storing the address like UploadEmailAsync() in Azure Queue. I have tried saving it with and without JSON format but path which we use for Filters in Azure AI Search requires the base64 converted link. Right now i have…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
740 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,227 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
98 questions
asked 2024-05-14T10:27:27.2266667+00:00
Hassan Kaleem 40 Reputation points
commented 2024-05-17T07:17:26.4033333+00:00
ajkuma 22,761 Reputation points Microsoft Employee
0 answers

Xamarin Forms Target Version Android 14

Hi, I am working on the Migration of Xamarin Forms code to .NET MAUI. Till then, I tried to publish the Xamarin Form Android app with Android Target SDK version 14. I got the same issue as mentioned in the GitHub link:- …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,955 questions
asked 2024-05-16T12:29:49.5333333+00:00
Chinmay Dole 20 Reputation points
commented 2024-05-17T06:59:19.7666667+00:00
Chinmay Dole 20 Reputation points
1 answer

In Blazor Web App Server authentication Azure missing iss claims

Hello, I followed this guide to create a Blazor Web App (server) with azure athentication https://learn.microsoft.com/it-it/entra/identity-platform/tutorial-blazor-server and it works. here the authentication…

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,410 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,746 questions
asked 2024-05-14T08:32:37.7933333+00:00
Stefania Robuschi 0 Reputation points
commented 2024-05-17T06:51:43.69+00:00
JasonPan - MSFT 4,381 Reputation points Microsoft Vendor
0 answers

Seeking Alternatives to UIMenuController for Text Input Field Customization

I'm currently working on migrating a Xamarin.Forms project to MAUI, where I need to customize the behavior of text input fields, especially on iOS. Previously, in Xamarin.Forms, I utilized UIMenuController to manage options like copy, paste, and cut.…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,437 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,955 questions
asked 2024-05-17T06:20:56.7333333+00:00
Omkar Pawar 0 Reputation points
edited the question 2024-05-17T06:50:20.96+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 69,306 Reputation points Microsoft Vendor
4 answers One of the answers was accepted by the question author.

set order by based on asc series

Hello This is my sql table with data /****** Object: Table [dbo].[temp_days_order_pending] Script Date: 05/15/2024 23:12:34 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO SET ANSI_PADDING ON GO CREATE TABLE…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,298 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.
12,844 questions
asked 2024-05-15T17:50:11.12+00:00
RAVI 916 Reputation points
accepted 2024-05-17T06:33:06.2833333+00:00
RAVI 916 Reputation points
1 answer

How do I install .net runtime 6.0.29 using Intune?

What is currently the best way to install version 6.0.29 of .net runtime to a large number of users using Intune? There doesn't seem to be a .msi file within the executable and the PowerShell command for enabling it as a Windows feature no longer seems…

.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,132 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,445 questions
asked 2024-05-14T17:14:13.5733333+00:00
Woodson Baldwin 0 Reputation points
commented 2024-05-17T06:26:02.78+00:00
ZhoumingDuan-MSFT 8,685 Reputation points Microsoft Vendor
0 answers

Rendering SSRS for reports for a Web application on Azure

Hello I have a question on running SSRS for reports for a Web application I am working on a project using SSRS on a VM , SQL Managed instance and a Web app ( .net8) . My VM and Managed instance are running inside a vnet and connected to my web…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,227 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,979 questions
asked 2024-05-17T06:05:06.3766667+00:00
Chris Boyce 20 Reputation points
0 answers

Rendering issues with our .Net application post windows patch

Recently, we've encountered rendering issues with our .NET application following a Windows patch update for Windows 10 Version 22H2. Specifically, after applying the cumulative update for .NET Framework 3.5, 4.8, and 4.8.1, we've noticed intermittent…

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,342 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,132 questions
asked 2024-05-16T16:21:59.7033333+00:00
SusanA 0 Reputation points
commented 2024-05-17T05:58:36.2866667+00:00
Jiachen Li-MSFT 26,916 Reputation points Microsoft Vendor
0 answers

Creating a Cross-Platform Calendar Event

Details I am developing an application that allows users to create meetings. For this, I need the user to select a date and time. I was thinking of letting the user choose a time zone, but Microsoft calendar converts meetings to the local time zone of…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,955 questions
asked 2024-05-17T01:41:42.6+00:00
Eduardo Gomez Romero 225 Reputation points
commented 2024-05-17T05:55:52.52+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 69,306 Reputation points Microsoft Vendor
1 answer

How can i bind Sumsub mobile android sdk to net maui?

Hi, i try create the binding project with sumsub mobile android sdk, but i didn't have methods of SDK But not have methods build and launch.... his is official android sdk initializing Can you explain what I am doing wrong? and is possible to use…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,955 questions
asked 2024-05-15T06:02:29.3266667+00:00
Баходир Кадыров 0 Reputation points
commented 2024-05-17T05:26:54.9333333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 36,706 Reputation points Microsoft Vendor
0 answers

MS Forms or internet based recruitment document

Hello community, we are an executive search/recruitment company. My former company had integrated MS Forms/Word so that resumes and commentary (assessment comments) could be written and skills or competencies entered/ adjusted. Also the original resume…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,846 questions
Word Management
Word Management
Word: A family of Microsoft word processing software products for creating web, email, and print documents.Management: The act or process of organizing, handling, directing or controlling something.
899 questions
asked 2024-05-17T04:43:18.5933333+00:00
Marc Baloch 0 Reputation points
0 answers

How to play a web mp4 file with headers in MAUI?

I'm trying to player a web media with community's mediaelement,but there isnot any ways to set http headers. In Android, I can use the factory property in exoplayer,but in windows,I can't find any document about using winui's mediaplayer to player a…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,437 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,955 questions
asked 2024-05-16T06:52:52.46+00:00
尼龟 杰 150 Reputation points
commented 2024-05-17T04:27:00.59+00:00
尼龟 杰 150 Reputation points
2 answers

ASP.NET Core MVC pass a url parameter to the POST

Hi all; I have a Blazor Server app. It uses the ASP.NET Identity Library which is ASP.NET Core MVC. I am trying to pass a parameter to register so a URL like /identity/account/Register?follow=uniqueId gives me the parameter follow=uniqueId. In…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,227 questions
asked 2024-05-16T21:33:20.59+00:00
David Thielen 2,286 Reputation points
commented 2024-05-17T04:17:23.4733333+00:00
David Thielen 2,286 Reputation points