Victorio Berra

Results 95 issues of Victorio Berra

I would really like EF/IQueryable Support. Currently, I am doing this https://github.com/AlexanderKrutov/DataTables.Queryable but it lacks proper model binding support. EDIT: I have forked and added a ViewModel you can now...

enhancement

After I load the user, I go to PolicyServer and gather its policies. I want to store this locally along with my tokens and all that and get it from...

enhancement

Add link to Reddit for app creation. I also removed some verbosity on how to install a NuGet. Most developers will know how to get the library and there are...

This happens during IIS cold starts. - dotnet core 5 - IIS - `` - `` ## Startup - WebOpt Configuration ```csharp return services.AddWebOptimizer(pipeline => { // Main css bundle...

1. clone master. 2. open solution. 3. set WebOptimizer.Core.Mvc3 as startup, click run in IIS Express. 4. Error.

```csharp // Add a bundle of some pre-minified files pipeline.AddJavaScriptBundle( "/js/bundle.min.js", "/lib/jquery/jquery.min.js", "/lib/jquery-something/jquery-something.min.js"); // minify my site.js pipeline.MinifyJsFiles("/js/site.min.js", "/js/site.js"); // NESTED bundle with both of the above. pipeline.AddJavaScriptBundle("/js/nested-bundle.min.js", "/js/bundle.min.js", "/js/site.min.js");...

How can I specify a time to wait between ajax calls. When the user is typing its firing off a ton requests like crazy.

Can we get a live demo up on the README?