.NET 9 Core MVC - Database qurstions
I have a very old MS SQL database. When I say old, I really mean that it was created and built upon without any adherence to proper database design discipline. Anyways, this is currently running a very outdated combination of asp and asp.net webform…
Entity Framework Core Training
Why do you do homework
Why do you do homework?Why do you do homework? Why do you do homework This question is related to the following Learning Module
.NET Internet of things
unable to deploy .net core app on a shared linux hosting
Hi, .net core app is supposed to be a multi platform app. For some reason no shared Linux hosting (like a2hosting.com) is allowing .net core app their linux shared hosting servers.
.NET Runtime
How to change the grey default background of a combobox in wpf in xaml
Hi how can I change the grey default background color of a combobox? Of the selected Item not the dropdown list Any help?
.NET
Windows Presentation Foundation
.NET 8 WinForms Migration – System.Data.SQLite vs Microsoft.Data.Sqlite
Hi everyone, I'm in the process of migrating a Windows Forms application from .NET Framework 4.7.2 to .NET 8. The original project uses System.Data.SQLite (version 1.0.113), and everything has been working smoothly so far. Now that the application is…
.NET Training
Scrolling Issue on Tabbed Page in iOS When Adding Dynamic Labels
I am experiencing a scrolling issue on a tabbed page in iOS when dynamically adding labels. In most cases (approximately 8 out of 10 times), I am unable to scroll down after adding the labels. This issue occurs on both real and simulator devices. …
.NET MAUI
Dynamic NavMenu
I am trying to implement the default NavMenu.razor with a number of NavLinks where one of the items is not visible by default. It should only become visible after an authenticated user belonging to a specific role condition is true. My code snippet is…
.NET MAUI
UI freezes for sometime after UI binding
My data is binding to UI quickly but the UI freezes for few seconds and I have only 2 records. I am loading data in ContentView Loaded event var newStops = await Task.Run(() => { return response.Stops .OrderByDescending(x =>…
.NET MAUI
Can I use getManufacturerSpecificData in StartDiscovery in .net android?
how to use getManufacturerSpecificData in StartDiscovery not StartLeScan?
.NET MAUI
Unable to Authenticate MAUI Application on Android
I have a Blazor hybrid app that successfully authenticates against Azure client OpenID authentication scheme on windows but fails on android device. Is there a working example to reference specifically for Android?
.NET MAUI
How to fix this issue - Failed to marshal the Objective-C object 0x1257d5880
I am facing an issue on an iOS device. After installing the app and opening it, I encounter this error. Failed to marshal the Objective-C object 0x1257d5880 (type: Microsoft_Maui_Controls_Handlers_Items_VerticalCell). Could not find an existing managed…
.NET MAUI
How to improve tapping feedback in Maui
Hello. Please. how to improve the feedback of tap recognize on a label of one character because the tapping area is small the tapping feedback is lower. In my app I have a grid row with 10 columns and in each grid cell I have a one character label with…
.NET MAUI
how to recover BitLocker
recovery key not working on BitLocker. Have entered key info but doesn't unlock the computer
.NET Machine learning
Severity Code Description Project File Line Suppression State Error MSB4100 Expected "$([System.String]::Copy('%(Identity)').EndsWith('.resources.dll'))" to evaluate to a boolean instead of "$([System.String]::Copy('C:\Users\tarek\OneDrive\Desktop\StoreAp
Severity Code Description Project File Line Suppression State Error MSB4100 Expected "$([System.String]::Copy('%(Identity)').EndsWith('.resources.dll'))" to evaluate to a boolean instead of…
ASP.NET Core
Blazor
.NET MAUI
When I try to deploy to an iPhone 6 running iOS 12.5.7 I get: error MT1006: Could not install the application ... on the device 'iPwn Nova': Device is invalid (0xe8000084).
A couple of my apps and also a brand new created test app all get the same error when I try to deploy to either of my iPhone 6 devices. It also takes a very long time for the error to finally occur and the build to stop. I can say the following things…
.NET MAUI
Is .NET Framework 4.8 supported on Windows 7 Embedded? Can VS2022-built apps run on Windows 7?
We are trying to confirm compatibility between Microsoft technologies and Windows 7 Embedded. Specifically, we would like to know: Is .NET Framework 4.8 officially supported on Windows 7 Embedded editions ? Can applications built using Visual Studio…
.NET Runtime
Getting 429 errors on the azure functions but not able to find any of these calls in the Logs or in the Azure Insights
While using an Azure functions and .Net 8 Isolated, after some time with messages being sent and functions running... we start getting a lot of 429 errors on the azure functions. Here problem is we don't find any of these calls in the Logs or in the…
.NET F#
Source generator
Hello I have a Class library, with a class using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; using System.Text; namespace FontAliasGenerator { // Step 1: Mark this class as an incremental source generator [Generator] …
.NET MAUI
.NET MAUI Dns.GetHostEntry()/Socket.Connect() exception on Android 10 and Android Emulator API 27
I have a .NET MAUI implementation of System.Net.Sockets that runs fine on Windows, but when run on Android 10, the call to Dns.GetHostEntry("GAI-W10-Dev1"); throws an exception:…
.NET MAUI
how to divide Path by line in .net android?
I am using .net android canvas. and how to divide Path into two paths by line? there is Path which by many lines. and I want to dive the shape into two paths by the green one. but actually the line is the orange one