How to update only half the record in MVC Core
If I have a class with 5 fields, and I pass the record to the view, what if I only want to change/edit 2 out of the 5 fields? I could display all 5, and make 3 read only. That will work. Is there a way to just display the 2 fields for editing? When I…
Developer technologies | .NET | Entity Framework Core
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
Save Stackpanel's content as PNG image
Hi All, I have a stackpanel control which displays four textblocks in vertical orientation. The second textbox displays the barcode generated using code39 font. I want to print all these four textblocks on barcode stickers for scanning. For this I am…
Developer technologies | Windows Presentation Foundation
Visual Studio 2022 and 2026 UI Freezes (Busy Cursor) After Closing and Reopening - Reinstall & Cache Clear Failed
Issue Description: Recently, Visual Studio has become completely unresponsive during or after debugging. The mouse cursor stays in the "Busy" state, and I cannot click any buttons or menus within the IDE. This happens with any project, not…
Developer technologies | Visual Studio | Debugging
Can I run two versions of Visual Studio at the same time
I have windows 11 I have vs 2013 that I use to develop my family website. It is fine but I cannot debug javascript etc. using Edge browser or add packages (fine in itself but well) I have noticed that for retired/academics etc. there is a free…
Developer technologies | Visual Studio | Setup
Linker reporting unresolved symbols
I have been using the Digital Mars(DM) C++ compiler for many years. I decided to use the MSVC Community C++ compiler because there are a number of SDK functions I would like to use and they are not accessible with DM. Below is my attempt to create a…
Developer technologies | C++
Inquiry about downloading Visual Studio 2022 Community and student eligibility for Professional Version
I would like to ask for your assistance regarding the download options for Visual Studio 2022. I am currently trying to download Visual Studio 2022 Community, however, on the available download pages I was only able to find the Professional and Essential…
Developer technologies | Visual Studio | Other
Deployment script hangs on Az PowerShell 11.x when uploading blob via MSI
This issue is actually about Powershell and Bicep, but these do not appear as options in the dropdown. We use Microsoft.Resources/deploymentScripts (AzurePowerShell) with a User Assigned Managed Identity to upload a ZIP to Azure Blob Storage. Script…
Developer technologies | .NET | Other
Artifact Signing How-To for VSIX Packages
sign cli claims to support this scenario: https://github.com/dotnet/sign?tab=readme-ov-file .vsix via OpenOpcSignTool but OOST was last updated 3 years ago, predating Artifact (Azure Trusted) Signing? Is there a straightforward process/step by step…
Developer technologies | Visual Studio | Extensions
Shared Visual Studio option on Azure AVD
Is it possible to create a shared VDI/AVD to be shared by Visual Studio users? ALl articles indicate it is not viable.
Developer technologies | Visual Studio | Other
DirectX instruction for Applications (not games)
Hello : )__ I'm writing to ask if any of you have a really good instruction or tutorial on the subject of DirectX 2D [ or DirectX 3D programming ] - though I'm really interested in 2D right now. I went to Nvidia.com and they actually had some good…
Developer technologies | Visual Studio | Other
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…
Developer technologies | .NET | .NET MAUI
Minimal API is taking too long
We're getting close to the end of rewriting a legacy ASP.NET WebForms app using Blazor and Minimal APIs. Both are written using .NET 9. A coworker builds and puts both the Blazor app and Minimal API into their respective websites. According to him, it…
Developer technologies | ASP.NET | ASP.NET API
Debug with Chat Visual Studio 2026
Hi, I see that in version of Visual Studio 2026, there is Debug with Chat. Where I can use it in all projects types? Only on C# languages? In unit tests it works? Can you give how does it works behind the scene to understand how to work with it? What…
Developer technologies | C#
NTF Vs FAT Vs SMB shares
Hi, Can you please explain what is the difference between NTF Vs FAT Vs SMB shares? When will I use each one. Thanks in advance,
Developer technologies | C#
The best practice to work with null
Hi, I'm using .NET 10. 1.I would like, if it possible to cover the best practice of of usage of null. From project level (<Nullable>enable</Nullable>), , method level , method parameters and its local parameters and variables with…
Developer technologies | C#
Is it possible to purchase a non-consumable Android one-time product more than once on the same Android device?
I have tried to purchase a non-consumable one-time product on my Android phone but I got the exception AlreadyOwned in this line: string testpurchaseexcep = purchaseEx.PurchaseError.ToString()); I had already purchased the same one-time product on my…
Developer technologies | .NET | .NET MAUI
RUNONCE registry setting
Has the ! sign influence the RUNONCE registry setting?
Developer technologies | Visual Studio | Other
MSAL authentication_canceled exception in .NET MAUI even when using embedded webview
Hi, I am facing a recurring issue in a .NET MAUI Android application using MSAL 4.77.0 for Azure AD authentication. I am seeing frequent non-fatal exceptions in Crashlytics: Microsoft.Identity.Client.MsalClientException ErrorCode:…
Developer technologies | C#
How to stop the debugger from showing decompiled code in VB.NET
Hi, I have been working on a project now for some time in VB.NET. I have debugged it many times without any issues. I must have changed something in the code or properties of the project that has caused Visual Studio to show decompiled code in C#. I…