Jquery is not working! Class Jumotron does not work
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Admin_Login.aspx.cs" Inherits="TMS_Project.admin.Admin_Login" %> <!DOCTYPE html> <html…
How to fix JSON parsing error on health checks UI?
Using health checks in ASP.NET core, added health check for SQL server and write permissions check. The details URL returns valid json with both checks reporting healthy, however after implementing the MapHealthChecksUI() method to generate…
how to fix Sql connection and Sql command being underlined red in Visual Studio?
Hello, So i recently began to code a registration application to store the data of students using both Visual Studio and SQL Server but the namespace of SqlConnection and SqlCommand have been underlined by read by Visual Studio. I checked the Sql…
http client is very slow ib blazor .net 8
hi, i use http client to get html page , i have 2 million request but it's very slow to get the html page? is a faster way to do it ? response = await _httpClient.GetStringAsync($"https://www.test.com?type={item.TypePhone}"); HtmlDocument…
Question about clean architecture
I read article about clean architecture (in microsoft docs) and I have question about validation. In the article said that Application layer must not have any dependencies from external libraries and frameworks. But I see examples projects on github…
Xamarin.iOS EOL and what it means for me
As a result of purchasing another startup, my company inherited an iOS app written in Xamarin.ios including storyboards in XCode. We have not made a release on this app in over the past year. We learned that Xamarin EOL is occurring in May, 2024 and we…
How can i log an azure ad user out from my blazor server website?
Hello, I'm building a website for internal use that uses microsoft entra id to log in and out. I'd like to log users out when they quit the page. I've looked at CircuitHandler as it has events that occur when a user closes the page, but I'm confused how…
Azure Quantum Workspace from VScode Job was terminated due to a failed assertion
I have this code: host.py import json import numpy as np import matplotlib.pyplot as plt import qsharp import qsharp.azure plt.style.use('ggplot') from qsharp import azure from azure.quantum import Workspace from azure.quantum.optimization import…
how to get live stream which push by obs?
I want to get live stream that obs(obsproject.com) push. how to get the live video stream and send it to users? do not use azure.
Rebranding apps on Microsoft Store
Hello, We are in the process of rebranding our applications and we need to update also the company publisher name. This is due to the fact that the company was acquired by another company and we need to change all the references in our applications…
Bluetooth Plugin.Ble not showing any device.
I am using visual studio 2022 Maui, installed latest update and bluetooth Plugin.Ble ver 3. Also added all permission #if ANDROID public override (string androidPermission, bool isRuntime)[] RequiredPermissions => new List<(string Permission,…
component for c# winform project that is a moving horizontal graph
I have a winform project. I would like to add a component that is a moving graphic. Ie a graph with a line that moves across from left to right showing some real time values. Anybody have a recommendation for this? Think heart monitor like moving…
ASP.NET Web Application (.NET Framework) error: The tag 'Rule' does not exist in XML namespace 'http://schemas.microsoft.com/build/2009/properties'. Line 4 Position 7
I developed a new project in ASP.NET Web Application (.NET Framework 4.8.1). I did not make any changes to the application, I just placed all the forms, and reports into the project, and the application generated an error message 14 times (!) as…
Google Firebase Analytics issue on Xamarin MAUI
Hi i am integrating Google firebase analytics in Xamarin MAUI but getting null and also google-services.json and set build action to GoogleServicesJson.(GoogleServicesJson build action not…
App Service - .NET Decimal Places Issue
I'm a DevOps Engineer assisting a developing team with a recent issue regarding decimal places for currencies within a .NET 6 application suddenly changing from 2 to 3 without any changes being made. The issue was first picked up by automated tests on…
Maui-sHow to save and read data to/from XML ?
Hi, How to save and read data to/from XML ? Thanks,
vb.net [not C#] - Taskbar Apps
I've been making my own Shell for Windows and I am trying to make the small little apps on the bottom of the taskbar, like this. I don't know how to make it though. Any suggestions for help? I will be using a PictureBox and a TextLabel on top. Also,…
Windows Application Form with PictureBox and Scalling Issues
Hi, I have a visual basic Windows Forms application. Form1 has one PictureBox, PictureBox1. Problem Description: When this application is used on different screen resolutions the picture box /picture shows the wrong position. What I have done so far is…
Shiny MAUI Background Service Periodic Job
Hi, Did anyone try to integrate Shiny on Dotnet MAUI ? I want to have a background service that runs after every 20 seconds. Does Anyone has a sample code? Thanks, Ajay
I want to use NotifyIcon.Icon provided by Microsoft, but the language is C++ programming language, how to use NotifyIcon.Icon with C++?
Check the Microsoft website NotifyIcon.Icon, the example code is written #using <System.dll> #using <System.Windows.Forms.dll> #using <System.Drawing.dll>, I have not seen or written this way to load the library, it seems not written in…