aspnetcore
Here are 2,452 public repositories matching this topic...
-
Updated
Dec 1, 2021 - C#
In answering a Stack Overflow question, I just discovered there's a [NonViewComponent] attribute for marking a class that ends with ViewComponent (case-insensitive) as, well, not being a View Component.
I think we should document this, under https://docs.microsoft.com/en-us/
-
Updated
Nov 30, 2021 - C#
-
Updated
Nov 11, 2021
-
Updated
Dec 1, 2021 - C#
-
Updated
Dec 1, 2021 - C#
-
Updated
Nov 30, 2021 - C#
-
Updated
Nov 28, 2021
-
Updated
Nov 2, 2021 - C#
-
Updated
Nov 22, 2021 - C#
-
Updated
Nov 11, 2021 - C#
-
Updated
Dec 1, 2021 - C#
-
Updated
Nov 28, 2021 - C#
-
Updated
Nov 27, 2021 - C#
-
Updated
Nov 1, 2021 - C#
-
Updated
Nov 12, 2021 - C#
-
Updated
Sep 17, 2021 - C#
-
Updated
Sep 12, 2021
-
Updated
May 26, 2019 - TypeScript
-
Updated
Dec 1, 2021 - C#
-
Updated
Nov 11, 2021 - C#
Seem we need RemoveAll cache with out parameter, or can called by remove everything for invalidate all cache.
For now I use following code
var listPrefix = new List<string>
{
"foo",
"bar",
"another-foo"
};
listPrefix.ForEach(prefix => {
cachingProvider.RemoveByPrefix(prefix);
});
Instead of write above code, we may can write single like below
` cachin
-
Updated
Oct 16, 2019 - Vue
-
Updated
Nov 26, 2021 - C#
-
Updated
Sep 26, 2021 - C#
-
Updated
Oct 23, 2020 - C#
Add tests
Beyonce said it best. If you like it then you shoulda put a test on it. Scenarios I like:
- Cert is created with right DN
- Cert is stored to X509Store after creation
- Cert request is not resubmitted
- Handles failures gracefully
- HTTP challenge/response works as expected
- Certificate renewal when cert is about to expiration
-
Updated
Oct 1, 2021 - JavaScript
Improve this page
Add a description, image, and links to the aspnetcore topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aspnetcore topic, visit your repo's landing page and select "manage topics."
I'm a bit confused about how
DistributedSessionCommitAsyncshould work. The documentation states that it may throw if the data store is unavailable.However, I see it