About 1,250,000 results
Open links in new tab
  1. Bundle and minify static assets in ASP.NET Core

    Bundling and minification are two distinct performance optimizations you can apply in a web app. Used together, bundling and minification improve performance by reducing the number of server requests and reducing the size of the requested static assets.

  2. ligershark/WebOptimizer: A bundler and minifier for ASP.NET Core - GitHub

    ASP.NET Core middleware for bundling and minification of CSS and JavaScript files at runtime. With full server-side and client-side caching to ensure high performance. No complicated build process and no hassle. Check out the demo website or its source code. Master is being updated for ASP.NET Core 3.0 For ASP.NET Core 2.x, use the 2.0 branch.

    Missing:

    • MySQL

    Must include:

  3. Bundling and Minification in ASP.NET Core MVC

    These techniques primarily reduce the number of server requests and the size of the requested assets (like CSS, JavaScript, etc.), making web pages load faster. What is Bundling in ASP.NET Core MVC? Bundling in ASP.NET Core MVC combines multiple CSS and JavaScript files into a …

  4. Options for CSS and JS Bundling and Minification with ASP

    Mar 18, 2017 · The key is to find a balance that gives you easy access to development versions of JS/CSS assets when at dev time, while making it "zero work" to put minified stuff into production. Additionally, some devs don't need the Grunt/Gulp/npm overhead while others absolutely do. So how do you find balance? Here's how it works.

  5. ASP.NET Web Apps | HTML, CSS, JavaScript, and C#

    Modern, scalable web apps with .NET and C#. Use .NET and C# to create websites based on HTML5, CSS, and JavaScript that are secure, fast, and can scale to millions of users.

    Missing:

    • Bundle

    Must include:

  6. Bundling in ASP.NET MVC: A Guide to Optimizing Web …

    Mar 22, 2023 · In this article, we discussed the importance of bundling, how to bundle CSS and JavaScript files in ASP.NET MVC using the System.Web.Optimization namespace, and how to include bundles in a layout file using the @Scripts.Render and @Styles.Render helpers.

  7. GitHub - Shazwazza/Smidge: A lightweight runtime CSS/JavaScript

    UseSmidge (bundles => {//Defining using file/folder paths: bundles. CreateJs ("test-bundle-2", "~/Js/Bundle2", "~/Js/OtherFolder/*.js"); //Or defining using JavaScriptFile's or CssFile's //this allows you to custom the pipeline per file bundles.

  8. Bundling and Minification of CSS and JS Files for an ASP.NET …

    Jun 16, 2021 · In this article, we explore how to use the ASP.NET Core Web Optimizer to bundle Javascript and CSS files all in real-time. All this, with caching and high-performance and no build processes.

    Missing:

    • MySQL

    Must include:

  9. Minify CSS and JavaScript files with Visual Studio and ASP.NET …

    Jan 20, 2017 · The BundlerMinifier extension developed by Mads Kristensen and the bundle tag helper allows you to easily provide a minified version of your CSS and JavaScript files, and so improve the loading time of your web site. This solution doesn't provide as many options as some Node.js tools, but it is easier to set up and more integrated with Visual ...

  10. An alternative way to build and bundle Javascript, CSS in …

    Jul 30, 2019 · This article shows how Javascript packages, files, CSS files could be built and bundled in an ASP.NET Core MVC or Razor Page application. The Javascript packages are loaded using npm in which most Javascript projects are deployed.

Refresh