Content
Message handler called outside of the Windows message loop. Please explain.
Initial conditions: Simple Windows Forms application (c#, .NET 4.6.1), dialog box containing among other controls, a combo box. The combo box contains several items. On using a certain control on the dialog's surface (e.g. pressing a button), the…
How to run AI model in a Blazor frontend
Hi, What is the best way to run a AI model (programmed in Python) that has been deployed in Azure as a managed endpoint in the Blazor frontend of each user of a Blazor website? Is there a way to run the AI model in the Blazor frontend in a simple and…
What is the alternate IDE in place of Visual Studio MAC to support the .NET8 in the MAC system for the development of native .NET SDK style IOS projects ?
Hi Team, As we already know Visual Studio for MAC is going to retire in Aug 31, 2024. We are working on Migration of Xamarin Native Projects(Xamarin.Android and Xamarin.IOS) to .Net-Android /.Net-IOS Style Projects. What will be the alternate IDE for…
How to get the data from start date to end date
How can I find data from database between two dates. Problem-1. How can I find the data from the database between the two dates if I consider the parameters. Problem-1. If I use date as parameter then my datatable doesn't show data. Problem-2. I want to…

ASP.NET CORE <> JWT
I want to add JWT Token authroization for https://github.com/KalyanAllam/VisitsApi and call the api in https://github.com/KalyanAllam/PatientPortal/blob/master/PatientPortal/Controllers/VisitsNewController.cs
How to fix the 'An unhandled error has occured. Reload. x'
Because of this, i cant click nor navigate my components
ASP.NET CORE WEBAPI Custom Filter <> Bearer Token
Seeing this article [http://dotnet-concept.com/Tutorials/2020/1/5800875/Web-API-Tutorial-Csharp-Part-3-Implementing-basic-Bearer-authentication-in-Web-API-application] I created a custom filter CustomAuthenticationAttribute , I am trying use Custom…
Text Getting Cut Off From Animated Label in WPF VB.NET Application
Hello, I have an application that has a text crawl in it. I am having some trouble getting the text crawl to go without chopping of the text. I want the crawl to scroll across the screen without reducing the width of the label. The animation works fine,…
ComboBox Control how to define MaxLength of input Text
Hi, a client asked me a change. I have an app with several STANDARD ComboBoxes Control. Until this morning they were all defined with IsEditable="False". Now I have to give the possibility to the user to input a value even if it is not in the…
how to use script files in blazor project inside index.html?
I have a blazor webassemly project , I want to use javascript files , I put them in wwwroot folder and call them in index.html by thos way <script src="/js/bracket.js"></script> I am sure the path is correct but also not working…
ServiceHost is freezing on multiple calls
Hi, I need to configure WCF for very fast parallel queries. Right now, the ServiceHost is melting just after 900 requests. It freezes and only after shutdown of a current instance it produces some calls of contracts, but only like 130 - 200 calls will…
Pending Navigations still processing when navigating from page constructor or OnNavigated method in MAUI
I am using MAUI with .NET 7 and I want to implement login flow. Basic case I have is to have only 2 pages: Dashboard and Login. Third page is Loading page that will have no layout, just serves as a routing page. Flow is: Loading page is the first one…
Transfer the WebApi application to another PC, test it, without a development environment?
Hello, @AgaveJoe https://learn.microsoft.com/en-us/iis/application-frameworks/scenario-build-an-aspnet-website-on-iis/configuring-step-1-install-iis-and-asp-net-modules The target machine needs a host like IIS to host Web API. We have no idea how your…

How to get user name for Blazor server applications (EasyAuth)?
I configured azure app service using EasyAuth. I tried to get the user name in the article below, but the username was returned null. The EasyAuth is working…

ASP.NET Core MVC: Unable to set focus on input element on view load
I am trying to set focus using javascript on the first unfocused input element of MVC view in a load window event listener. But element is focused only after page reloading. Attached browser - MS Edge I tried reloading the page programmatically using…

key for ticket in asp ticket store for login
I am doing app with login with ticket store. Problem is that I wish to obtain new key to be in cookie each time it is used. So I wish new key after each use. I tried to log out and log in controller to get new key but it fails to work. It gives me same…
how to use ForcedSampleCount in DX11.1.
Dear Microsoft Official, I hope this email finds you well. I am writing to seek your guidance regarding the usage of ForcedSampleCount in DX11.1. I have been working on a project that involves DirectX 11.1 and I am currently facing some challenges with…
Visual Studio 2022 Xamarin iOS Cannot Automatically Restart App After Build
I use Microsoft Visual Studio Enterprise 2022 (64-bit) - Current Version 17.6.4. I have created a new blank project and connected it with iMac 2012 Catalina xCode 12.4 and Mac Book Pro 2018 Ventura xCode 14.3.1. Everytime I Build the app, at the first…

HttpListener used on Xamarin.IOS app. "Safari cant open the page because it couldn't connect to the server" error only on iOS 17 devices.
Our project uses the latest Xamarin and our app has a function that creates a HTTP server to store a html and config file, and we use SfSafariViewController to view the contents on the html file. However, after the release of iOS17, this function does…
Use a different Blazor project inside the MAUI application
Hi there, I'd like to use a different project (within the same solution) to be used inside a MAUI webview. The structure looks like: Solution Blazor application MAUI wrapper application The MAUI wrapper application should start the Blazor…