The Wayback Machine - https://web.archive.org/web/20200713024421/https://github.com/topics/asp-net-mvc
Skip to content
#

asp-net-mvc

Here are 2,445 public repositories matching this topic...

csla
GeeWee
GeeWee commented Mar 25, 2020

Is your feature request related to a problem? Please describe.
In the documentation you simply pass an IQueryable to the PagedList without any sort of keyselector. However if you e.g. pass an IQueryable from a database without any keyselector, then the results aren't guaranteed.

The generated SQL (For sql server) is as follows

SELECT [a].[WtgId], [a].[TimeOnUtc], [a].[Code], [a]
spshenychnyy-mechanicadvisor
spshenychnyy-mechanicadvisor commented Oct 23, 2019

Redirect() call ignores the name with which "old" rout is being registered in passed Func. Instead it takes just the result Route and calls routes.Add((RouteBase) redirectRoute); (without name argument).

This leads to situation that if some page contains @Url.RouteUrl("name"...) link, it fails to render due to absense of named route.

PS: I need many routes to be redirected to home page, so I

damienbod
damienbod commented Feb 13, 2018

reported by snomad

Maybe make passing reference to CSP.UseCspReportOnly, super helpful on initial efforts into CSP. I am still lost on CSP level 2 and level 3 and just how much of a priority they should be. CanIUse shows CSP 1 at 94% globally, CSP2 at 80%. Not sure what to aim for.

Scott Helme
You can use CSP 2 and CSP 3 features and be backwards compatible. At a minimum I'd say CSP 2.

Improve this page

Add a description, image, and links to the asp-net-mvc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the asp-net-mvc topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.