How to view my content from my database to my home view in .Net core MVC
Hi guys SO I was learning to use .NET Core MVC through the tutorial, and I decided to take it up a notch. While the tutorial has been helpful, it did not really have what I was looking for, and surprisingly, neither do all the AI bots. So what's the…
Maui app in mac using VS Code stop working
Hi, Maui app in mac using VS Code stop working. I got this error. Using .Net 8.
Get certificate's public key in the PKCS8 format
Environment: Windows 11 24H2 .Net Framework 4.8, 4.7.2 Problem: I do not understand how to get server's certificate public key in PKCS8 format using the X509Certificate class. Explanation: I'm implementing the custom server's certificate check for…
Xamarin support for Android API 34 (14)
Hi I have a project and trying to update to API 34 with no luck even I create a blank project (Start new project with basic hello world template) also giving me the same error. Here is the error The TargetFrameworkVersion (Android API level 33) is lower…
How to use SelectedIndexChanged or CommandParameter with CommunityToolkit.Mvvm
I am using CommunityToolkit.Mvvm with ObservableObject and ObservableProperty. In the MVVM pattern, how can I trigger the SelectedIndexChanged event for a Picker when an item is selected, or handle changes in an Entry when typing into the textbox? …
Counting Occurrences in a Table
Hello everyone and thanks for the help in advance. I need to develop a MVC application that reads a SQL database of patients who have received vaccines. The table looks like: [ID] [int] IDENTITY(1,1) NOT NULL, [MRNumber] [varchar](50)…
adding a maui class library to maui project - fails to find reference to a method when compiling
Hi, I am using VS 2022, net 9.0 I have a Maui App project with a reference to Maui Class Library project. The reference is loaded correctly and I can reference the method in MauiProgram.cs, ( can do right click and go to implementation) I have set the…
can I return object in razor pages?
can I return object in razor pages? public async Task<object>OnPostDeleteAsync() { return MySuccessMessage(); }
How to Remove the Gray Line Between FlyoutItem and ShellContent in .NET MAUI Shell
I am working on a .NET MAUI Shell application and have noticed an issue where there is an unwanted gray line appearing between the FlyoutItem and the ShellContent. This line appears when navigating between the FlyoutItem and the ShellContent in my app's…
render alamamak
windows 11 kurulumundan sonra bilgisayara yüklediğim lumion render programı artık render almıyor beyaz ekran oluşup yanıt vermiyor ve performans testi düşük oluyor. bunun nedeni kurulum mu ya da ssd kart olabilir mi nasıl çözeceğim
How can I retrieve RDP files for an Azure Virtual Desktop session using the Desktop Virtualization APIs in a C# .NET application?
I'm trying to implement functionality in my C# .NET application that retrieves RDP files for an Azure Virtual Desktop session, similar to how the Remote Desktop client retrieves them. Specifically, I need to programmatically access RDP file details, such…
How can I symbolicate my iOS crash report?
I have uploaded my application to TestFlight but it always crashes when I start it on my iPad. I have tried to open the crash report file crashlog.crash in Xcode-->Window-->Devices and Simulators. But the crash report is not symbolicated. How can I…
In a Class change console message for textbox message yes or no, VB2017 Vb.Net
I want to delete a table in a database if it exists, with a textbox (yes or no) to create a new one programmatically. If the table exists "delete it" with the condition (yes), if this table does no exists with option no create a new one. For…
Weird disappearing error
I have a very weird error where everything disappears after a while and I think the fault is here <?xml version="1.0" encoding="utf-8" ?> <ContentPage x:Class="METROWIND.Views.NewsPage" …
How to Use Cube.js API with .NET Core Application? Facing "Query Param is Required" Error
Hello, I am trying to integrate the Cube.js API into my .NET Core application. My goal is to fetch data from Cube.js using a custom query. However, I keep encountering an error and can't seem to get the integration working. Here’s the method I…
How to Use Cube.js API with .NET Core Application? Facing "Query Param is Required" Error
Hello, I am trying to integrate the Cube.js API into my .NET Core application. My goal is to fetch data from Cube.js using a custom query. However, I keep encountering an error and can't seem to get the integration working. Here’s the method I…
Developing Cross-Platform MAUI Applications with VB.NET
Is it possible to develop cross-platform MAUI applications using VB.NET? Guidance and resources on this topic have been difficult to find.
why asp.net webapi generate a zh-Hans directory in bin directory?
I know this zh-hans means simplified Chinese, but I still don't understand the purpose of generating it
Custom fonts not working when uploading Maui Android project to Play Store
I have added custom fonts in the font directory of my Maui project's Resources directory and updated the MauiProgram.cs file accordingly. The fonts work fine when I deploy the application using Visual Studio, but when I publish the app and upload it to…