-
Example:
````C#
public async Task GetAllParallel()
{
const int threadCount = 32;
var tasks = new List();
for (int i = 0; i < threadCount…
-
I have a framework with a plugin system that I am migrating from MVC5 to .NET Core 2.0. These plugins are installed and uninstalled by an admin user at runtime in the production environment.
One pr…
-
Great library guys.
I didn't know where else to ask this, hopefully this is semi-appropriate...
I'm trying to send column level custom filter data (date ranges, lookups, etc) back to the server.
…
-
This does not work for me. I do not get redirected to the same page as you when I click the Facebook button..
Instead I stay on the same Login page, but the url changes from this:
https://localh…
ghost updated
7 years ago
-
Hi,very thanks for FluentSecurity.
Current version of FluentSecurity suppurt MVC 5?
-
In addition to passing the model, is it possible to add viewdata as well. It will make it easier to support both online an pdf implementation of the code + compatible with other rotativa implementatio…
-
NotSupportedException: The specified type member 'Reserved' is not supported in LINQ to Entities.
### Assemblies affected
microsoft.aspnetcore.odata\7.0.0-beta1
### Reproduce steps
Startu…
-
Estou há 2 meses usando vue nos meus projetos. Achei mais simples de dar manutenção. Muito melhor do que a "bagunça" que ficava usando JQuery.
Ontem tentei melhorar a organização das coisas usando s…
-
Hello,
is this compatible with MvcNet Core?
Thank you.
-
Is it possible to have an update to fire jQuery triggers? When selecting a value for a RadioButtonGroup, our page isn't catching the event. It should be as simple as adding ".trigger('click')" to the …