Information Disclosure Vulnerability
Azure Identity Library for .NET Information Disclosure Vulnerability
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] …
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,…
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…
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…
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…
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,…
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,…
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…
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…
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"…
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
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…
cross-platform approach
I have his method void OnPinMarkerClicked(object turbine) { if (turbine != null) { #if ANDROID || IOS Shell.Current.GoToAsync($"{nameof(TurbineDetailPage)}", true, …
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…
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"…
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"…
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 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…
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 …