Content
Asp.net core razor pages(.cshtml) not loading properly after upgrading to .net 6 and angular 14
Hi Team, Currently, in my project, we have the angular and .net core apps. The project was created using an SPA template adding angular to it. The projects had a few razor pages included. Now the issue is those razor pages not loading properly in CI/CD…
How to fix XA3007: Could not link native shared library: libxamarin-app.so in Xamarin.Android
I'm trying to run and build my Xamarin.Android project in Visual Studio 2022 to upgrade Target Framework and API Level to 33 Android 13 but got the next error:(can I solved it ?any idea please)
permanent footer row in datagridview
hi , is there a way by which our datagridview control could have a footer row below exactly after the 12 rows and if the rows in the datagridview increases , suppose by 2 . it should always be at last position but it always should be after 12 rows . the…
Expiring AzureAD Client secret with implicit and hybrid flow
Our AzureAD Client secret is going to expire soon and we already created a new client secret but have not deleted the expiring one yet. It is used to authenticate our .Net core Web application. We store Clientid, TenantId, domain etc. in appsettings.json…
MAUI: Any alternative packages for Xam.Plugin.Media, DLToolkit.Forms.Controls.FlowListView, Xamarin.Plugin.FilePicker
I am using below packages in my Xamarin Forms project: Xam.Plugin.Media: For opening camera and gallery in device and pick pictures DLToolkit.Forms.Controls.FlowListView: For showing multiple items on a row Xamarin.Plugin.FilePicker: For picking files…
MAUI: Listview isvisible property is not working from the code behind?
I am trying to show the selected image or file on my UI on a listview. So initially the listview's IsVisible I set to false and after picking item I set the IsVisible property to true. My problem is after picking item the listview is not visible on the…
Populate html table from api
In the Visits controller I want to populate the index page from api and not from entity model https://visitsapi.azurewebsites.net/api/Visits I want to populate the html table with Visit Date and Notes patid is being passed from earlier…
minimum rows to display in datagridview
hello , is there a way by which i can set that there must be minimum number of rows is available to display in datagridview regardless of the data it has or not .

How to get user name for Blazor server applications (EasyAuth)?
I configured azure app service using EasyAuth. I tried to get the user name in the article below, but the username was returned null. The EasyAuth is working…
Azure App Service Window Container Kudu Invalid Handle
Hi, I am getting "Invalid handle" error when accessing Kudu from App Service. Currently using App Service Window Container Plan Any idea on this issue? Look through online cant seems to find an answer for this. Thanks Ron
Running Xamarin iOS Error simctl returned exit code 4
Hi Three days ago, my app ran well and deployed smoothly to Emulator on my mac until today when I tried to run again, my apps cannot run with the error Error on Visual Studio Severity Code Description Project File Line Suppression State Error error…


moving controls inside tablelayoutpanel
I want to move and place controls inside tablelayoutpanel but it seems that i cannot move controls as they are stuck at some place inside tableoutpanel . Any suggestions .
Is there a Blazor server localization sample somewhere
Hi all; Is there a good Blazor server localization sample somewhere. I've read the ASP.NET Core Blazor globalization and localization page and it's good. But in a lot of places it's not clear what is for WASM and what is for server side. And it's also…


Opening pdf file from url
Hi I am using this code to open a pdf file from a url; var DocPath = "http://mydomain.com/Docs/MyDoc.PDF"; Launcher.TryOpenAsync(new System.Uri(DocPath)); However I am getting the 'Cannot display PDF (MyDoc.PDF cannot be opened)' error. Tried…
MVC CORE Scaffold view to create api postgressql view
How do I scaffold view in MVC CORE , as it is failing due to lack of primary key I am trying to create api using https://learn.microsoft.com/en-us/aspnet/core/tutorials/first-web-api?view=aspnetcore-7.0&tabs=visual-studio CREATE TABLE public.visit…
Deploy an asp.net core API on a Linux server with nginx
hi I followed your tutorial on deploying an asp.net core API and I followed the same logic to deploy my API on an ubuntu server with Nginx, it happens that locally I access the API from the development environment, and even from another machine on the…
How to integrate a web service soap into your C# windows forms project
Hello, I'm a junior C# developer and I'm developing a project with Windows Forms that communicates with a counter via a network cable, the counter has a map with an integrated soap web service, I have the url that corresponds to the counter's ip +…
How can I create a Complex View Like this one in WPF DataGridView C#?
I created this Example and Tried to make it as Simple as Possible so that you can Understand Clearly. I have SQL Server Database Named EmployeesDB that contains 4 Tables as following: 1. Employees Table which is the Parent Table in this Example. 2.…
Binding refresh counter smoootly
Hi, Please see https://app.screencast.com/itMCskOJqMYAL The finished counter value change its value from zero to new value. In the begging of the loop the value is zero of finished counter and later when the loop it finished it get it real value. How i…
Icon status dynamically change in collection view
Hi, How can I present in collection view the status of queue list. Assume you have two states: in process && finish and two icons accordingly. When process in status in process it will show this icon. When process in status finished it will…