Content
No suitable constructor was found for entity type 'FilterDescriptor'
I have Visual Studio 2022 with a .NET 7 API project in it. I have been building out a set of models and having EntityFramwork build the database in Microsoft Sql Server. That has been going great. Today I added a .NET 7 Web App (MVC) to the solution and…
Unable to add data into SQL table - exception thrown, but query works OK
I created a temp table in Server Management Studio, and imported it into my application using Scaffol-DbContext ` Scaffold-DbContext 'Data Source=MyServer;Initial Catalog=MyCatalog;Integrated Security=True;Connect Timeout=30;Encrypt=False;Trust…
EF Core: Map multiple c# classes to DB table
Hello, I have a DB table named JobPosting with 60 columns. I'd like to have 2 c# entities JobPostingFull & JobPostingLite which both reference the JobPosting table. The JobPostingFull class has all columns from the DB, the JobPostingLite class has…
Is there a way to automate adding the FullText Index to an Entity Framework migration
Hi all; Yes I can add the script to the Migration.Up() everytime I revise my model. But that is fundamentally no different from having a CreateIndexes.sql that I just run in SSMS after creating a DB. Is there some way to declare the full text indexes in…


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]…


How can I do a [MemberNotNull] for an Entity Framework IncludeAll() method I wrote?
I have the following helper method. This includes all complex properties in my Event DbSet (actually there's 9 properties but I reduced it for clarity): public static IQueryable<Event> IncludeAll(this IQueryable<Event> source) { return…


i cant install visual studio{visual studio installer has stopped working}
when try to install visual studio i cant intall.it stopped working .i tried every other versions also.not working.windows 7 64 bit link fot vslog = https://1drv.ms/u/s!Amb604zyg9tMbNeqdOFfEH2Zr14?e=xoN0a7

Missed my Exam due to issue with onvue ,
i had an appointment for MS-900 certification using onvue joined 30 minuted before the exam and Application lunched successfully but when the exam started , i can't lunch onvue to start my exam
Asp.Net MVC 5 Jquery serialize Array not map class list property in
Jquery serializeArray, not map class list property. I am passing master and detail records using Ajax post request to my API controller List of Vias does not map; it gives a null value, but when I try this on a simple controller, it works. How can I…
"Failed to get document because the client is offline" error in Xamarin.Forms project
Here is my code of App.xaml.cs file of a Xamarin.Forms project: public partial class App : Application { public App() { CrossFirebaseCrashlytics.Current.HandleUncaughtException(); InitializeComponent(); …
How rendering handling concurrency in razor page from API response?
Hi, I'm following up on all the discussions I've had about handling concurrency errors. 1 - I would like to know if it is possible to handle concurrency errors in a context where I have a DataGrid in edition mode on a line? 2 - I have defined a put…
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…
How to automatically copy clipboard text into textbox using timer
Using VB.Net, am trying to get the text in clipboard into a specific textbox. Once text get into clipboard, I want it to be getting pasted and queuing automatically into the textbox, using timer. The below code was supposed to do as expected but only…
Maui for android entry screen keyboard issue
Hi all. how to prevent on screen keyboard when a specific entry get focus. Thank you very much.
How to get a .NET 8.0 (isolated) function app to appear in my release pipeline, or successfully deploy from Visual Studio
I made a new .NET 8.0 Isolated Function App on by B1 App Service plan three days ago and I'm used to being able to select my Azure Subscription, then "Function App on Windows", and then select the resource from the dropdown, but I see nothing…
How to protect Net.Core server from malicious content uploads by users?
Hi! I have a website where on certain pages the user can (through checks in the controller method): To save (upload to server) text in text fields and to CKEditor. To save (upload to server) images (.jpg) to website through CKEditor and through …
How to remember last closed form
Hi , Working on a application , where i have two pages in my application : sale and purchase . I need to find out on which form i was working before closing the application , so that it can be the starting form of my application at run time . For…
Blazor accessing global variable issue
Hi all I asked here how to save variable state and i get long answers and what I want is to know if it's possible in blazor to define a variable somewhere in the app structure so I can access it from any component. something like in console program…
Visual studio blazor wrap properly values issue
Hi all in visual studio in a blazor project the wrap properly have only the values soft and hard but not also the value off. This caused me problem because I didn't know about the off value . and that waste many time of me. why visual studio don't…
How do I disable content filtering?
Can't get on websites