what is the bypass code for Williamsburg County School District
I really need to know my school bypass code if you don't give it to me I'm goingf you don't I'm going to sue you again and again and again and again and again and again and again and again to sue you smcd., , mkfvm m vmk ml,fr.., n…
.NET MAUI
User Context (cs-username) Not Logged in IIS log file After Migrating from .NET Framework to .NET 8 Web API
After migrating .NET Framework Web API to .NET 8, you noticed that the user context (cs-username) is no longer being logged in the IIS log file. In .NET Framework Web API, I'm using FormsAuthenticationTicket to set the user context in Global.asax…
.NET Runtime
Blazor app .NET 8 interactive buttons with @onclick not working
I am making a .NET 8 Blazor web app with interactive server components but when i make a simple button that has to perform a simple function i declared it doesn't do anything, no messages via the websockets, no UI change. I think i have done all the…
Blazor Training
How to add custom domain(like our organization domain names to container apps in azure)
Above is the screenshot while adding our custom domain to azure container apps , please provide us a solution
Entity Framework Core Training
FlyoutPage.Flyout Width
Hi, How I set in windows net 9 the width of FlyoutPage.Flyout(menu)? Thanks,
.NET MAUI
How to run PowerShell with admin right
Hi, I need to run PowerShell with admin rights to get permission to run a script in C# code. If there is a solution please leave a comment, many thanks.
.NET
C#
PowerShell
Help me turn on the M908 red dragon software please.
I have a red dragon M908 and I plugged in my mouse and the software says no mouse detected does anyone know what to do?
.NET F#
How can I use BinaryFormatter in .net 8 application
I'm migrating .net application from .net 4.7.2 to .net 8. I had used BinaryFormatter for serialization and deserialization in my application but it is obsolete in .net 8. Still I want to use binaryFormatter in upgraded .net 8 application temporarily…
.NET Runtime
How to register .net 8 build activex so that test program can run access it from different folder
I can run C:\Windows\syswow64\regsvr32 to register my activex.dll which is stored at the C:\Program Files (x86)\AA but the test program, test.exe, could not access it from C: \Program Files (x86)\BB folder. Any thought?
.NET Runtime

.Net framework 4.8.1 comparasion
what are major security updates and performance update given in .net framework4.8.1 when compare to 4.8
.NET Training
How to fix Add-Migration problem?
Hi, I am trying to add another entity to the database in my e-commerce solution which includes client and admin projects using Blazor WASM and Server, Asp.Net Core API, and data access projects. However, I am getting an error message as shown below: How…
Entity Framework Core
ASP.NET Core
Blazor
C#

the rotation is not work as expected?
I am using .net-android and want to use canvas to draw cube and rotate it.this is the code:`public class XyCube { public float width; public float height; public Color Color; public float center_x; public float center_y; public float…
.NET MAUI
Smooth Transition Between Pages with and Without Navigation Bars in MAUI
In a .NET MAUI application, I have a scenario where I'm navigating from a page without a navigation bar (NavigationPage.SetHasNavigationBar(this, false)) to a page that includes a navigation bar. During the transition, the appearance of the navigation…
.NET MAUI
Empty Carousel view
I'm developing a MAUI application and encountering an issue with the CarouselView control. The indicators in the CarouselView appear correctly according to the number of items in my ObservableCollection<string> which contains the filenames of my…
.NET MAUI
Is there something I can do to change all this?
I have a 2022 HP PC with 4Gb RAM and it's very slow. Sometimes it can freeze for a long time and it works at it's own time. It really doesn't do well with the internet.
.NET Runtime
AddOidcAuthentication in blazor Web App .net 9
I added the Oidc Authentication in blazor client project but it shows error IAccessTokenProvider Not Registered. I want to get the access token into HttpClient as authorization header bearer token. namespace ClientThree.Client; using…
Blazor Training

Observable Collection OnPropertyChanged Performance Issue
While Updating Values to Observable Collection, OnPropertyChanged() takes a lot of time to load and render in UI. Because of this it's takes around a minute to update the list and taking lot of time for updating if few more list updating at the same…
.NET MAUI
MQTT message published from MAUI app to AWS IOT is not showing in MQTT test client
I am using below code to publish message from app to AWS IOT: public async Task PublishMessage(string topic, string payload) { if (_mqttClient == null || !_mqttClient.IsConnected) { Utility.DebugAndLog("MQTT client is not connected.…
.NET Internet of things
MAUI: Android: Foreground service is not running
I have integrated foreground service like below in my MAUI application. MyForegroundService.cs under Platforms.Android // MyForegroundService.cs using Android.App; using Android.Content; using Android.Content.PM; using Android.OS; using…
.NET MAUI
Unable to publish a message from MAUI iOS version
I have opened a bug last week regarding the issue with publishing a message from MAUI app here. The suggested solution was to use the 3.1.1 version and it is working fine for Android platform. But in iOS not able to connect to MQTT broker with 3.1.1…