26,248 questions with .NET-related tags

Sort by: Updated
1 answer

Information Disclosure Vulnerability

Azure Identity Library for .NET Information Disclosure Vulnerability

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,953 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
40,015 questions
asked 2024-11-26T06:27:10.39+00:00
Sam 0 Reputation points
edited the question 2024-11-26T09:40:22.6833333+00:00
Harshitha Jannapu 375 Reputation points Microsoft Vendor
0 answers

Hello, please help me fix the error. Microsoft-Windows-Kernel-Power

System Provider [ Name] Microsoft-Windows-Kernel-Power [ Guid] {331c3b3a-2005-44c2-ac5e-77220c37d6b4} EventID 41 Version 8 Level 1 Task 63 Opcode 0 Keywords 0x8000400000000002 TimeCreated [ SystemTime] …

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.
11,071 questions
F#
F#
A strongly typed, multi-paradigm programming language developed by the F# Software Foundation, Microsoft, and open contributors.
74 questions
.NET F#
.NET F#
.NET: Microsoft Technologies based on the .NET software framework.F#: A strongly typed, multi-paradigm programming language developed by the F# Software Foundation, Microsoft, and open contributors.
109 questions
asked 2024-11-26T09:32:14.3233333+00:00
Павел Андрей 0 Reputation points
0 answers

Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException: The database operation was expected to affect 1 row(s), but actually affected 0 row(s); data may have been modified or deleted since entities were loaded.

I am using DDD architecture and the following code changes the aggregate Root (basically adds a comment which is an Entity to the aggregate Root). public sealed class AddCommentToPostCommandHandlers : ICommandHandler<AddCommentToPostCommand,…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
759 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.
14,085 questions
asked 2024-11-24T08:29:09.3733333+00:00
Arman Espiar 1 Reputation point
commented 2024-11-26T09:29:39.18+00:00
Hongrui Yu-MSFT 3,015 Reputation points Microsoft Vendor
1 answer

How to apply Page Transformer animation like Google Play Books app In CarsoulView

I have a app in .Net MAUI API level 33 visual studio 2022 I am displaying my book content (50 pages ) in CarsoulView (one page at a time on screen) . When i am scrolling any page in CarsoulView I want to apply animation like Google Play Books…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,670 questions
asked 2024-11-22T16:55:45.1166667+00:00
Faiz Quraishi 145 Reputation points
answered 2024-11-26T09:02:18.6066667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 44,791 Reputation points Microsoft Vendor
0 answers

Application crash while using UiAutomation framework to fetch element properties

We have a scenario where we are using UiAutomation to find the elements of a target application. However, the target application is crashing intermittently and randomly whenever we try to fetch elements. Upon analyzing a couple of crash dumps using…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,953 questions
asked 2024-11-26T08:49:04.2066667+00:00
lalitashree hegde 0 Reputation points
0 answers

POPUP OBSCURES THE PAGE

I created a popup in NET MAUI 8. As its normal behavior, the popup obscures the visible portion of the hosting page. Is it possible to avoid this? Or, even better, I would like that only one item in the page, such as an Entry field, remains showing…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,670 questions
asked 2024-11-24T11:24:03.94+00:00
Giorgio Sfiligoi 266 Reputation points
commented 2024-11-26T08:38:46.55+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 32,936 Reputation points Microsoft Vendor
3 answers

Multiple emails validation with split comma in a Textbox

Hi, If I have a TetxtBox that will be used to send messages to multiple emails, how can I validate these emails that will be inputted in the textbox? The emails are separated by comma. e.g. myfirstmail@hotmail.com, mymail@outlook.com,…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,953 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,524 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.
11,071 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,953 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,524 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.
11,071 questions
asked 2024-11-25T16:16:54.6466667+00:00
Donald Symmons 2,946 Reputation points
commented 2024-11-26T08:33:38.47+00:00
Donald Symmons 2,946 Reputation points
3 answers

Multiple emails validation with split comma in a Textbox

Hi, If I have a TetxtBox that will be used to send messages to multiple emails, how can I validate these emails that will be inputted in the textbox? The emails are separated by comma. e.g. myfirstmail@hotmail.com, mymail@outlook.com,…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,953 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,524 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.
11,071 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,953 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,524 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.
11,071 questions
asked 2024-11-25T16:16:54.6466667+00:00
Donald Symmons 2,946 Reputation points
commented 2024-11-26T08:33:38.47+00:00
Donald Symmons 2,946 Reputation points
0 answers

Issue Retrieving Campaign ID (cid) in Microsoft Store app

I am encountering an issue with retrieving the CampaignId (cid) parameter programmatically in an application installed from a Microsoft Store following Create a custom app promotion campaign guide. To retrieve the CampaignId, I am using code provided in…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,953 questions
Universal Windows Platform (UWP)
asked 2024-11-22T09:39:02.9733333+00:00
Joel 0 Reputation points
commented 2024-11-26T08:32:00.9533333+00:00
Junjie Zhu - MSFT 19,481 Reputation points Microsoft Vendor
1 answer

How to Implement Notification Badge on TabbedPage in .NET MAUI 8?

