ASP.NET

ASP.NET is an open source web framework for building modern web apps and services with .NET. ASP.NET creates websites based on HTML5, CSS, and JavaScript that are simple, fast, and can scale to millions of users.
Here are 538 public repositories matching this topic...
-
Updated
Sep 15, 2020 - C#
Create an include (something like https://github.com/dotnet/AspNetCore.Docs/blob/master/aspnetcore/includes/reservedRouting.md
With the info from https://github.com/dotnet/aspnetcore/wiki/MVC-Reserved-Keywords on routing. Be stronger, something like
These keywords should not be used for link generations, as model bound parameters, or top level properties.
Add the include to the 3
Whenever I submit a GET request to the api/public/groups endpoint, the "collections" field for each group returns "None" on every group, even if they have access to collections. I can verify that the

-
Updated
Sep 2, 2020 - C#
-
Updated
Sep 10, 2020 - C#
-
Updated
Sep 19, 2020 - C#
-
Updated
Sep 17, 2020 - C#
-
Updated
May 26, 2019 - TypeScript
Bug
If BaGet is started in debug mode it will log:
dbug: Microsoft.EntityFrameworkCore.Model.Validation[10600]
The property 'PackageKey' on entity type 'PackageDependency' was created in shadow state because there are no eligible CLR members with a matching name.
dbug: Microsoft.EntityFrameworkCore.Model.Validation[10600]
The property 'PackageKey' on entity type 'Packa
-
Updated
Oct 16, 2019 - Vue
-
Updated
Aug 7, 2020 - C#
-
Updated
Sep 18, 2020 - C#
The default sorting logic of GridViewDataSet
is hard-coded in GridView and it is not possible to change it easily.
We should either:
- Change the condition so the
SortCommand
will have priority (right now it is not used when GridViewDataSet is used). - Move the sorting logic to `ISortingOpti
-
Updated
Sep 18, 2020 - C#
Supported scenarios and unsupported scenarios are not well explained outside the example on the README.
Improve Documentation with more examples and explanations of what will/won't work.
-
Set up Github Pages site with great documentation
-
Improve & Update README
-
XML <summary> tags on classes & methods.
-
Updated
Jul 19, 2020 - C#
-
Updated
Apr 1, 2019 - Python
-
Updated
Aug 19, 2020 - C#
-
Updated
Aug 2, 2020 - C#
-
Updated
Oct 5, 2019 - C#
-
Updated
Sep 12, 2020
-
Updated
Aug 6, 2020 - C#
-
Updated
Aug 16, 2020 - C#
-
Updated
Jan 9, 2019 - C#
Add an overload to ElementReference.FocusAsync that accepts
preventScroll
as an option:I should probably add a new issue for this but I think FocusAsync() should also include
preventScroll
flaghttps://developer.mozilla.org/en-US/docs/Web