Home Blog Corner

NetCoreBundling

netcorebundling

NetCoreBundling

Hello everyone,

I'm pleased to announce that the NetCoreBundling is now complete. It is a .NET Core rewrite and extension of the former Asp.Net Web Optimization bundling framework. This project was specifically developed to support complex bootstrapping and optimization tasks for www.bindkraft.io.

The NetCoreBundling project has been uploaded to GitHub and can be found at: https://github.com/Cleancodefactory/NetCoreBundling.

To install it, you can follow these steps:

Open the "Manage NuGet Packages" option in your targeted project.

Search for "NetCoreBundling" in the NuGet Package Manager.

Click on the "Install" button to add the package to your project.

Alternatively, you can install it directly from the "Package Manager Console" by typing the following command: "Install-Package NetCoreBundling".

Thank you for your support and feel free to reach out if you have any questions or feedback.