This video will explain the concept of Bundling in .net MVC. Bundling is used to add javascript and CSS file in a single bundle. Bundling basically improve the performance of the application as the js or CSS files are served in a single request to bundle. script.render() method used to register script bundles, while styles.render() used to register style bundle.