Content
Why does VS 2022 add using statements to my code
Every so often (at least it has happened enough that I know what to do) when I go to debug a solution it will add using statement(s) to my code. They will always cause a compile error which on the surface makes not sense. The most recent one was for…
How Can I Use AddRange In Master Details Table
i have 2 table Order OrderLineItems namespace BasketWebApp.Models { using System; using System.Collections.Generic; public partial class Order { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage",…
How to Monitoring and Navigating URLs in Blazor Maui with Social Authentication
I'm currently working on a Blazor Maui app using C# and integrating UAE Pass authentication. In my application, I need to monitor and navigate URLs within a Blazor page, such as Login.razor. I attempted to achieve this using an iframe, but encountered an…
Timer to MAUI Blazor App
Here is my quiz app ,the current functionality is to capture if question is correct or wrong and give a score 9/10 , 10/10 etc and display the user "Questions incorrectly answered with answers:" Now I added time which is in minutes to…
How can i add select columns in specification pattern
i followed this medium article https://medium.com/@rudyzio92/net-core-using-the-specification-pattern-alongside-a-generic-repository-318cd4eea4aa how can i add select like this in my specification class UsersWithRecipesAndIngredientsSpecification …
Does ASP.NET Core Identity library have an option for CAPTCHA?
Hi; In the ASP.NET Core Identity library, is there a way to have it require a CAPTCHA when a new user is registering? thanks - dave

Authenticate with AcquireTokenInteractive and use security key as default
I have a C# program (Windows Application .NET 7.0) for logging in to Azure using Web Account Manager (WAM). This works fine but I would like to have "Sign in with a security key" as the default sign-in option. Currently I get a dialog where I…

KERNELBASE.dll Exception code: 0xe0434352 Fault offset: 0x000000000002cf19 Faulting process ID: 0x26c0 error
after the clickonce setup. the application gets terminates and in event viewer two erros are generated What may be going wrong ? Applicaton error Faulting application name: Bansal-RM.exe, version: 1.0.0.2, time stamp: 0x656e13f7 Faulting module name:…


Issue downloading file with + signs in their name, from Azure Blob Storage, in Azure App Service
I am experiencing an issue downloading a file with a + sign in its name ( 14595-2023-2157-1-GCSU+Tree+Campus+Plan+2022 .docx ), specifically when my code is deployed in Azure App Service. Surprisingly, the file exists in Blob Storage and can be…

Upgrade .Net framework 2.0 to latest version
My current project is .Net Web Form with .Net framework 2.0 version (Visual Studio 2005). I want to change .Net framework latest version (with Visual Studio 2019). Is this possible 2.0 to 4.8 directly. Or, should I change to another version (like…

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.
push notifications in Windows
Hi, I'm developing an application in MAUI, and I'm working with push notifications in Windows, what is the normal behavior of push notifications when the application is closed (not minimized)? When the app is open the notifications arrive and everything…
Maui .net. RelayCommand when pressing button doesn't fire.
I have VS 2022 preview Version 17.5.0 Preview 1.0 In my project I installed CommuniToolkit.Maui v2.0 and CommunityToolkit.Mvvm V8.0 I created this MVVM test app and when I press the button it doesn't fire. <ContentPage…
CaptchaMvc.Mvc5 Captcha loading error
Hi, We are facing the captcha loading error if user browse the URL multiple times. here we are using CaptchaMvc.Mvc5 package. Note this issue is not showing in localhost. Please find the image for your reference.
C# Allowing only one row to be selected in checkbox coloum in each datagridview on a form
Hi I'm still very new to C# and struggling with the following issue with DataGridViews in my windows forms app. I have a form that has two combo boxes (combo1 & combo2) and two datagridview (dgv1 & dgv2) controls on it. Both combo boxes have a…
EF Core .Net 8 error after TLS 1.0 was disabled.
The admins where I work have disabled TLS 1.0 but now all of a sudden, my .Net 8 app is getting the following error: Microsoft.Data.SqlClient.SqlException (0x80131904): A connection was successfully established with the server, but then an error occurred…
How to convert node.js to C# code
I have this code in node.js and I need to convert it to C# code This method I have to implement it in my project to be consume from other platform. But it is coded in Node.js and I am using ASP.NET MVC and I do not have idea in node.js…
Maui - publish msix with no internet in net 8
Hi, When publishing msix with internet the msix is working. But with no internet is not responsive at all . not open . Why ? dotnet publish -f net8.0-windows10.0.19041.0 -c Release /p:AppxPackageSigningEnabled=true…
Memory is not releasing in dotnet6
I'm currently working on a .NET 6 Web API project, and I'm facing an issue with memory not being released properly. I have thoroughly analyzed the code and ensured that I'm not creating any memory leaks or holding onto unnecessary resources. However,…
Why does Visual Studio create a solution not allow selecting .NET 8?
Hi; I'm trying to create a new Blazor Server app and want it to be .NET 8 so I get the ASP.NET Identity library version 8 in the created code (to see what has changed). Is there any way to do this? The dialog only allows.NET 6 and .NET 7. I do have .NET…

