Content
Increase upload speed in azure app service
When using the FileUpload in a Blazor Server App to stream data to a FileStream using the www directory for testing it transmits less than 1 meg per second. This issue is constant regardless of VM size. Also the code is simple and clear showing a…
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) { …
Radio Button and RadioButton.GestureRecognizers are not working
RadioButton.GestureRecognizers are not working with Android. I found a number of forums mentioning that RadioButton.GestureRecognizers is not working with Android. My questions it, is there an alternative? I tried Binding CheckedChanged and that doesn't…
how to call a method from Application_Start() in Global.asax.cs file when IIS server having particular site restarts in asp.net mvc5 application
how to call a method from Application_Start() in Global.asax.cs file when IIS server having particular site restarts in asp.net mvc5 application?
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…
MAUI - Hello World does not run on Emulator
I am following the documentation: https://dotnet.microsoft.com/en-us/learn/maui/first-app-tutorial/device-setup I created the simple Hello World for a .NET MAUI app. On my physical device it works, but not on emulators. I created an Android emulator for…
Visual Studio 2022 debugging now no longer works
First off please do not send me to VS support as it really does not exist. My VS 2022 Microsoft Visual Studio Community 2022 (64-bit) - Current Version 17.7.7 It has been getting worse by the day but it has now really hit rock bottom. Function evaluation…
Maui webview .Navigated event is not triggered when source is a blazor website
Create a simple MAUI app with support for eg. android. On mainpage add a webview (NOT BlazorWebView): <StackLayout VerticalOptions="Fill" HorizontalOptions="Fill"> <WebView …
How should I publish a .net 8 ASP.Net Core Web API on visual studio 17.8.2?
I have been developping a .net 8 ASP.Net Core Web API on visual studio 17.8.2. When I go to publish it i dont see a publishing profile for a serverless Azure function app, only for an Azure App Service. What I want is to create a Github Action that will…

POST endpoint blocked by CORS policy even after allowing all endpoints with wild card indicator (*)
I setup a .NET API that's being called by an Angular frontend, the API allows requests from any origin by creating a CORS policy with the wildcard indicator (*) initially for testing purposes. I made some new changes to the app and ended up having to…
How to store Picture User Profile on Database Table AspNetUsers using mvc asp.net core 5?
I working on asp.net core 5 mvc web application , I face issue I can't store Picture User on database table [dbo].[AspNetUsers]. so can you tell me how to store personal picture of user on table [dbo].[AspNetUsers]. I already add new column…
How to fix update problem in concurrent request in ASP.NET Web API 2
I am working on an ASP.NET Web API 2 project with .NET Framework 4.6.2. When I send two concurrent requests with the same parameters from Postman, only one record is updated in the database, even though there should be two. I have included screenshots of…
"Type SqlDataAdapter is not defined" after migrating from .net framwork to .net 7
After upgrading my project to .NEG 7.0 we now receiver an error message when using commands such as New SqlConnection and New SqlDataAdapter. Errors are "Type SqlConnection is not defined" and "Type SqlDataAdapter is not defined" How…
asp.net Core 6.0 RDLC Report
ASP.NET Core 6.0 How to add data from database to RDLC report? My method of adding data without database is working fine. But I can't find any way to add database data. I would appreciate it if someone could help. thanks in advance public IActionResult…
'Platform' does not contain a definition for 'AppContext' Error MAUI App.
I'm attempting to use the following line of code in the MainPage code behind (MainPage.xaml.cs). The project references Maui.Controls, Maui.Essentials, CommunityToolkit.MVVM, and Maui.Controls.Compatibility. Code: var context =…
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…
Flyout problems
Ok so this is kind of weird, I have a HomePage and a Registration page. They are registered in my appShell <ShellContent Title="loginPage" ContentTemplate="{DataTemplate view:LoginPage}" …
While calling MS Graph API through blazor webassembly app i am getting below error
{ "error": { "code": "ErrorEntityNotFound", "message": "Exception of type 'Microsoft.Fast.Profile.Core.Exception.ImageNotFoundException' was thrown.", "innerError":…
How to show pdf in webview using azure storage pdf link in .net maui for android platform?. Currently showing blank screen
Sample link works but while using azure storage link then showing blank screen.
warning MA002: Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project.
I get the following warnings in my iOS project. What should I change in my project? /usr/local/share/dotnet/packs/Microsoft.Maui.Sdk/8.0.0-rc.2.9511/Sdk/BundledVersions.targets(80,5) : warning MA002: Starting with .NET 8, setting …