-
Updated
Jul 6, 2022 - C#
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 4,435 public repositories matching this topic...
Take example on https://docs.orchardcore.net/en/latest/docs/getting-started/theme/ and adapt it for a module.
Good first issue: Add a comment if you want to work on it and make to your first documentation contribution.
-
Updated
Jul 6, 2022 - C#
-
Updated
Jul 4, 2022 - C#
-
Updated
Jul 6, 2022 - C#
open-telemetry/opentelemetry-dotnet#3112 As a follow up to this, we can now modify the instrumentation libraries to leverage the new Status field on Activity.
-
Updated
Jun 15, 2022
Improve the tier prices feature - add info like "Buy 2 in x.xx$ and save x%"
-
Updated
Jul 6, 2022 - C#
-
Updated
Apr 13, 2022 - C#
-
Updated
Jul 6, 2022 - C#
-
Updated
Jul 6, 2022 - C#
-
Updated
Jun 22, 2022 - C#
-
Updated
Jun 10, 2022 - C#
-
Updated
Jun 28, 2022 - C#
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
A banner to show visitors the site is just a demo and not a real store. The banner must have a link to this repository.
-
Updated
Jun 20, 2022 - C#
-
Updated
Jun 8, 2020 - PHP
-
Updated
Jun 22, 2022 - C#
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
-
Updated
May 20, 2022 - F#
-
Updated
Apr 28, 2022 - C#
-
Updated
May 22, 2018 - JavaScript
-
Updated
Jul 6, 2022 - C#
-
Updated
Dec 2, 2020
-
Updated
Jul 6, 2022 - C#
-
Updated
May 25, 2022 - C#
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