scheduler tasks with security options “Run whether user is logged on or not”.
We use the package <package id="TaskScheduler" version="2.12.2" targetFramework="net48" /> This is the code with three actions and its behavior: || | -------- | Task || | -------- | GUI || | -------- | Manually run…
Developer technologies | C#
Signing into Azure Resources in Visual Studio Code when you have multiple microsoft accounts connected to Windows
Hi all, As the title says, I am trying to sign into Azure Resources in my school environment. I have a work account attached to my Windows for obvious reasons. When trying to sign into said environment I am prompted with my work account and not my school…
Developer technologies | Visual Studio | Extensions
FileNotFoundException when I read file?
I am using .net maui and I want to read file but get FileNotFoundException when I use FileSystem.OpenAppPackageFileAsync the file is set to MauiAsset and place in Resources\Raw.
Developer technologies | .NET | .NET MAUI
add-migration throws error File web.dll not found. The startup project is where DbContext is. Web is the asp.net core project
Greetings, Ladies and Guys! So finally I found a tutorial of Razor Pages C#, with jQuery AJAX. The solution has 3 projects: Web (asp.net core razor pages app, here goes the config, such as connection string and some services), Core (Model and…
Developer technologies | C#
Exceptions in C#
Hi, I'm using .NET 10 , VS 2026. I would like to know what is the best practice to use exceptions in methods and other places. And how to handle exceptions ? what are the options I can use? There are many kinds of exceptions, where are all the list of…
Developer technologies | C#
what is the means of None Remove in .net maui?
what is the means of it? remove the resources?
Developer technologies | .NET | .NET MAUI
I cant login to visual studio marketplace site
Hey, I have a publisher and i can login to market place now: https://marketplace.visualstudio.com.mcas.ms/ i have the email and password, but after login the site goes back to the same page and i'm not logged it. I tried with phone, windows and macos…
Developer technologies | Visual Studio | Extensions
New update failed to install now I dont have access to VS 2026.
Package 'Microsoft.VisualStudio.Setup.Configuration,version=4.3.2028.6109' failed to install.
Developer technologies | Visual Studio | Setup
Visual Studio 2026 Issue
Have installed Visual Studio 2026, when finished and want to close, notice appears on the screen from the Visual Studio Installer "Do you want this app to make a change to your computer?". Sounds like the installer has not completed the…
Developer technologies | Visual Studio | Setup
Issue to access the server from the client
Hi, The project is running well on the server like I get the issues like The site could be temporarily unavailable or too busy. Try again in a few moments. If you are unable to load any pages, check your computer’s network connection. If your computer…
Developer technologies | ASP.NET | ASP.NET Core
what is the Name of CurrentCulture?
I am using .net maui and I want to get the language of the environment. I use CultureInfo.CurrentCulture.Name and I can get the current language. and I want to get more '//Chinese Simplified //English //Traditional…
Developer technologies | .NET | .NET MAUI
api-ms-win-core-winrt-string-l1-1-0.dll is missing from my computer
api-ms-win-core-winrt-string-l1-1-0.dll is missing from my computer
Developer technologies | C++
.net web application with internal and external users using Entra External ID
I'm trying to build a single application that will be used by my organization's users as well as customers. I've been exploring Entra External ID as a method for customers to sign in/register, but it looks like I can't use cross tenant synchronization…
Developer technologies | ASP.NET | ASP.NET Core
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Microsoft Security | Microsoft Entra | Microsoft Entra ID
ASP.NET Web Forms With Entra ID Authentication Works On Local Host But 405 Response On IIS Hosted Server
I am working on a project to update our ASP.NET Web Forms sites to use Entra ID Authentication via OWIN Middleware. The code samples posted on how to do this on Azure portal work for me, but only on local host. But after I deploy an application to AN IIS…
Developer technologies | ASP.NET | Other
Task in C#
Hi, I'm using .NET 10 in Visual studio 2026. I would like to know what is the best practice to work with tasks in C#. How to create them? How to make continuation? How to handle exceptions? How to handle timeout? How to cancel them ? Thanks,
Developer technologies | C#
Switch Statement in C#
Hi, I'm using .NET 10 , VS 2026. The Switch Statement have changed over the C# versions. Can you please summarize how switch statement change over the C# versions ? Why switch statement input is only string ? How to use switch statement in .NET10 as…
Developer technologies | C#
CVE-2025-15467 vulnerability for Visual Studio Professional 2022
Hi Team, The Visual Studio Professional 2022 got tagged to CVE-2025-15467 vulnerability as it is using libssl-3-x64.dll and libcrypto-3-x64.dll. Can you let us know how to solve this ? We tried updating Visual Studio Professional 2022 to latest version…
Developer technologies | Visual Studio | Other
General Question about MVC Core View reload Behavior
Just a basic question, and lets say the following is done on purpose: The app loads a view with a custom layout, images, and a button The user clicks the button, one image changes, and then the same exact view gets loaded again. Does the app truly…
Developer technologies | .NET | Entity Framework Core
Issue with DNS lookups and Chinese characters in hostname
I am seeing an issue in the field, and I'd like the communities take on it. When the hostname is Chinese characters, our logging show this error when our application runs (I havent tried a hostname of ascii and chinese). ===== 2026/2/23 16:38:12: (6) …
Developer technologies | .NET | .NET Runtime
MAUI iOS: ">net maui: pick" command is not working as expected.
I am trying to run my MAUI project on my Mac machine using Visual Studio code. I did all the steps as per this video by James Montemagno. But when I try to pick the iOS device to run the project, the devices are not listing. Android and macOS device…