Content
LINQ query with and and OR search criteria based on GUI
I have the following search boxes on my web page: This is my LINQ query: var transaction = (from sst in _Context.Transactions join sstcnt in ( from ssti in _Context.TransactionItems …


.net MAUI ListView item appearing animation time
I am trying to figure out how to have newly added data populate a CollectionView (top) or ListView (bottom) instantly instead of this default fade in that takes up to 1 second to show the new data. I'm doing this in Windows. Is this an animation that can…


An error occurs when Blazor WASM is routed through Azure Front Door
I have implemented Blazor WASM app with AAD refer to the URL below. https://learn.microsoft.com/en-us/aspnet/core/blazor/security/webassembly/hosted-with-azure-active-directory?view=aspnetcore-7.0 This worked fine, but An error occured when I created a…
<I'm getting error while installing the .net framework 4.8 for windows 2019 server > Error message: 0x80092004 -can not find object or property
For windows 2019 server - I'm getting error while installing the .Net framework 4.8 version . Error Message : 0x80092004 -can not find object or property Log details : [0B30:1D94][2023-05-29T12:11:44]i001: Burn v3.14.0.2812, Windows v10.0 (Build 17763:…


Meesho Customer Care Free Helpline Number 7439214677=8961369994 Meesho Customer Care Free Helpline Number 7439214677=8961369994
Ididi enejeje dndjdjd dndjdjd dndndn dndnd dndnd dndn
autofac dependency injection in .net maui
HI, I am working on migrating xamarin forms application to .net MAUI application. In xamarin froms application i am using autofac dependency injection. can we use autofac dependency injection in .net MAUI. if YES how to re use that code?


why this Storyboard in DataTrigger introduce the runtime exception?
I am trying to complish a Custom Control which has a DataTrigger with animation in my project, but I always hit a InvalidOperationException failure. So I abstract the logic into this repo . I found the same animation works well in the EventTrigger, but…


Button selection like in menu
Hi, Please see https://app.screencast.com/Lgk50on26Xky6 When I select on my left menu side that consist of buttons i want that the buttons will be selected like in web screencast. All others buttons in app not influence from the selection in the my…


[MAUI] deep linking not working in outlook iOS
i'm handling deeplink in MAUI app i try to open app via deeplink in outlook, but it doesn't open maui app note: i use that link in Skype, MS team, Gmail,.. it opens app totally please help to check that, thanks
Modify LINQ query to accommodate search criteria
I have the following LINQ statement var transaction = (from sst in Context.Transactions join sstcnt in ( from ssti in _recorderContext.TransactionItems group ssti by…


Different net core web applications using the same physical path with load balancer
My IT team has deployed my asp.net core (v7) web application on IIS 10, on 4 different servers to use a load balancer. All 4 apps point to a shared network path to avoid sync issues when updating app files Using the same route is a recommended…


MAUI Label inside layouts are not aligning properly
I have to show two labels side by side which are centered in a layout based on dynamic text. It was working fine in Xamarin forms, but not in MAUI. Label is not centering and LineBreakMode is also not working. <?xml version="1.0"…


how to get how many client login using the same user?
I am using cookie authentication. one user can login in many clients. I want to know how many login using the same user.


ERROR: How do I insert into an image column if no image is present in image control?
How do I save an empty image data into database if the image control has no image? But if the image control has image data, the it should save as well. The xample is that I have a web page that when the page loads, data is displayed from a database table…


Web Platform Installer successor?
Hello, I am a full-stack programmer and I used WPI, now that it is discontinued I would like to know if there is any tool that can replace it, that allows me to manage my IIS server together with my websites locally, manage PHP and local MySQL databases…


How to disable textbox control when Purchase Date is more than 60 days past Receipt Date
Hi, I know this question has to do with jQuery date picker but I can't find jQuery or JavaSxript. We have three textbox controls, ReturnDate, PurchaseDate, and RefundAmount. PurchaseDate and RefundAmount are part of a Repeater control. Our customers are…
Carousel view setting default position not working in maui
Carousel view setting default position not scrolling to item on page load in maui. After data is loaded to carousel view, updating position not working. CarouselView.Position = index;


Binding redirect .NET core
Hi I have a .NET core web application. It depends on myCore.dll, which version 1.0.0 After sometime, myCore.dll is updated with new function. Its version has been increased to 1.1.0. After I replaced myCore.dll v 1.0.0 with 1.1.0 to bin, and restart my…


Help with converting Blazor Entity Framework Sample App to use SQL Server instead of Sqlite
I am new to Blazor. I want to change the ASP.NET Core Blazor Server with Entity Framework Core (EF Core) Sample Application from Sqlite to SQL Server. I created the Contacts table in Sql Server based on the Contact.cs model. I modified the Program.cs…


Xamarin Forms MSB6006: "java.exe"exited with code2
The new instance, without any modifications, cannot run.I have tried all other methods (delete the bin/obj folder, enable Multi-Dex), delete the folder and redeploy, and the bin/obj file will be automatically generated