Hello, I have implemented a TabbedPage in my .NET MAUI application using AppTabbedPage.xaml. It contains 5 pages for tab navigation. One of the tabs is dedicated to notifications, and I need to display a notification badge on this tab. The badge should…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,670 questions
asked 2024-11-21T11:40:49.8533333+00:00
nandu kathmandi 1 Reputation point
edited a comment 2024-11-26T08:16:40.5733333+00:00
nandu kathmandi 1 Reputation point
1 answer

Publish: Do not copy files in folder App_Data

My ASP.Net Application has been developped several years ago with Visual Studio Express 2013 for Web. Now I edited it with Visual Studio 2022 and published it using the Publish... command. Here I checked the "Do not copy AppData folder"…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,524 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,236 questions
asked 2024-11-22T10:46:08.7733333+00:00
Bernd Morgeneyer 0 Reputation points
commented 2024-11-26T08:14:55.1433333+00:00
Anna Xiu-MSFT 30,011 Reputation points Microsoft Vendor
1 answer

how to mitigate many .NET CVEs at once

I need a reliable way to mitigate many .NET CVEs which I have identified in one go. How can I best do this

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,953 questions
asked 2024-11-21T09:27:58.8266667+00:00
Lwazi Qamata 0 Reputation points
commented 2024-11-26T08:05:31.27+00:00
Jiachen Li-MSFT 32,456 Reputation points Microsoft Vendor
0 answers

IOS IPAD 13" Flyout page challenge for .NET MAUI app

I have a Maui App. The Flyoutpage works 100% on Android Samsung S24 and IOS Iphone 15. Yet on an IPAD 13" the flyoutpage behaves as a split screen in portrait orientation and when I swipe to close it still remains 75% visible. Would anyone know how…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,670 questions
asked 2024-11-25T08:17:35.9633333+00:00
Quinton Gindra 0 Reputation points
commented 2024-11-26T07:50:45.0666667+00:00
Quinton Gindra 0 Reputation points
1 answer

cross-platform approach

I have his method void OnPinMarkerClicked(object turbine) { if (turbine != null) { #if ANDROID || IOS Shell.Current.GoToAsync($"{nameof(TurbineDetailPage)}", true, …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,670 questions
asked 2024-11-23T11:36:16.55+00:00
Eduardo Gomez Romero 985 Reputation points
commented 2024-11-26T07:34:36.8133333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 77,166 Reputation points Microsoft Vendor
0 answers

Can EF Core Code First Approach Be Used with Azure Synapse?

I have a requirement to fetch all the client data using an API and then store it in Azure Synapse. I need to create the tables in Synapse and sync data every day based on the Last Modified Timestamp in Synapse. Can EF Core Code First approach be used to…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
759 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,019 questions
asked 2024-11-26T07:34:00.2466667+00:00
sonal khatri 66 Reputation points
1 answer

ASP.NET Gridview Header column not freezing properly

I'm using gridview with freezing header in ASP.NET application. But, freezing is not showing while running the application. what is the issue in the below code...? <%@ Page Language="C#" AutoEventWireup="true"…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,524 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.
11,071 questions
asked 2024-11-19T09:44:51.4+00:00
BeUnique 2,212 Reputation points
edited a comment 2024-11-26T07:16:18.39+00:00
Jalpa Panchal-MSFT 630 Reputation points Microsoft Vendor
1 answer

Best way to populate a radio button in a MVC app in .NET from lists

My appsettings.json has 2 arrays one to store a list of values for a radio button, and the other to show a list of matching labels : ItemTypesVals": ["EmailUse", "NoteType", "PrimaryClientGroup"…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,524 questions
asked 2024-11-25T18:06:59.56+00:00
Richard Scannell 366 Reputation points
edited an answer 2024-11-26T07:11:27.8+00:00
Richard Scannell 366 Reputation points
1 answer

search bar in shell behavior

So, I need to modify, my behavior on desktop I have the shell, with the Seach bar <Window x:Class="METROWIND.Views.MainWindow" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" …

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,670 questions
asked 2024-11-22T10:58:06.6833333+00:00
Eduardo Gomez Romero 985 Reputation points
commented 2024-11-26T07:06:41.8433333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 44,791 Reputation points Microsoft Vendor
0 answers

.NET MAUI app close when Bluetooth keyboard is connected or disconnect

Hi, I have an app that closes when I connect or disconnect the Bluetooth keyboard to the device. Then I launch it again and it works and the keyboard can be used, it seems that it only has this behavior on changes (if it is connected and I turn off the…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,670 questions
asked 2024-11-23T23:28:22.9733333+00:00
NickNN 40 Reputation points
commented 2024-11-26T07:04:00.89+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 44,791 Reputation points Microsoft Vendor
1 answer

Taking screenshot in MAUI Blazor Hybrid application for Windows.

Hi I am trying to Take screenshot in MAUI Blazor Hybrid application for Windows. This is what i have used so far. Home.razor.cs [Inject] public Microsoft.Maui.Media.IScreenshot sshot { get; set; } public async Task btnscreen() { try …

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,606 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,670 questions
asked 2024-11-25T16:25:01.42+00:00
Jignesh Desai 101 Reputation points
edited an answer 2024-11-26T07:00:12.1566667+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 77,166 Reputation points Microsoft Vendor