-
Updated
Jun 5, 2021 - C#
aspnet-core
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 960 public repositories matching this topic...
-
Updated
Jun 6, 2021 - C#
-
Updated
Jun 6, 2021 - C#
-
Updated
Jun 3, 2021 - C#
-
Updated
May 20, 2021 - C#
-
Updated
May 28, 2021 - C#
-
Updated
May 29, 2021 - JavaScript
-
Updated
Jun 4, 2021 - C#
-
Updated
Jun 1, 2021 - C#
-
Updated
Jun 6, 2021 - C#
-
Updated
May 24, 2021 - F#
-
Updated
Apr 13, 2021
-
Updated
Oct 24, 2018 - C#
-
Updated
May 23, 2021 - C#
-
Updated
Mar 14, 2021 - TypeScript
-
Updated
May 18, 2021 - C#
I know it's not a course about RESTful principles but maybe you'll consider in the future extracting resource id from request body to path parameter ?
-
Updated
Apr 3, 2019 - JavaScript
-
Updated
Jan 22, 2021 - C#
-
Updated
Mar 22, 2018 - C#
-
Updated
Oct 14, 2020 - C#
-
Updated
Mar 14, 2021 - JavaScript
We should have a test that validates each service can actually be resolved from the container (within a scope). See #339 for motivation. It would be fantastic if this could be done via reflection and not manually adding a new test every time you register a new service. I'm thinking we would define a static member that contained all the ServiceDescriptors. Then in the test we just get this member
-
Updated
Sep 11, 2019 - C#
-
Updated
May 14, 2021 - C#
-
Updated
Jun 1, 2021 - C#
-
Updated
Aug 28, 2019 - C#
-
Updated
May 15, 2021 - C#


Create an include (something like
https://github.com/dotnet/AspNetCore.Docs/blob/master/aspnetcore/includes/reservedRouting.mdWith 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