python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why dotnet restore is not working and return platform error?
I am creating an API using dotnet 6 and while running dotnet restore I have the following error:
error MSB4126: The specified solution configuration "Debug|MCD" is invalid. Plid. Please spec...

fyardlest
Votes: 0
Answers: 0
CSS pop-up menu not working with ASP Master Page
I've drawn a sketch that helps illustrate the situation:
https://i.stack.imgur.com/iZLbY.png
We are using a Master Page. The top of the screen has a header, including a "Profile" menu at the...
GSDev
Votes: 0
Answers: 1
ASP.NET Core 6 Self Hosted Windows Service without IIS
How do you self-host an ASP.NET Core 6 Minimal API application as a Windows Service?
Everything works when the exe is executed, but having problems deploying to a production server as a Windows Servic...
Jason Holden
Votes: 0
Answers: 1
How to check and change labels and textboxes in ASP.net
I am trying to make a website using asp.net. First you must log in. This textbox is called Username, and there is a textbox called Password.
If Username = Hello and Password = 123, then I want the pag...
Cap Stone
Votes: 0
Answers: 1