Content
How to remember last closed form
Hi , Working on a application , where i have two pages in my application : sale and purchase . I need to find out on which form i was working before closing the application , so that it can be the starting form of my application at run time . For…
How do I disable content filtering?
Can't get on websites
Numeric Datagridview column
HI , i have a datagridview whose columns requires some extra features like only numeric is allowed and one decimal point and digits after decimal should be only 2 . The alignment must be right only . Which event i should choose as my datagridview is a…

Visual studio blazor wrap properly values issue
Hi all in visual studio in a blazor project the wrap properly have only the values soft and hard but not also the value off. This caused me problem because I didn't know about the off value . and that waste many time of me. why visual studio don't…
UI freezing due to Task.Run activity in async/await Task.Run() scenario (reworded)
[Previously} Help needed understanding C# await Task.Run() and threading I’m creating a desktop C# Winforms app. If an exception is thrown due to a missing essential component the user can choose an automated fix option that searches the app’s archives…


Maui - Burn data to CdRome in Mac
Hi, I want to burn data list of files to cdrome in MAC. Any program to show ? How is can be done in Maui ? Thanks
Maui for android customizing keyboard issue
Hi all I have some entry fields and each one has different characters input I want when entry focus to display adequate keyboard that contains only the adequate characters for that entry field If this possible please give me a help how to do it. Thank…
Blazor accessing global variable issue
Hi all I asked here how to save variable state and i get long answers and what I want is to know if it's possible in blazor to define a variable somewhere in the app structure so I can access it from any component. something like in console program…
Maui- app.cs write in constructor http call
Hi, I need to write http call asynchronously and i have only constructor their. Is not allowed to make asynchronous call in constructor? Thanks,
Maui - Order of launch
Hi, What order of steps that Maui launch ? Maui program.cs. app.xaml...... Thanks,
Unable to run .net 4.8 apps on IIS using Arm processor (M1 Max)
I have a macbook pro with M1 max processor running windows 11 pro in Parallels using the most updated version as to writing this message. When trying to run .net 4.8 app on IIS I get the following error in the event viewer: The Module DLL 'C:\Program…
Blazor default template application issue
Hi all. in the default template application of blazor when clicking the button the count variable is increasing by 1. but when navigate to other component and then return to the Counter component the count value is reset to 0 what changes I need to do in…
EF Core: Map multiple c# classes to DB table
Hello, I have a DB table named JobPosting with 60 columns. I'd like to have 2 c# entities JobPostingFull & JobPostingLite which both reference the JobPosting table. The JobPostingFull class has all columns from the DB, the JobPostingLite class has…
Working on a tutorial and cannot find the Web Site Administration Tool.
Hello, I am working on a login tutorial and cannot find the Web Site Administration Tool to use to configure asp.net. Here is a link to the tutorial: https://learn.microsoft.com/en-us/previous-versions/aspnet/yh26yfzy(v=vs.100) I vaguely…
How To create a framework
How to create the framework in C# with Example
Logging in C# - To a text file
I am creating a console application and I understand that I need to use ILoggerFactory for logging purpose, but how can I get it to be written to a text file instead to the debug section or the console window.
docker compose didn't work with SSL for devcert
i have an issue to setup local environment to run docker compose to publish api services that using .net 7 docker-compose.debug.yml is version: '3.4' services: webapp: image: mcr.microsoft.com/dotnet/samples:aspnetapp ports: - 80 …
MAUI extensions not available on visual studio 2022
I have Visual Studio v 17.7.4 and Visual Studio Preview v 17.8.0 and have recently installed the MAUI suite.  I am not given the option to create multi-platform apps as I assume I would on VS or VSP. I have gone through previous iterations of the…