Posts by Pedro Perondini • 21 points
1 post
-
0
votes1
answer47
viewsQ: Correct LINQ search syntax in MVC
I built an application with MVC that performs a query in an SQL database and returns it as a table, and now I want to add a search bar to that screen. I’ve already set up my "Index.cshtml" view…