python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Unexpected results in Entity Framework Core when using Skip and Take with Include
I am trying to load related entities using EF Core and then paginate the results.
When I use the code shown below with let's say pageIndex=1 and pageSize=20, I get only two results:
var products = _co...
Athanasios Sioppidis
Votes: 0
Answers: 0
Is it possible to use razor syntax in a javascript code in ASP.NET Core
In my MVC project, I have a form to be filled out by the user. There is client-side validation in the view; if you leave input fields empty and hit the post button, You'd see validation tags for each ...
ahamad zooghi
Votes: 0
Answers: 1
How to redirect to custom 403 using Middleware - asp.net
I'm trying to redirect if authentication fails to a custom 403 page which Is not working.
The web pages should only be accessible if the user is authenticated via LDAP(should belong to a particular gr...
melspring
Votes: 0
Answers: 0
Html.BeginForm inside list of partial views
Is it possible to do Databinding on a form post when the form is inside a partial view - either through <partial name=... for=...> or Html.EditorFor(..., but where that partial view is inside a ...
MichaelMitchell
Votes: 0
Answers: 0