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

asp-net

aspnet logo

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 4,371 public repositories matching this topic...

MartinCarpentier
MartinCarpentier commented Dec 29, 2018

Expected Behavior / New Feature

Support sticky sessions for ServiceDiscoveryProviders

Actual Behavior / Motivation for New Feature

When using websockets with ocelot in a distributed system, problem can arise since ocelot, as far as i know, doesn't support sticky sessions when working with service discovery providers.

The functionality could be great if it could work with both consul

enhancement help wanted good first issue
OrchardCore
hishamco
hishamco commented Feb 14, 2022

I added an admin menu, when I attach a new Link Admin Menu, I saw the following hint:

The url of the link. A link will be shown only if it or one of their children have a url. The url will be relative to the root of the admin site

Seems the Url is relative to the site not the admin site

hotchocolate
grandnode
purkhusid
purkhusid commented Apr 8, 2022

Bug Report

If you use the B3 propagator with e.g. the Grpc.Core instrumentation then it fails to connect the parent spans to the new server spans because gRPC headers are always lower case.

The issue is that the B3 propagator does not store the headers as lower case and then this line in the Grpc.Core instrumentation does not do case-insensitive comparison: https://github.com/open-telemetry/

bug help wanted good first issue
dasblog-core
poppastring
poppastring commented Nov 28, 2021

Replace client-side caching...
[ResponseCache(Duration = 14400, Location = ResponseCacheLocation.Any)]

...with serverside caching
private readonly IMemoryCache memoryCache;

  • Caching on the home page should be broken when we add a new post or comment (includes status updates and deletes).
  • Caching on the archive page should be broken when we add a new post.
  • Caching on the categor

Created by Microsoft

Released January 2002

Website
asp.net
Wikipedia
Wikipedia