asp.net core web api using smtp with Oauth2 for gmail as well as outlook
Hi, I am using ASP.NET Core Web API 8. I need to create a sample program for sending emails using Gmail SMTP with OAuth2 (web application flow), as well as Outlook (web application flow). Can you provide any sample code, documentation, and screenshots?
Developer technologies | ASP.NET | ASP.NET Core
Problem with Blazor InputSelect
I've been trying to learn Blazor and I've been working with a movie app tutorial that I got here: https://learn.microsoft.com/en-us/aspnet/core/blazor/tutorials/movie-database-app/?view=aspnetcore-9.0. I've added a lookup table with a "Star…
Developer technologies | ASP.NET | ASP.NET Core
how do I make an “http://www. “ call from a browser to a .net 8 core project residing on my web host?
Hi, I have a visual studio .net 8 web application. I copied the projects folder up to my web host, but I don’t know how to call it from a web browser. With .net 4, I just copied my visual studio project folder up to my web host and put it in the web…
Developer technologies | ASP.NET | ASP.NET Core
Visual Studio Community Version 17.7.4 Http Test 401 Errors
Since upgrading my Visual Studio Community edition to Version 17.7.4, I noticed that the method of sending requests in an http test document has changed in the UI from a green play button to a “Send Request” link. More importantly, since this update all…
Developer technologies | ASP.NET | ASP.NET Core
Issue with Pipeline on Windows and signing MSIX
Hello everyone, Currently I have a project to migrate an app from Xam.Forms to Maui. The app is deployed to both IOS, Android and Windows and so far IOS and Android went well and the pipelines work great. I have issue however with Windows part and the…
Developer technologies | .NET | .NET MAUI
WebApi Routing Problems
Hello everyone and thanks for the help in advance. I am developing a WebApi application, .Net 9 that I am having problems getting the routing correct. Here is what my controller looks like: [Route("api/[controller]")] …
Developer technologies | ASP.NET | ASP.NET API
ASP.NET Core Web API with Google Cloud
Hello Developer's, I'm builded a .NET Core Web API using .NET 8. And I'm interested to use Google Cloud Operation Suite for Logs Monitoring and Logging Purposes. Is there any references which I can follow and suggestions how to integrate .NET Core with…
Developer technologies | ASP.NET | ASP.NET API

Reusing Printer HDC for Multiple Documents in WinUI2 Application
I'm developing a WinUI2 (WinRT/C++) application, and we plan to include an option to print documents using the available printers. We want to avoid using the system's default Printer Dialog box and are instead creating our own custom solution. Currently,…
Developer technologies | Universal Windows Platform (UWP)
How to stop Visual Studio's Android emulator displaying off screen.
I'm trying to use Visual Studio 2022 Community Edition to develop a MAUI application for an Android phone. I use a laptop that is sometimes connected to an external monitor. When I'm not connected to an external monitor the Android Emulator that Visual…
Developer technologies | .NET | .NET MAUI
Developer technologies | Visual Studio | Other

I cannot get RDLC Report Designer 2022 Extension to appear
I have followed various guides and troubleshooting. Installed VS and the extension muitple times yet I still cannot get the MS RDLC Report Designer to appear as a file opening option
Developer technologies | Visual Studio | Extensions


Making A Screenreader Accessible Audio Program
I'm a sight challenged woman who is a beginner at computer programming, and I'd like to find out, what is the best way to create an audio program that's accessible to screenreaders like JAWS? Specifically, I'd like to make checkboxes that when toggled,…
Developer technologies | Windows Presentation Foundation
What do I need to have access to VB6 development tools?
I need to do some development on a VB6 application. I am trying to arrive at the required tools and such that will get me to Visual Studio with VB6 development capacity. What do I need and how do I get access to the require toolset.
Developer technologies | VB
API Integration — Unexpected TFN Error Code 18332
System.Configuration.ErrorException: Invalid TFN format detected at Service.Telephony.Connect() in /src/Service/Telephony.cs:line 9762 ---> InnerException: ErrorCode=18332249762
Developer technologies | .NET | Other

Cannot fetch or pull from remote git repository on Azure DevOps.
I have a GIT repository hosted on Azure DevOps. For a number of years, I was able to do all of the normal git operations using Visual Studio 2022. All of a sudden, since about a moth ago, I get this error: Error encountered while fetching: Failed to…
Developer technologies | Visual Studio | Other

System.Management currently is only supported for Windows desktop applications.
I use ManagementObject which is in System.Management.dll(4.6.0) in a class library The class libray 's TargetFramework is netstandard2.0. Then I reference the class library in a service whick is based on BackgroundService, when I run the service , there…
Developer technologies | .NET | .NET Runtime
I want to compare two jsons without using string comparison for my web app in.net framework?
I want to compare two jsons and the json will have many properties and its corresponding values i want to compare each and every property and it's values of json and it return the result as true or false first it should check all the properties name…
Developer technologies | C#
Can I load CLR (.Net 4.72) and the CorCLR(.Net 8) in the same native process?
Given a native process in windows, can it load both the CLR and the coreCLR ? More Details on the scanrio: Given: 1- A native process ConsoleApp1.exe. 2- Managed C++ /CLR dll (.Net 4.72) , myLib1.dll 3- A COM object which is implemented in .Net 8.0 ,…
Developer technologies | .NET | Entity Framework Core
The correct CChildFrame is not activated after the predecessor is closed.
MFC MDI application. Opened several CChildFrame s. (To illustrate better my issue I identified every CChildFrame with an unique id.) Opened, lets say, 5 CChildFrame. 1, 2, 3, 4, 5. List the order of the CChildFrame by menu: About: List…
Developer technologies | C++
Usage of TLS 1.3 protocol using SCHANNEL in C++ language for TCP/IP
We are trying to build one sample application using only TLS 1.3(No fallback to older TLS versions) protocol with below registries added, [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.3\Client]…
Developer technologies | C++
WebAuthn redirection in MstscLib
hi All! in WPF/.net4.8.1 application we are using MstscLib.dll + WindowsFormsHost to work with rdp connection inside our window. for now we are wounder if WebAuthn redirection inside the rdp session will work correctly and if so what settings should be…