Content
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 migrate users from Blazor WASM to Blazor server side
Hi, I'm in a pickle, hoping someone can help me. I would like to know if it is possible (and if so, how?) to migrate existing users from Blazor WASM site to a Blazor Server site, without the users taking any actions like manually clearing site data…
How to write a reminder app that gives an alarm at the appointed time even when the program is closed. in .net MAUI
I want to create a reminder mobile application in .net MAUI that will run an alarm at a specified time even when the program is closed, and display a screen that has a button to disable the alarm.
centering label on webform
@Lan Huang-MSFT i've inserted a label onto my webform. and have it center per my view. however when i expand or resize the test window it shifts position. just trying to figure out how to have it float with resizing, minimizing, maximizing the browser…
What is a proper way decode frame ot image bitmap
Dear Gurus! I use RtspClientSharp for receiving frames from the remote Ip camera in Blazor server Application. And now I need to convert the received frame to a bitmap (imageByte in the next expression) for use as a source in the <img> tag ,…
How to implement Google Authetication in Blazor server app without Core Identity
Hello I would like to use custom authentication without using out-of-the-box Core Identity in my Blazor Server App with Oauth authentication. I started the app using the template without using individual user account because we have our own…
Backspace trapped possibly due to alignment or Code bug
Hi below is the code snippet which i have asked previously from a respected member @KOZ6.0 . protected override void OnCreateControl() { base.OnCreateControl(); foreach (DataGridViewColumn column in Columns) …
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…
I get an error when creating a new project with ASP.net Application (.NET Framework) format
This is my error message interface, I have checked the complete files in Packages but the device still says these versions cannot be found. If I uninstall and reinstall VS, I still have the same problem
Which should I use, Blazor WebAssembly or Blazor Server?
I'm trying to decide which option to choose. I plan to develop two applications using Blazor. The first one is intended to be a wiki-type application. The second one is an online manager for the Palladium RPG (specifically for Macross/Robotech RPG),…

code snippet for BindableProperty
I am creating a BindableProperty snippet, so far, I have this. <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> <CodeSnippet…
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…
No Internet page problems
I have a strange problem. I want to navigate to a certain page, when there is no internet. So, I am doing this. public LoginPage(LoginPageViewModel loginPageViewModel, IConnectivity connectivity, IAppService appService) { …
How can I change the Windows title bar to a specific color like purple?
I have a purple title bar (Primary color) How can I achieve the same on windows?
Stop timer when Quiz is completed
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 timer too ,please suggest on how to…
How to get all screenshots with MAUI?
I'm trying to make a screenshot program using MAUI, but Screenshot can only get screenshots of the app.
Is the conditional compilation option changed in VS 2022 17.5.2?
I used conditional compilation in my last project and it worked very well. Today I try to use it too, but the compiler doesn't recognise my condition that I added under Properties -> Build-> General For example, if I want to use my MAUI input as…
how to write TagHelper in c++?
how to write Taghelper in C++ and using it in asp.net core razor pages?
Difference between "private instance fields" and "private fields"
According to this Microsoft document, specific conventions for naming have been written, and the meaning of the following two items is not clear to me. 1: Use camelCase for method arguments, local variables, and private fields. 2: Private instance…

When will NET 8 be available on Azure App Services?
When will ASP.NET 8 be available for use on App Services, even as a preview please? We've been using 8 for a while in VS2022 Preview and need to start testing in a live environment (away from VM's!).