Content
How do I get the FreeTextTable.Rank via Entity Framework
Hi all; I'm able to get a list of records using FreeTextTable in Entity Framework as follows: var EventsSqlWhere = $"SELECT top 200 * FROM FreeTextTable(Events, *, {0}, 200) as t INNER JOIN Events u on u.Id = t.[KEY] ORDER BY t.[RANK]…


Add-Migration InitialCreate throws an exception, but is successful
When I run Add-Migration InitialCreate it successfully creates the EF classes. But it also throws the following exception: PM> Add-Migration InitialCreate -context TrackingDbContext Build started... Build…


Sending email function is not sending email
Hi, My send email function is not working on my emulator or on the mobile from the app store. Am I missing something? Like some permissions etc? private async void SendFeedbackEmail() { try { var…
staticwebapp.config.json is being ignored
I'm hosting a blazor wasm app in azure static web apps but my staticwebapp.config.json is being ignored. I've tried placing it in the root folder and /wwwroot. I'm deploying through visual studio This is the contents of the json file: { …
Hi, can someone help me figure out how to refactor the following code:
Hi, Im trying to figure out the best way to refactor the following code, could someone please help? The HasFlag method returns a bool. Any help would be much appreciated! var paymentResult = new MakePaymentResult(); switch (request.PaymentScheme) …
Reducing opacity of swipe images
How do I reduce the opacity of images in a swiper container, except for the image that is swiped to display in the middle? For example, as the images are swiping through, any image that appear in the middle will be clear while the other ones beside will…
is there any way to force stop the ProcessMessageAsync handler when the thread keeps running in background?
My http function app tried to make a call to Service Bus to collect messages every 5 minutes and cancel after 5 seconds to response the consumer. [FunctionName("QueryHandler")] public async Task<IActionResult> Run( …
how to get sleep or hibernate (powermode)events in .net maui?
I am trying to find events which gets fired when system goes to sleep mode and comes back. In my application we need to trigger the events which should get called when system goes to sleep mode and come back from sleep mode.

Working on a tutorial and cannot find the Web Site Administration Tool.
Hello, I am working on a login tutorial and cannot find the Web Site Administration Tool to use to configure asp.net. Here is a link to the tutorial: https://learn.microsoft.com/en-us/previous-versions/aspnet/yh26yfzy(v=vs.100) I vaguely…
If I publish Blazor WASM, and try to access any newly created routable component such as "/test", I am getting 404
Hi, I have Blazor WASM project, I've added new component called "Test.razor", it routes to @page "/test" If I run project through Visual Studio and try to access component through route, it works properly. e.g.…

No me deja crear proyectos ASP.NET y me sale el error HRESULT E_FAIL de una llamada a un componente COM
Hola, les quería preguntar si existe una solución para este error que me esta saliendo a la hora de crear un nuevo proyecto asp.net Framework pero si me deja usar el resto de proyectos. intente reparando, quitando modificaciones y reinstalando pero no se…
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…
Fade background behind a form
Good Morning , I have a form named form1 in which there is a panel named panel1 . I am using this panel to open rest of the forms of my project . form 2 , Form3 , form 4 and form5 . in which form3 is actually a login form . Now , form2 contains a button…

How to override methods using Maui Handlers
I have a question, when I used Xamarin there was an option to override control's methods using Renderers. Now. MAUI has the concept of Handlers. How can I migrate that functionality to MAUI? I see there's code to change the control's appearance…
sélection de choix de réponse dans un Microsoft Forms
Good morning, I created a Microsoft Forms. In this Forms, there are 5 questions with a drop-down list for answers. And the answers appearing in the list, is the same answer choice for all 5 questions. The user should not be allowed to choose the same…

Determine "Recommended" display resolution settings
Got the code that gets a list of the monitors (using EnumDisplayDevices) along with getting all the settings (using EnumDisplaySettings) for each monitor working just fine. However, when I right click my desktop and adjust the resolution one of the…
How to quickly make a temporary separate login/password form to display a closed website on the Internet?
Hi! The site (Net.Core 6) already has a working authentication, but it can only be used if temporary login is allowed. This site needs to be temporarily hidden for everyone on the Internet.It is necessary to make a temporary entrance to the site through…
MAUI: Listview isvisible property is not working from the code behind?
I am trying to show the selected image or file on my UI on a listview. So initially the listview's IsVisible I set to false and after picking item I set the IsVisible property to true. My problem is after picking item the listview is not visible on the…
Binding library with xcfranework
How to use xcframework in xamarin ios binding library
Background worker not setting textbox.backcolor in UI thread
[windows forms, dotnet 4.8.1 VB] I have several applications that use a common non-indexed "message log" database file to communicate - works great! Each application tells the dashboard app when it starts, reports progress, completes, and is…